#edeb8b

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

Shades of Khaki #EDEB8B

Tints of Khaki #EDEB8B

Color information

#EDEB8B (or 0xEDEB8B) is unknown color: approx Khaki. HEX triplet: ED, EB and 8B. RGB value is (237,235,139). Sum of RGB (Red+Green+Blue) = 237+235+139=611 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.79% from 611); Green value is 235 (92.19% from 255 or 38.46% from 611); Blue value is 139 (54.69% from 255 or 22.75% from 611); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEB8B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEB8B is #121474. Grayscale: #E1E1E1. Windows color (decimal): -1184885 or 9169901. OLE color: 9169901.

HSL color Cylindrical-coordinate representation of color #EDEB8B: hue angle of 58.78º 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 #EDEB8B is Cyan = 0, Magento = 0.01, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB237235139-
CMYK00.010.410.07
HSL58.78º73.13%73.73%-
HSV(B)58.78º41.35%92.94%-
XYZ69.2979.2936.08-
YUV224.6579.66136.81-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.79%
GREEN value IS 235 (92.19% from 255) = 38.46%
BLUE value IS 139 (54.69% from 255) = 22.75%
R=38.79%
G=38.46%
B=22.75%

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
Decimal23723513900.010.410.0758.7873.1373.73
HexEDEB8B012973b494a
Octal3553532130151773111112
Binary1110110111101011100010110110100111111101110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #edeb8b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #edeb8b; }

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

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

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

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

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

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

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

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