Html Css Color HEX #EAE387 Khaki

📋 copy color: '#EAE387'

red 234 ◦ green 227 ◦ blue 135

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

Shades of Khaki #EAE387

Tints of Khaki #EAE387

RGB

 RED value IS 234 (91.8% from 255) = 39.26%

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

 BLUE value IS 135 (53.13% from 255) = 22.65%

R = 39.26%
G = 38.09%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.42

 K value IS 0.08

RGB Variations

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

Color information

#EAE387 (or 0xEAE387) is known color: Khaki. HEX triplet: EA, E3 and 87. RGB value is (234,227,135). Sum of RGB (Red+Green+Blue) = 234+227+135=596 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.26% from 596); Green value is 227 (89.06% from 255 or 38.09% from 596); Blue value is 135 (53.12% from 255 or 22.65% from 596); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE387 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE387 is #151C78. Grayscale: #DADADA. Windows color (decimal): -1383545 or 8905706. OLE color: 8905706.

HSL color Cylindrical-coordinate representation of color #EAE387: hue angle of 55.76º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EAE387 is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 227 135 -
CMYK 0 0.03 0.42 0.08
HSL 55.76º 0.7% 0.72% -
HSV(B) 55.76º 0.42% 0.92% -
XYZ 65.77 74.18 33.77 -
YUV 218.61 80.82 138.98 -
System Red Green Blue C M Y K H S L
Decimal 234 227 135 0 0.03 0.42 0.08 55.76 0.7 0.72
Hex EA E3 87 0 3 2A 8 38 46 48
Octal 352 343 207 0 3 52 10 70 106 110
Binary 11101010 11100011 10000111 0 11 101010 1000 111000 1000110 1001000

Color Harmonies of #EAE387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE387

Black with #EAE387

Text Example


Text Example

White with #EAE387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE387; }

 p { color: rgb(234,227,135); }

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

background-color css

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

 a { background-color: rgb(234,227,135); }

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

border-color css

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

 span { border-color: rgb(234,227,135); }

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