Html Css Color HEX #EEE296 Khaki

📋 copy color: '#EEE296'

red 238 ◦ green 226 ◦ blue 150

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

Shades of Khaki #EEE296

Tints of Khaki #EEE296

RGB

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

 GREEN value IS 226 (88.67% from 255) = 36.81%

 BLUE value IS 150 (58.98% from 255) = 24.43%

R = 38.76%
G = 36.81%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EEE296 (or 0xEEE296) is known color: Khaki. HEX triplet: EE, E2 and 96. RGB value is (238,226,150). Sum of RGB (Red+Green+Blue) = 238+226+150=614 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.76% from 614); Green value is 226 (88.67% from 255 or 36.81% from 614); Blue value is 150 (58.98% from 255 or 24.43% from 614); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE296 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEE296 is #111D69. Grayscale: #DDDDDD. Windows color (decimal): -1121642 or 9888494. OLE color: 9888494.

HSL color Cylindrical-coordinate representation of color #EEE296: hue angle of 51.82º 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 #EEE296 is Cyan = 0, Magento = 0.05, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 226 150 -
CMYK 0 0.05 0.37 0.07
HSL 51.82º 0.72% 0.76% -
HSV(B) 51.82º 0.37% 0.93% -
XYZ 67.96 74.77 39.7 -
YUV 220.92 87.98 140.18 -
System Red Green Blue C M Y K H S L
Decimal 238 226 150 0 0.05 0.37 0.07 51.82 0.72 0.76
Hex EE E2 96 0 5 25 7 34 48 4C
Octal 356 342 226 0 5 45 7 64 110 114
Binary 11101110 11100010 10010110 0 101 100101 111 110100 1001000 1001100

Color Harmonies of #EEE296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEE296

Black with #EEE296

Text Example


Text Example

White with #EEE296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEE296; }

 p { color: rgb(238,226,150); }

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

background-color css

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

 a { background-color: rgb(238,226,150); }

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

border-color css

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

 span { border-color: rgb(238,226,150); }

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