Html Css Color HEX #EAE592 Khaki

📋 copy color: '#EAE592'

red 234 ◦ green 229 ◦ blue 146

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

Shades of Khaki #EAE592

Tints of Khaki #EAE592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 23.97%

R = 38.42%
G = 37.6%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.38

 K value IS 0.08

RGB Variations

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

Color information

#EAE592 (or 0xEAE592) is known color: Khaki. HEX triplet: EA, E5 and 92. RGB value is (234,229,146). Sum of RGB (Red+Green+Blue) = 234+229+146=609 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.42% from 609); Green value is 229 (89.84% from 255 or 37.60% from 609); Blue value is 146 (57.42% from 255 or 23.97% from 609); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE592 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE592 is #151A6D. Grayscale: #DDDDDD. Windows color (decimal): -1383022 or 9627114. OLE color: 9627114.

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

Color convert

RGB 234 229 146 -
CMYK 0 0.02 0.38 0.08
HSL 56.59º 0.68% 0.75% -
HSV(B) 56.59º 0.38% 0.92% -
XYZ 67.14 75.61 38.25 -
YUV 221.03 85.66 137.25 -
System Red Green Blue C M Y K H S L
Decimal 234 229 146 0 0.02 0.38 0.08 56.59 0.68 0.75
Hex EA E5 92 0 2 26 8 39 44 4B
Octal 352 345 222 0 2 46 10 71 104 113
Binary 11101010 11100101 10010010 0 10 100110 1000 111001 1000100 1001011

Color Harmonies of #EAE592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE592

Black with #EAE592

Text Example


Text Example

White with #EAE592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE592; }

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

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

background-color css

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

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

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

border-color css

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

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

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