Html Css Color HEX #EEE795 Khaki

📋 copy color: '#EEE795'

red 238 ◦ green 231 ◦ blue 149

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

Shades of Khaki #EEE795

Tints of Khaki #EEE795

RGB

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

 GREEN value IS 231 (90.63% from 255) = 37.38%

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

R = 38.51%
G = 37.38%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EEE795 (or 0xEEE795) is known color: Khaki. HEX triplet: EE, E7 and 95. RGB value is (238,231,149). Sum of RGB (Red+Green+Blue) = 238+231+149=618 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.51% from 618); Green value is 231 (90.62% from 255 or 37.38% from 618); Blue value is 149 (58.59% from 255 or 24.11% from 618); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE795 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEE795 is #11186A. Grayscale: #E0E0E0. Windows color (decimal): -1120363 or 9824238. OLE color: 9824238.

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

Color convert

RGB 238 231 149 -
CMYK 0 0.03 0.37 0.07
HSL 55.28º 0.72% 0.76% -
HSV(B) 55.28º 0.37% 0.93% -
XYZ 69.26 77.5 39.74 -
YUV 223.75 85.82 138.17 -
System Red Green Blue C M Y K H S L
Decimal 238 231 149 0 0.03 0.37 0.07 55.28 0.72 0.76
Hex EE E7 95 0 3 25 7 37 48 4C
Octal 356 347 225 0 3 45 7 67 110 114
Binary 11101110 11100111 10010101 0 11 100101 111 110111 1001000 1001100

Color Harmonies of #EEE795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEE795

Black with #EEE795

Text Example


Text Example

White with #EEE795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEE795; }

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

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

background-color css

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

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

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

border-color css

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

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

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