#EDEDDC

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

Shades of Sugar Cane #EDEDDC

Tints of Sugar Cane #EDEDDC

Color information

#EDEDDC (or 0xEDEDDC) is unknown color: approx Sugar Cane. HEX triplet: ED, ED and DC. RGB value is (237,237,220). Sum of RGB (Red+Green+Blue) = 237+237+220=694 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.15% from 694); Green value is 237 (92.97% from 255 or 34.15% from 694); Blue value is 220 (86.33% from 255 or 31.70% from 694); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDEDDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEDDC is #121223. Grayscale: #EBEBEB. Windows color (decimal): -1184292 or 14478829. OLE color: 14478829.

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

Color convert

RGB237237220-
CMYK000.070.07
HSL60º32.08%89.61%-
HSV(B)60º7.17%92.94%-
XYZ78.1383.7479.76-
YUV235.06119.5129.38-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.15%
GREEN value IS 237 (92.97% from 255) = 34.15%
BLUE value IS 220 (86.33% from 255) = 31.70%
R=34.15%
G=34.15%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237237220000.070.076032.0889.61
HexEDEDDC00773c205a
Octal35535533400777440132
Binary111011011110110111011100001111111111001000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEDDC; }

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

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

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

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

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

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

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

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