Html Css Color HEX #EEEB8D Khaki

📋 copy color: '#EEEB8D'

red 238 ◦ green 235 ◦ blue 141

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

Shades of Khaki #EEEB8D

Tints of Khaki #EEEB8D

RGB

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

 GREEN value IS 235 (92.19% from 255) = 38.27%

 BLUE value IS 141 (55.47% from 255) = 22.96%

R = 38.76%
G = 38.27%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EEEB8D (or 0xEEEB8D) is known color: Khaki. HEX triplet: EE, EB and 8D. RGB value is (238,235,141). Sum of RGB (Red+Green+Blue) = 238+235+141=614 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.76% from 614); Green value is 235 (92.19% from 255 or 38.27% from 614); Blue value is 141 (55.47% from 255 or 22.96% from 614); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEB8D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEEB8D is #111472. Grayscale: #E1E1E1. Windows color (decimal): -1119347 or 9300974. OLE color: 9300974.

HSL color Cylindrical-coordinate representation of color #EEEB8D: hue angle of 58.14º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EEEB8D is Cyan = 0, Magento = 0.01, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 235 141 -
CMYK 0 0.01 0.41 0.07
HSL 58.14º 0.74% 0.74% -
HSV(B) 58.14º 0.41% 0.93% -
XYZ 69.78 79.52 36.87 -
YUV 225.18 80.49 137.14 -
System Red Green Blue C M Y K H S L
Decimal 238 235 141 0 0.01 0.41 0.07 58.14 0.74 0.74
Hex EE EB 8D 0 1 29 7 3A 4A 4A
Octal 356 353 215 0 1 51 7 72 112 112
Binary 11101110 11101011 10001101 0 1 101001 111 111010 1001010 1001010

Color Harmonies of #EEEB8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEEB8D

Black with #EEEB8D

Text Example


Text Example

White with #EEEB8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEEB8D; }

 p { color: rgb(238,235,141); }

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

background-color css

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

 a { background-color: rgb(238,235,141); }

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

border-color css

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

 span { border-color: rgb(238,235,141); }

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