#EAE390

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

Shades of Khaki #EAE390

Tints of Khaki #EAE390

Color information

#EAE390 (or 0xEAE390) is unknown color: approx Khaki. HEX triplet: EA, E3 and 90. RGB value is (234,227,144). Sum of RGB (Red+Green+Blue) = 234+227+144=605 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.68% from 605); Green value is 227 (89.06% from 255 or 37.52% from 605); Blue value is 144 (56.64% from 255 or 23.80% from 605); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE390 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE390 is #151C6F. Grayscale: #DBDBDB. Windows color (decimal): -1383536 or 9495530. OLE color: 9495530.

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

Color convert

RGB234227144-
CMYK00.030.380.08
HSL55.33º68.18%74.12%-
HSV(B)55.33º38.46%91.76%-
XYZ66.4374.4437.25-
YUV219.6385.32138.25-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.68%
GREEN value IS 227 (89.06% from 255) = 37.52%
BLUE value IS 144 (56.64% from 255) = 23.80%
R=38.68%
G=37.52%
B=23.80%

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
Decimal23422714400.030.380.0855.3368.1874.12
HexEAE3900326837444a
Octal35234322003461067104112
Binary111010101110001110010000011100110100011011110001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE390; }

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

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

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

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

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

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

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

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