#EAE68D

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

Shades of Khaki #EAE68D

Tints of Khaki #EAE68D

Color information

#EAE68D (or 0xEAE68D) is unknown color: approx Khaki. HEX triplet: EA, E6 and 8D. RGB value is (234,230,141). Sum of RGB (Red+Green+Blue) = 234+230+141=605 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.68% from 605); Green value is 230 (90.23% from 255 or 38.02% from 605); Blue value is 141 (55.47% from 255 or 23.31% from 605); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE68D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAE68D is #151972. Grayscale: #DDDDDD. Windows color (decimal): -1382771 or 9299690. OLE color: 9299690.

HSL color Cylindrical-coordinate representation of color #EAE68D: hue angle of 57.42º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EAE68D is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB234230141-
CMYK00.020.400.08
HSL57.42º68.89%73.53%-
HSV(B)57.42º39.74%91.76%-
XYZ67.0476.0136.34-
YUV221.0582.83137.24-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.68%
GREEN value IS 230 (90.23% from 255) = 38.02%
BLUE value IS 141 (55.47% from 255) = 23.31%
R=38.68%
G=38.02%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.40
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23423014100.020.400.0857.4268.8973.53
HexEAE68D0228839454a
Octal35234621502501071105112
Binary111010101110011010001101010101000100011100110001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE68D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE68D; }

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

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

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

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

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

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

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

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