Html Css Color HEX #EEE486 Khaki

📋 copy color: '#EEE486'

red 238 ◦ green 228 ◦ blue 134

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

Shades of Khaki #EEE486

Tints of Khaki #EEE486

RGB

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

 GREEN value IS 228 (89.45% from 255) = 38%

 BLUE value IS 134 (52.73% from 255) = 22.33%

R = 39.67%
G = 38%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EEE486 (or 0xEEE486) is known color: Khaki. HEX triplet: EE, E4 and 86. RGB value is (238,228,134). Sum of RGB (Red+Green+Blue) = 238+228+134=600 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.67% from 600); Green value is 228 (89.45% from 255 or 38% from 600); Blue value is 134 (52.73% from 255 or 22.33% from 600); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE486 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEE486 is #111B79. Grayscale: #DCDCDC. Windows color (decimal): -1121146 or 8840430. OLE color: 8840430.

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

Color convert

RGB 238 228 134 -
CMYK 0 0.04 0.44 0.07
HSL 54.23º 0.75% 0.73% -
HSV(B) 54.23º 0.44% 0.93% -
XYZ 67.31 75.39 33.56 -
YUV 220.27 79.31 140.64 -
System Red Green Blue C M Y K H S L
Decimal 238 228 134 0 0.04 0.44 0.07 54.23 0.75 0.73
Hex EE E4 86 0 4 2C 7 36 4B 49
Octal 356 344 206 0 4 54 7 66 113 111
Binary 11101110 11100100 10000110 0 100 101100 111 110110 1001011 1001001

Color Harmonies of #EEE486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEE486

Black with #EEE486

Text Example


Text Example

White with #EEE486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEE486; }

 p { color: rgb(238,228,134); }

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

background-color css

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

 a { background-color: rgb(238,228,134); }

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

border-color css

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

 span { border-color: rgb(238,228,134); }

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