COLOR #EEC88A

HEX: #EEC88A
RGB: (238,200,138)

Renk bilgisi

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

RGB renk modeli

#EEC88A color RGB value is (238,200,138).

  • kırmız ton 238;
  • yeşil ton 200;
  • mavi ton 138.
RGB:
(238,200,138)
(93%,78%,54%)

RGB bağlantıları ve doygunluk

R 238 of 255 = 93%
G 200 of 255 = 78%
B 138 of 255 = 54%

238
200
138

R + G + B ~ 75%. #EEC88A is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
238 + 200 + 138 = 576 (100%)
R 238 of 576 ~ 41.32%
G 200 of 576 ~ 34.72%
B 138 of 576 ~ 23.96%

%41.32
%34.72
%23.96

CMYK RENK MODELİ

#EEC88A rengi CMYK tonu (0,16,42,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 15.97%
  • sarı tonu 42.02%
  • ana renk tonu 6.67%
CMYK:
(0,16,42,7)
C0M16Y42K7 
(0%,16%,42%,7%)
(0.00/0.16/0.42/0.07)	

CMYK yüzdeleri

%0
%15.97
%42.02
%6.67

Codes

Color #EEC88A in popluar color models

EEC88A
RGB238200138
HSL37°74.63%73.73%
HSB/HSV37°42.02%93.33%
CMYK0.00%15.97%42.02%
6.67%

Color #EEC88A in popluar number systems.

HEXEEC88A
Decimal238200138
Binary111011101100100010001010
Octal356310212

Shades and tints

Shades of #EEC88A

#EEC88A
(238,200,138)
#D9B67E
(217,182,126)
#C4A472
(196,164,114)
#AF9266
(175,146,102)
#9A805A
(154,128,90)
#856E4E
(133,110,78)
#705C42
(112,92,66)
#5B4A36
(91,74,54)
#46382A
(70,56,42)
#31261E
(49,38,30)
#1C1412
(28,20,18)
#000000
(0,0,0)

Tints of #EEC88A

#EEC88A
(238,200,138)
#EFCD94
(239,205,148)
#F0D29E
(240,210,158)
#F1D7A8
(241,215,168)
#F2DCB2
(242,220,178)
#F3E1BC
(243,225,188)
#F4E6C6
(244,230,198)
#F5EBD0
(245,235,208)
#F6F0DA
(246,240,218)
#F7F5E4
(247,245,228)
#F8FAEE
(248,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEC88A color. Also use rgb(238,200,138) instead hex code.

Text Font Color

.myTextColor { color: #EEC88A; }

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

This text font color is #EEC88A.


Background Color

.myBgColor { background-color: #EEC88A; }

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

This div background color is #EEC88A.


Border color

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

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

This div border color is #EEC88A.


Opacity

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

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

Text with #EEC88A 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 #EEC88A;}

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

This text has shadow with #EEC88A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEC88A on black background.


Color preview on white background

This text has color #EEC88A on white background.



Black color preview on #EEC88A background

This text has black color on #EEC88A background.


White color preview on #EEC88A background

This text has white color on #EEC88A background.