Html Css Color HEX #EAE595 Khaki

📋 copy color: '#EAE595'

red 234 ◦ green 229 ◦ blue 149

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

Shades of Khaki #EAE595

Tints of Khaki #EAE595

RGB

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

 GREEN value IS 229 (89.84% from 255) = 37.42%

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

R = 38.24%
G = 37.42%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.36

 K value IS 0.08

RGB Variations

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

Color information

#EAE595 (or 0xEAE595) is known color: Khaki. HEX triplet: EA, E5 and 95. RGB value is (234,229,149). Sum of RGB (Red+Green+Blue) = 234+229+149=612 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.24% from 612); Green value is 229 (89.84% from 255 or 37.42% from 612); Blue value is 149 (58.59% from 255 or 24.35% from 612); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE595 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE595 is #151A6A. Grayscale: #DDDDDD. Windows color (decimal): -1383019 or 9823722. OLE color: 9823722.

HSL color Cylindrical-coordinate representation of color #EAE595: hue angle of 56.47º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EAE595 is Cyan = 0, Magento = 0.02, Yellow = 0.36 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 229 149 -
CMYK 0 0.02 0.36 0.08
HSL 56.47º 0.67% 0.75% -
HSV(B) 56.47º 0.36% 0.92% -
XYZ 67.38 75.7 39.49 -
YUV 221.38 87.16 137 -
System Red Green Blue C M Y K H S L
Decimal 234 229 149 0 0.02 0.36 0.08 56.47 0.67 0.75
Hex EA E5 95 0 2 24 8 38 43 4B
Octal 352 345 225 0 2 44 10 70 103 113
Binary 11101010 11100101 10010101 0 10 100100 1000 111000 1000011 1001011

Color Harmonies of #EAE595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE595

Black with #EAE595

Text Example


Text Example

White with #EAE595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE595; }

 p { color: rgb(234,229,149); }

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

background-color css

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

 a { background-color: rgb(234,229,149); }

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

border-color css

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

 span { border-color: rgb(234,229,149); }

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