#EAE68A

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

Shades of Khaki #EAE68A

Tints of Khaki #EAE68A

Color information

#EAE68A (or 0xEAE68A) is unknown color: approx Khaki. HEX triplet: EA, E6 and 8A. RGB value is (234,230,138). Sum of RGB (Red+Green+Blue) = 234+230+138=602 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.87% from 602); Green value is 230 (90.23% from 255 or 38.21% from 602); Blue value is 138 (54.30% from 255 or 22.92% from 602); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE68A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAE68A is #151975. Grayscale: #DDDDDD. Windows color (decimal): -1382774 or 9103082. OLE color: 9103082.

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

Color convert

RGB234230138-
CMYK00.020.410.08
HSL57.5º69.57%72.94%-
HSV(B)57.5º41.03%91.76%-
XYZ66.8275.9235.18-
YUV220.7181.33137.48-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.87%
GREEN value IS 230 (90.23% from 255) = 38.21%
BLUE value IS 138 (54.30% from 255) = 22.92%
R=38.87%
G=38.21%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23423013800.020.410.0857.569.5772.94
HexEAE68A022983a4649
Octal35234621202511072106111
Binary111010101110011010001010010101001100011101010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE68A; }

 p { color: rgb(234,230,138); }

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

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

 a { background-color: rgb(234,230,138); }

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

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

 span { border-color: rgb(234,230,138); }

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