Html Css Color HEX #EEEA8D Khaki

📋 copy color: '#EEEA8D'

red 238 ◦ green 234 ◦ blue 141

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

Shades of Khaki #EEEA8D

Tints of Khaki #EEEA8D

RGB

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

 GREEN value IS 234 (91.8% from 255) = 38.17%

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

R = 38.83%
G = 38.17%
B = 23%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EEEA8D (or 0xEEEA8D) is known color: Khaki. HEX triplet: EE, EA and 8D. RGB value is (238,234,141). Sum of RGB (Red+Green+Blue) = 238+234+141=613 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.83% from 613); Green value is 234 (91.80% from 255 or 38.17% from 613); Blue value is 141 (55.47% from 255 or 23.00% from 613); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEA8D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEEA8D is #111572. Grayscale: #E0E0E0. Windows color (decimal): -1119603 or 9300718. OLE color: 9300718.

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

Color convert

RGB 238 234 141 -
CMYK 0 0.02 0.41 0.07
HSL 57.53º 0.74% 0.74% -
HSV(B) 57.53º 0.41% 0.93% -
XYZ 69.49 78.95 36.77 -
YUV 224.59 80.83 137.56 -
System Red Green Blue C M Y K H S L
Decimal 238 234 141 0 0.02 0.41 0.07 57.53 0.74 0.74
Hex EE EA 8D 0 2 29 7 3A 4A 4A
Octal 356 352 215 0 2 51 7 72 112 112
Binary 11101110 11101010 10001101 0 10 101001 111 111010 1001010 1001010

Color Harmonies of #EEEA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEEA8D

Black with #EEEA8D

Text Example


Text Example

White with #EEEA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEEA8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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