Html Css Color HEX #EEE595 Khaki

📋 copy color: '#EEE595'

red 238 ◦ green 229 ◦ blue 149

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

Shades of Khaki #EEE595

Tints of Khaki #EEE595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 24.19%

R = 38.64%
G = 37.18%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EEE595 (or 0xEEE595) is known color: Khaki. HEX triplet: EE, E5 and 95. RGB value is (238,229,149). Sum of RGB (Red+Green+Blue) = 238+229+149=616 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.64% from 616); Green value is 229 (89.84% from 255 or 37.18% from 616); Blue value is 149 (58.59% from 255 or 24.19% from 616); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE595 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEE595 is #111A6A. Grayscale: #DEDEDE. Windows color (decimal): -1120875 or 9823726. OLE color: 9823726.

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

Color convert

RGB 238 229 149 -
CMYK 0 0.04 0.37 0.07
HSL 53.93º 0.72% 0.76% -
HSV(B) 53.93º 0.37% 0.93% -
XYZ 68.7 76.39 39.56 -
YUV 222.57 86.48 139 -
System Red Green Blue C M Y K H S L
Decimal 238 229 149 0 0.04 0.37 0.07 53.93 0.72 0.76
Hex EE E5 95 0 4 25 7 36 48 4C
Octal 356 345 225 0 4 45 7 66 110 114
Binary 11101110 11100101 10010101 0 100 100101 111 110110 1001000 1001100

Color Harmonies of #EEE595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEE595

Black with #EEE595

Text Example


Text Example

White with #EEE595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEE595; }

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

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

background-color css

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

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

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

border-color css

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

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

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