#EDEDD6

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

Shades of Sugar Cane #EDEDD6

Tints of Sugar Cane #EDEDD6

Color information

#EDEDD6 (or 0xEDEDD6) is unknown color: approx Sugar Cane. HEX triplet: ED, ED and D6. RGB value is (237,237,214). Sum of RGB (Red+Green+Blue) = 237+237+214=688 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.45% from 688); Green value is 237 (92.97% from 255 or 34.45% from 688); Blue value is 214 (83.98% from 255 or 31.10% from 688); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDEDD6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEDD6 is #121229. Grayscale: #EAEAEA. Windows color (decimal): -1184298 or 14085613. OLE color: 14085613.

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

Color convert

RGB237237214-
CMYK000.100.07
HSL60º38.98%88.43%-
HSV(B)60º9.7%92.94%-
XYZ77.3583.4375.64-
YUV234.38116.5129.87-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.45%
GREEN value IS 237 (92.97% from 255) = 34.45%
BLUE value IS 214 (83.98% from 255) = 31.10%
R=34.45%
G=34.45%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237237214000.100.076038.9888.43
HexEDEDD600A73c2758
Octal355355326001277447130
Binary1110110111101101110101100010101111111001001111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEDD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEDD6; }

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

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

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

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

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

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

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

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