Html Css Color HEX #EEE08A Khaki

📋 copy color: '#EEE08A'

red 238 ◦ green 224 ◦ blue 138

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

Shades of Khaki #EEE08A

Tints of Khaki #EEE08A

RGB

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

 GREEN value IS 224 (87.89% from 255) = 37.33%

 BLUE value IS 138 (54.3% from 255) = 23%

R = 39.67%
G = 37.33%
B = 23%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EEE08A (or 0xEEE08A) is known color: Khaki. HEX triplet: EE, E0 and 8A. RGB value is (238,224,138). Sum of RGB (Red+Green+Blue) = 238+224+138=600 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.67% from 600); Green value is 224 (87.89% from 255 or 37.33% from 600); Blue value is 138 (54.30% from 255 or 23% from 600); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE08A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEE08A is #111F75. Grayscale: #DADADA. Windows color (decimal): -1122166 or 9101550. OLE color: 9101550.

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

Color convert

RGB 238 224 138 -
CMYK 0 0.06 0.42 0.07
HSL 51.6º 0.75% 0.74% -
HSV(B) 51.6º 0.42% 0.93% -
XYZ 66.5 73.32 34.69 -
YUV 218.38 82.64 141.99 -
System Red Green Blue C M Y K H S L
Decimal 238 224 138 0 0.06 0.42 0.07 51.6 0.75 0.74
Hex EE E0 8A 0 6 2A 7 34 4B 4A
Octal 356 340 212 0 6 52 7 64 113 112
Binary 11101110 11100000 10001010 0 110 101010 111 110100 1001011 1001010

Color Harmonies of #EEE08A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEE08A

Black with #EEE08A

Text Example


Text Example

White with #EEE08A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEE08A; }

 p { color: rgb(238,224,138); }

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

background-color css

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

 a { background-color: rgb(238,224,138); }

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

border-color css

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

 span { border-color: rgb(238,224,138); }

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