Html Css Color HEX #EAE593 Khaki

📋 copy color: '#EAE593'

red 234 ◦ green 229 ◦ blue 147

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

Shades of Khaki #EAE593

Tints of Khaki #EAE593

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 24.1%

R = 38.36%
G = 37.54%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.37

 K value IS 0.08

RGB Variations

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

Color information

#EAE593 (or 0xEAE593) is known color: Khaki. HEX triplet: EA, E5 and 93. RGB value is (234,229,147). Sum of RGB (Red+Green+Blue) = 234+229+147=610 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.36% from 610); Green value is 229 (89.84% from 255 or 37.54% from 610); Blue value is 147 (57.81% from 255 or 24.10% from 610); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE593 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE593 is #151A6C. Grayscale: #DDDDDD. Windows color (decimal): -1383021 or 9692650. OLE color: 9692650.

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

Color convert

RGB 234 229 147 -
CMYK 0 0.02 0.37 0.08
HSL 56.55º 0.67% 0.75% -
HSV(B) 56.55º 0.37% 0.92% -
XYZ 67.22 75.64 38.66 -
YUV 221.15 86.16 137.17 -
System Red Green Blue C M Y K H S L
Decimal 234 229 147 0 0.02 0.37 0.08 56.55 0.67 0.75
Hex EA E5 93 0 2 25 8 39 43 4B
Octal 352 345 223 0 2 45 10 71 103 113
Binary 11101010 11100101 10010011 0 10 100101 1000 111001 1000011 1001011

Color Harmonies of #EAE593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE593

Black with #EAE593

Text Example


Text Example

White with #EAE593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE593; }

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

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

background-color css

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

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

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

border-color css

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

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

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