#EAE492

Color #EAE492 Khaki (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Khaki #EAE492

Tints of Khaki #EAE492

Color information

#EAE492 (or 0xEAE492) is unknown color: approx Khaki. HEX triplet: EA, E4 and 92. RGB value is (234,228,146). Sum of RGB (Red+Green+Blue) = 234+228+146=608 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.49% from 608); Green value is 228 (89.45% from 255 or 37.5% from 608); Blue value is 146 (57.42% from 255 or 24.01% from 608); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE492 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE492 is #151B6D. Grayscale: #DCDCDC. Windows color (decimal): -1383278 or 9626858. OLE color: 9626858.

HSL color Cylindrical-coordinate representation of color #EAE492: hue angle of 55.91º 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 #EAE492 is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.08.

Color convert

RGB234228146-
CMYK00.030.380.08
HSL55.91º67.69%74.51%-
HSV(B)55.91º37.61%91.76%-
XYZ66.8675.0538.16-
YUV220.4585.99137.67-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.49%
GREEN value IS 228 (89.45% from 255) = 37.5%
BLUE value IS 146 (57.42% from 255) = 24.01%
R=38.49%
G=37.5%
B=24.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.38
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422814600.030.380.0855.9167.6974.51
HexEAE4920326838444b
Octal35234422203461070104113
Binary111010101110010010010010011100110100011100010001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE492; }

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

 H1.HeaderClassName
 {
   color: #EAE492;
 }
 .AnyTagClassName
 {
   color: #EAE492;
 }
</style>
background-color css

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

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

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

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

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

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