#EDEDDA

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

Shades of Sugar Cane #EDEDDA

Tints of Sugar Cane #EDEDDA

Color information

#EDEDDA (or 0xEDEDDA) is unknown color: approx Sugar Cane. HEX triplet: ED, ED and DA. RGB value is (237,237,218). Sum of RGB (Red+Green+Blue) = 237+237+218=692 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.25% from 692); Green value is 237 (92.97% from 255 or 34.25% from 692); Blue value is 218 (85.55% from 255 or 31.50% from 692); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDEDDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEDDA is #121225. Grayscale: #EAEAEA. Windows color (decimal): -1184294 or 14347757. OLE color: 14347757.

HSL color Cylindrical-coordinate representation of color #EDEDDA: hue angle of 60º degrees, saturation: 0.35, 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 #EDEDDA is Cyan = 0, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB237237218-
CMYK000.080.07
HSL60º34.55%89.22%-
HSV(B)60º8.02%92.94%-
XYZ77.8683.6378.37-
YUV234.83118.5129.54-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.25%
GREEN value IS 237 (92.97% from 255) = 34.25%
BLUE value IS 218 (85.55% from 255) = 31.50%
R=34.25%
G=34.25%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237237218000.080.076034.5589.22
HexEDEDDA00873c2359
Octal355355332001077443131
Binary1110110111101101110110100010001111111001000111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEDDA; }

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

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

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

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

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

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

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

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