Html Css Color HEX #EEE395 Khaki

📋 copy color: '#EEE395'

red 238 ◦ green 227 ◦ blue 149

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

Shades of Khaki #EEE395

Tints of Khaki #EEE395

RGB

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

 GREEN value IS 227 (89.06% from 255) = 36.97%

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

R = 38.76%
G = 36.97%
B = 24.27%

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

#EEE395 (or 0xEEE395) is known color: Khaki. HEX triplet: EE, E3 and 95. RGB value is (238,227,149). Sum of RGB (Red+Green+Blue) = 238+227+149=614 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.76% from 614); Green value is 227 (89.06% from 255 or 36.97% from 614); Blue value is 149 (58.59% from 255 or 24.27% from 614); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE395 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEE395 is #111C6A. Grayscale: #DDDDDD. Windows color (decimal): -1121387 or 9823214. OLE color: 9823214.

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

Color convert

RGB 238 227 149 -
CMYK 0 0.05 0.37 0.07
HSL 52.58º 0.72% 0.76% -
HSV(B) 52.58º 0.37% 0.93% -
XYZ 68.15 75.29 39.37 -
YUV 221.4 87.14 139.84 -
System Red Green Blue C M Y K H S L
Decimal 238 227 149 0 0.05 0.37 0.07 52.58 0.72 0.76
Hex EE E3 95 0 5 25 7 35 48 4C
Octal 356 343 225 0 5 45 7 65 110 114
Binary 11101110 11100011 10010101 0 101 100101 111 110101 1001000 1001100

Color Harmonies of #EEE395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEE395

Black with #EEE395

Text Example


Text Example

White with #EEE395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEE395; }

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

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

background-color css

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

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

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

border-color css

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

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

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