#EDE296

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

Shades of Khaki #EDE296

Tints of Khaki #EDE296

Color information

#EDE296 (or 0xEDE296) is unknown color: approx Khaki. HEX triplet: ED, E2 and 96. RGB value is (237,226,150). Sum of RGB (Red+Green+Blue) = 237+226+150=613 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.66% from 613); Green value is 226 (88.67% from 255 or 36.87% from 613); Blue value is 150 (58.98% from 255 or 24.47% from 613); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE296 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE296 is #121D69. Grayscale: #DCDCDC. Windows color (decimal): -1187178 or 9888493. OLE color: 9888493.

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

Color convert

RGB237226150-
CMYK00.050.370.07
HSL52.41º70.73%75.88%-
HSV(B)52.41º36.71%92.94%-
XYZ67.6374.639.69-
YUV220.6288.14139.68-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.66%
GREEN value IS 226 (88.67% from 255) = 36.87%
BLUE value IS 150 (58.98% from 255) = 24.47%
R=38.66%
G=36.87%
B=24.47%

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
Decimal23722615000.050.370.0752.4170.7375.88
HexEDE2960525734474c
Octal3553422260545764107114
Binary111011011110001010010110010110010111111010010001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE296; }

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

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

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

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

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

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

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

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