#EDEA8C

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

Shades of Khaki #EDEA8C

Tints of Khaki #EDEA8C

Color information

#EDEA8C (or 0xEDEA8C) is unknown color: approx Khaki. HEX triplet: ED, EA and 8C. RGB value is (237,234,140). Sum of RGB (Red+Green+Blue) = 237+234+140=611 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.79% from 611); Green value is 234 (91.80% from 255 or 38.30% from 611); Blue value is 140 (55.08% from 255 or 22.91% from 611); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEA8C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEA8C is #121573. Grayscale: #E0E0E0. Windows color (decimal): -1185140 or 9235181. OLE color: 9235181.

HSL color Cylindrical-coordinate representation of color #EDEA8C: hue angle of 58.14º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EDEA8C is Cyan = 0, Magento = 0.01, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB237234140-
CMYK00.010.410.07
HSL58.14º72.93%73.92%-
HSV(B)58.14º40.93%92.94%-
XYZ69.0878.7436.37-
YUV224.1880.49137.14-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.79%
GREEN value IS 234 (91.80% from 255) = 38.30%
BLUE value IS 140 (55.08% from 255) = 22.91%
R=38.79%
G=38.30%
B=22.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723414000.010.410.0758.1472.9373.92
HexEDEA8C012973a494a
Octal3553522140151772111112
Binary1110110111101010100011000110100111111101010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEA8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEA8C; }

 p { color: rgb(237,234,140); }

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

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

 a { background-color: rgb(237,234,140); }

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

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

 span { border-color: rgb(237,234,140); }

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