Html Css Color HEX #EEE585 Khaki

📋 copy color: '#EEE585'

red 238 ◦ green 229 ◦ blue 133

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

Shades of Khaki #EEE585

Tints of Khaki #EEE585

RGB

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

 GREEN value IS 229 (89.84% from 255) = 38.17%

 BLUE value IS 133 (52.34% from 255) = 22.17%

R = 39.67%
G = 38.17%
B = 22.17%

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

#EEE585 (or 0xEEE585) is known color: Khaki. HEX triplet: EE, E5 and 85. RGB value is (238,229,133). Sum of RGB (Red+Green+Blue) = 238+229+133=600 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.67% from 600); Green value is 229 (89.84% from 255 or 38.17% from 600); Blue value is 133 (52.34% from 255 or 22.17% from 600); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE585 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEE585 is #111A7A. Grayscale: #DDDDDD. Windows color (decimal): -1120891 or 8775150. OLE color: 8775150.

HSL color Cylindrical-coordinate representation of color #EEE585: hue angle of 54.86º degrees, saturation: 0.76, 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 #EEE585 is Cyan = 0, Magento = 0.04, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 229 133 -
CMYK 0 0.04 0.44 0.07
HSL 54.86º 0.76% 0.73% -
HSV(B) 54.86º 0.44% 0.93% -
XYZ 67.51 75.91 33.28 -
YUV 220.75 78.48 140.31 -
System Red Green Blue C M Y K H S L
Decimal 238 229 133 0 0.04 0.44 0.07 54.86 0.76 0.73
Hex EE E5 85 0 4 2C 7 37 4C 49
Octal 356 345 205 0 4 54 7 67 114 111
Binary 11101110 11100101 10000101 0 100 101100 111 110111 1001100 1001001

Color Harmonies of #EEE585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEE585

Black with #EEE585

Text Example


Text Example

White with #EEE585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEE585; }

 p { color: rgb(238,229,133); }

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

background-color css

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

 a { background-color: rgb(238,229,133); }

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

border-color css

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

 span { border-color: rgb(238,229,133); }

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