#EDE490

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

Shades of Khaki #EDE490

Tints of Khaki #EDE490

Color information

#EDE490 (or 0xEDE490) is unknown color: approx Khaki. HEX triplet: ED, E4 and 90. RGB value is (237,228,144). Sum of RGB (Red+Green+Blue) = 237+228+144=609 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.92% from 609); Green value is 228 (89.45% from 255 or 37.44% from 609); Blue value is 144 (56.64% from 255 or 23.65% from 609); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE490 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE490 is #121B6F. Grayscale: #DDDDDD. Windows color (decimal): -1186672 or 9495789. OLE color: 9495789.

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

Color convert

RGB237228144-
CMYK00.040.390.07
HSL54.19º72.09%74.71%-
HSV(B)54.19º39.24%92.94%-
XYZ67.775.537.39-
YUV221.1184.48139.33-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.92%
GREEN value IS 228 (89.45% from 255) = 37.44%
BLUE value IS 144 (56.64% from 255) = 23.65%
R=38.92%
G=37.44%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.39
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722814400.040.390.0754.1972.0974.71
HexEDE4900427736484b
Octal3553442200447766110113
Binary111011011110010010010000010010011111111011010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE490; }

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

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

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

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

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

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

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

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