#EDE891

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

Shades of Khaki #EDE891

Tints of Khaki #EDE891

Color information

#EDE891 (or 0xEDE891) is unknown color: approx Khaki. HEX triplet: ED, E8 and 91. RGB value is (237,232,145). Sum of RGB (Red+Green+Blue) = 237+232+145=614 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.60% from 614); Green value is 232 (91.02% from 255 or 37.79% from 614); Blue value is 145 (57.03% from 255 or 23.62% from 614); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE891 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE891 is #12176E. Grayscale: #DFDFDF. Windows color (decimal): -1185647 or 9562349. OLE color: 9562349.

HSL color Cylindrical-coordinate representation of color #EDE891: hue angle of 56.74º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EDE891 is Cyan = 0, Magento = 0.02, Yellow = 0.39 and Black (K on CMYK) = 0.07.

Color convert

RGB237232145-
CMYK00.020.390.07
HSL56.74º71.88%74.9%-
HSV(B)56.74º38.82%92.94%-
XYZ68.8977.7638.17-
YUV223.5883.66137.57-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.60%
GREEN value IS 232 (91.02% from 255) = 37.79%
BLUE value IS 145 (57.03% from 255) = 23.62%
R=38.60%
G=37.79%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.39
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723214500.020.390.0756.7471.8874.9
HexEDE8910227739484b
Octal3553502210247771110113
Binary11101101111010001001000101010011111111100110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE891; }

 p { color: rgb(237,232,145); }

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

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

 a { background-color: rgb(237,232,145); }

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

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

 span { border-color: rgb(237,232,145); }

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