#EDEB8E

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

Shades of Khaki #EDEB8E

Tints of Khaki #EDEB8E

Color information

#EDEB8E (or 0xEDEB8E) is unknown color: approx Khaki. HEX triplet: ED, EB and 8E. RGB value is (237,235,142). Sum of RGB (Red+Green+Blue) = 237+235+142=614 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.60% from 614); Green value is 235 (92.19% from 255 or 38.27% from 614); Blue value is 142 (55.86% from 255 or 23.13% from 614); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEB8E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEB8E is #121471. Grayscale: #E1E1E1. Windows color (decimal): -1184882 or 9366509. OLE color: 9366509.

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

Color convert

RGB237235142-
CMYK00.010.400.07
HSL58.74º72.52%74.31%-
HSV(B)58.74º40.08%92.94%-
XYZ69.5279.3737.25-
YUV22581.16136.56-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.60%
GREEN value IS 235 (92.19% from 255) = 38.27%
BLUE value IS 142 (55.86% from 255) = 23.13%
R=38.60%
G=38.27%
B=23.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723514200.010.400.0758.7472.5274.31
HexEDEB8E012873b494a
Octal3553532160150773111112
Binary1110110111101011100011100110100011111101110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEB8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEB8E; }

 p { color: rgb(237,235,142); }

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

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

 a { background-color: rgb(237,235,142); }

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

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

 span { border-color: rgb(237,235,142); }

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