#EDE491

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

Shades of Khaki #EDE491

Tints of Khaki #EDE491

Color information

#EDE491 (or 0xEDE491) is unknown color: approx Khaki. HEX triplet: ED, E4 and 91. RGB value is (237,228,145). Sum of RGB (Red+Green+Blue) = 237+228+145=610 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.85% from 610); Green value is 228 (89.45% from 255 or 37.38% from 610); Blue value is 145 (57.03% from 255 or 23.77% from 610); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE491 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE491 is #121B6E. Grayscale: #DDDDDD. Windows color (decimal): -1186671 or 9561325. OLE color: 9561325.

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

Color convert

RGB237228145-
CMYK00.040.390.07
HSL54.13º71.88%74.9%-
HSV(B)54.13º38.82%92.94%-
XYZ67.7875.5437.8-
YUV221.2384.98139.25-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.85%
GREEN value IS 228 (89.45% from 255) = 37.38%
BLUE value IS 145 (57.03% from 255) = 23.77%
R=38.85%
G=37.38%
B=23.77%

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
Decimal23722814500.040.390.0754.1371.8874.9
HexEDE4910427736484b
Octal3553442210447766110113
Binary111011011110010010010001010010011111111011010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE491; }

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

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

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

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

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

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

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

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