#EAE188

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

Shades of Khaki #EAE188

Tints of Khaki #EAE188

Color information

#EAE188 (or 0xEAE188) is unknown color: approx Khaki. HEX triplet: EA, E1 and 88. RGB value is (234,225,136). Sum of RGB (Red+Green+Blue) = 234+225+136=595 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.33% from 595); Green value is 225 (88.28% from 255 or 37.82% from 595); Blue value is 136 (53.52% from 255 or 22.86% from 595); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE188 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE188 is #151E77. Grayscale: #D9D9D9. Windows color (decimal): -1384056 or 8970730. OLE color: 8970730.

HSL color Cylindrical-coordinate representation of color #EAE188: hue angle of 54.49º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EAE188 is Cyan = 0, Magento = 0.04, Yellow = 0.42 and Black (K on CMYK) = 0.08.

Color convert

RGB234225136-
CMYK00.040.420.08
HSL54.49º70%72.55%-
HSV(B)54.49º41.88%91.76%-
XYZ65.373.1233.96-
YUV217.5481.98139.74-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.33%
GREEN value IS 225 (88.28% from 255) = 37.82%
BLUE value IS 136 (53.52% from 255) = 22.86%
R=39.33%
G=37.82%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.42
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422513600.040.420.0854.497072.55
HexEAE188042A8364649
Octal35234121004521066106111
Binary1110101011100001100010000100101010100011011010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE188; }

 p { color: rgb(234,225,136); }

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

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

 a { background-color: rgb(234,225,136); }

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

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

 span { border-color: rgb(234,225,136); }

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