#EDE890

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

Shades of Khaki #EDE890

Tints of Khaki #EDE890

Color information

#EDE890 (or 0xEDE890) is unknown color: approx Khaki. HEX triplet: ED, E8 and 90. RGB value is (237,232,144). Sum of RGB (Red+Green+Blue) = 237+232+144=613 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.66% from 613); Green value is 232 (91.02% from 255 or 37.85% from 613); Blue value is 144 (56.64% from 255 or 23.49% from 613); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE890 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE890 is #12176F. Grayscale: #DFDFDF. Windows color (decimal): -1185648 or 9496813. OLE color: 9496813.

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

Color convert

RGB237232144-
CMYK00.020.390.07
HSL56.77º72.09%74.71%-
HSV(B)56.77º39.24%92.94%-
XYZ68.8277.7337.76-
YUV223.4683.16137.66-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.66%
GREEN value IS 232 (91.02% from 255) = 37.85%
BLUE value IS 144 (56.64% from 255) = 23.49%
R=38.66%
G=37.85%
B=23.49%

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
Decimal23723214400.020.390.0756.7772.0974.71
HexEDE8900227739484b
Octal3553502200247771110113
Binary11101101111010001001000001010011111111100110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE890; }

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

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

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

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

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

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

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

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