COLOR #FFE68C

HEX: #FFE68C RGB: (255,230,140)

Renk bilgisi

#FFE68C contains mainly red and green colors. #FFE68C ‘ nin web güvenlik rengi #FFCC99 (ya da #FC9) dir.

RGB renk modeli

#FFE68C color RGB value is (255,230,140).

RGB: (255,230,140) (100%, 90%, 55%)

RGB bağlantıları ve doygunluk

R 255 of 255 = 100%
G 230 of 255 = 90%
B 140 of 255 = 55%

255
230
140

R + G + B ~ 82%. #FFE68C is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B = 255 + 230 + 140 = 625 (100%)
R 255 of 625 ~ 40.8%
G 230 of 625 ~ 36.8%
B 140 of 625 ~ 22.4'%

%40.8
%36.8
%22.4

CMYK RENK MODELİ

#FFE68C rengi CMYK tonu (0,10,45,0).

  • camgöbeği tonu 0.00%
  • eflatun tonu 9.80%
  • sarı tonu 45.10%
  • ana renk tonu 0.00%

CMYK: (0,10,45,0)
C0M10Y45K0 (0%, 10%, 45%, 0%)
(0.00 / 0.10 / 0.45 / 0.00)

CMYK yüzdeleri

%0
%9.8
%45.1
%0

Codes

Color #FFE68C in popluar color models

FF E6 8C
RGB 255 230 140
HSL 47° 100.00% 77.45%
HSB/HSV 47° 45.10% 100.00%
CMYK 0.00% 9.80% 45.10%
0.00%

Color #FFE68C in popluar number systems.

HEX FF E6 8C
Decimal 255 230 140
Binary 11111111 11100110 10001100
Octal 377 346 214

Shades and tints

Shades of #FFE68C

#FFE68C
(255,230,140)
#E8D280
(232,210,128)
#D1BE74
(209,190,116)
#BAAA68
(186,170,104)
#A3965C
(163,150,92)
#8C8250
(140,130,80)
#756E44
(117,110,68)
#5E5A38
(94,90,56)
#47462C
(71,70,44)
#303220
(48,50,32)
#191E14
(25,30,20)
#000000
(0,0,0)

Tints of #FFE68C

#FFE68C
(255,230,140)
#FFE896
(255,232,150)
#FFEAA0
(255,234,160)
#FFECAA
(255,236,170)
#FFEEB4
(255,238,180)
#FFF0BE
(255,240,190)
#FFF2C8
(255,242,200)
#FFF4D2
(255,244,210)
#FFF6DC
(255,246,220)
#FFF8E6
(255,248,230)
#FFFAF0
(255,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFE68C color. Also use rgb(255,230,140) instead hex code.

Text Font Color

.myTextColor { color: #FFE68C; }

<p style="color:#FFE68C">This sample text font color is #FFE68C.</p>

This text font color is #FFE68C.

Background Color

.myBgColor { background-color: #FFE68C; }

<div style="background-color:#FFE68C">Inner text</div>

This div background color is #FFE68C.

Border color

.myBorderColor { border: 1px solid #FFE68C; }

<div style="border:3px solid #FFE68C">Div</div>

This div border color is #FFE68C.

Opacity

.myOpacity80 { color: #FFE68C; opacity: 0.8; }

<p style="color:#FFE68C;opacity:0.8;">80%</p>

Text with #FFE68C color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #FFE68C;}

<p style="text-shadow: 3px 3px 1px #FFE68C">Text here.</p>

This text has shadow with #FFE68C color.


.textShadow {text-shadow: 3px 3px 1px #FFE68C', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #FFE68C, 5px 5px 20px red">Text here.</p>

This text has shadow with #FFE68C primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FFE68C, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#FFE68C, Direction=45, Strength=4)">Text</p>

This text has shadow with #FFE68C and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FFE68C;
-webkit-box-shadow: 1px 1px 3px 2px #FFE68C;
box-shadow: 1px 1px 3px 2px #FFE68C;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FFE68C; -webkit-box-shadow: 1px 1px 3px 2px #FFE68C; box-shadow:1px 1px 3px 2px #FFE68C;">
Div content here
</div>

This div box has shadow with color #FFE68C.

Preview

Color preview on black background

This text has color #FFE68C on black background.


Color preview on white background

This text has color #FFE68C on white background.


Black color preview on #FFE68C background

This text has black color on #FFE68C background.


White color preview on #FFE68C background

This text has white color on #FFE68C background.


Related colors

Complementary color

Complementary color for #hex is #001973.


I love getcolorcode.com

Triadic colors

1 #8CFFE6 and #E68CFF with #FFE68C are triadic colors.

2 #8CE6FF and #E6FF8C with #FFE68C are triadic colors.