Html Css Color HEX #EEEC8C Khaki

📋 copy color: '#EEEC8C'

red 238 ◦ green 236 ◦ blue 140

#EEEC8C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Khaki #EEEC8C

Tints of Khaki #EEEC8C

RGB

 RED value IS 238 (93.36% from 255) = 38.76%

 GREEN value IS 236 (92.58% from 255) = 38.44%

 BLUE value IS 140 (55.08% from 255) = 22.8%

R = 38.76%
G = 38.44%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.41

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EEEC8C (or 0xEEEC8C) is known color: Khaki. HEX triplet: EE, EC and 8C. RGB value is (238,236,140). Sum of RGB (Red+Green+Blue) = 238+236+140=614 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.76% from 614); Green value is 236 (92.58% from 255 or 38.44% from 614); Blue value is 140 (55.08% from 255 or 22.80% from 614); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEC8C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEEC8C is #111373. Grayscale: #E2E2E2. Windows color (decimal): -1119092 or 9235694. OLE color: 9235694.

HSL color Cylindrical-coordinate representation of color #EEEC8C: hue angle of 58.78º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EEEC8C is Cyan = 0, Magento = 0.01, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 236 140 -
CMYK 0 0.01 0.41 0.07
HSL 58.78º 0.74% 0.74% -
HSV(B) 58.78º 0.41% 0.93% -
XYZ 69.99 80.06 36.58 -
YUV 225.65 79.66 136.81 -
System Red Green Blue C M Y K H S L
Decimal 238 236 140 0 0.01 0.41 0.07 58.78 0.74 0.74
Hex EE EC 8C 0 1 29 7 3B 4A 4A
Octal 356 354 214 0 1 51 7 73 112 112
Binary 11101110 11101100 10001100 0 1 101001 111 111011 1001010 1001010

Color Harmonies of #EEEC8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEEC8C

Black with #EEEC8C

Text Example


Text Example

White with #EEEC8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEEC8C; }

 p { color: rgb(238,236,140); }

 H1.HeaderClassName
 {
   color: #EEEC8C;
 }
 .AnyTagClassName
 {
   color: #EEEC8C;
 }
</style>

background-color css

<style>
 a { background-color: #EEEC8C; }

 a { background-color: rgb(238,236,140); }

 div.DivClassName
 {
   background-color: #EEEC8C;
 }
 .BgClassName
 {
   background-color: #EEEC8C;
 }
</style>

border-color css

<style>
 span { border-color: #EEEC8C; }

 span { border-color: rgb(238,236,140); }

 td.TdClassName
 {
   border-color: #EEEC8C;
 }
 .TagClassName
 {
   border-color: #EEEC8C;
 }
</style>