#EDEDD9

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

Shades of Sugar Cane #EDEDD9

Tints of Sugar Cane #EDEDD9

Color information

#EDEDD9 (or 0xEDEDD9) is unknown color: approx Sugar Cane. HEX triplet: ED, ED and D9. RGB value is (237,237,217). Sum of RGB (Red+Green+Blue) = 237+237+217=691 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.30% from 691); Green value is 237 (92.97% from 255 or 34.30% from 691); Blue value is 217 (85.16% from 255 or 31.40% from 691); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDEDD9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEDD9 is #121226. Grayscale: #EAEAEA. Windows color (decimal): -1184295 or 14282221. OLE color: 14282221.

HSL color Cylindrical-coordinate representation of color #EDEDD9: hue angle of 60º degrees, saturation: 0.36, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EDEDD9 is Cyan = 0, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB237237217-
CMYK000.080.07
HSL60º35.71%89.02%-
HSV(B)60º8.44%92.94%-
XYZ77.7383.5877.68-
YUV234.72118129.63-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.30%
GREEN value IS 237 (92.97% from 255) = 34.30%
BLUE value IS 217 (85.16% from 255) = 31.40%
R=34.30%
G=34.30%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237237217000.080.076035.7189.02
HexEDEDD900873c2459
Octal355355331001077444131
Binary1110110111101101110110010010001111111001001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEDD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEDD9; }

 p { color: rgb(237,237,217); }

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

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

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

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

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

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

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