#EDE095

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

Shades of Khaki #EDE095

Tints of Khaki #EDE095

Color information

#EDE095 (or 0xEDE095) is unknown color: approx Khaki. HEX triplet: ED, E0 and 95. RGB value is (237,224,149). Sum of RGB (Red+Green+Blue) = 237+224+149=610 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.85% from 610); Green value is 224 (87.89% from 255 or 36.72% from 610); Blue value is 149 (58.59% from 255 or 24.43% from 610); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE095 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE095 is #121F6A. Grayscale: #DBDBDB. Windows color (decimal): -1187691 or 9822445. OLE color: 9822445.

HSL color Cylindrical-coordinate representation of color #EDE095: hue angle of 51.14º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EDE095 is Cyan = 0, Magento = 0.05, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB237224149-
CMYK00.050.370.07
HSL51.14º70.97%75.69%-
HSV(B)51.14º37.13%92.94%-
XYZ67.0173.4939.09-
YUV219.3488.31140.6-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.85%
GREEN value IS 224 (87.89% from 255) = 36.72%
BLUE value IS 149 (58.59% from 255) = 24.43%
R=38.85%
G=36.72%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722414900.050.370.0751.1470.9775.69
HexEDE0950525733474c
Octal3553402250545763107114
Binary111011011110000010010101010110010111111001110001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE095; }

 p { color: rgb(237,224,149); }

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

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

 a { background-color: rgb(237,224,149); }

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

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

 span { border-color: rgb(237,224,149); }

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