#EDE596

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

Shades of Khaki #EDE596

Tints of Khaki #EDE596

Color information

#EDE596 (or 0xEDE596) is unknown color: approx Khaki. HEX triplet: ED, E5 and 96. RGB value is (237,229,150). Sum of RGB (Red+Green+Blue) = 237+229+150=616 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.47% from 616); Green value is 229 (89.84% from 255 or 37.18% from 616); Blue value is 150 (58.98% from 255 or 24.35% from 616); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE596 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE596 is #121A69. Grayscale: #DEDEDE. Windows color (decimal): -1186410 or 9889261. OLE color: 9889261.

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

Color convert

RGB237229150-
CMYK00.030.370.07
HSL54.48º70.73%75.88%-
HSV(B)54.48º36.71%92.94%-
XYZ68.4576.2539.96-
YUV222.3987.15138.42-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.47%
GREEN value IS 229 (89.84% from 255) = 37.18%
BLUE value IS 150 (58.98% from 255) = 24.35%
R=38.47%
G=37.18%
B=24.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722915000.030.370.0754.4870.7375.88
HexEDE5960325736474c
Octal3553452260345766107114
Binary11101101111001011001011001110010111111011010001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE596; }

 p { color: rgb(237,229,150); }

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

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

 a { background-color: rgb(237,229,150); }

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

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

 span { border-color: rgb(237,229,150); }

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