#EDEDDD

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

Shades of Sugar Cane #EDEDDD

Tints of Sugar Cane #EDEDDD

Color information

#EDEDDD (or 0xEDEDDD) is unknown color: approx Sugar Cane. HEX triplet: ED, ED and DD. RGB value is (237,237,221). Sum of RGB (Red+Green+Blue) = 237+237+221=695 (92% of max value = 765). Red value is 237 (92.97% from 255 or 34.10% from 695); Green value is 237 (92.97% from 255 or 34.10% from 695); Blue value is 221 (86.72% from 255 or 31.80% from 695); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDEDDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEDDD is #121222. Grayscale: #EBEBEB. Windows color (decimal): -1184291 or 14544365. OLE color: 14544365.

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

Color convert

RGB237237221-
CMYK000.070.07
HSL60º30.77%89.8%-
HSV(B)60º6.75%92.94%-
XYZ78.2683.7980.46-
YUV235.18120129.3-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.10%
GREEN value IS 237 (92.97% from 255) = 34.10%
BLUE value IS 221 (86.72% from 255) = 31.80%
R=34.10%
G=34.10%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237237221000.070.076030.7789.8
HexEDEDDD00773c1f5a
Octal35535533500777437132
Binary11101101111011011101110100111111111100111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEDDD; }

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

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

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

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

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

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

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

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