#ECEDDA

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

Shades of Sugar Cane #ECEDDA

Tints of Sugar Cane #ECEDDA

Color information

#ECEDDA (or 0xECEDDA) is unknown color: approx Sugar Cane. HEX triplet: EC, ED and DA. RGB value is (236,237,218). Sum of RGB (Red+Green+Blue) = 236+237+218=691 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.15% from 691); Green value is 237 (92.97% from 255 or 34.30% from 691); Blue value is 218 (85.55% from 255 or 31.55% from 691); Max value from RGB is 237 - color contains mainly: green. Hex color #ECEDDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECEDDA is #131225. Grayscale: #EAEAEA. Windows color (decimal): -1249830 or 14347756. OLE color: 14347756.

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

Color convert

RGB236237218-
CMYK0.0000.080.07
HSL63.16º34.55%89.22%-
HSV(B)63.16º8.02%92.94%-
XYZ77.5383.4678.35-
YUV234.54118.67129.04-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.15%
GREEN value IS 237 (92.97% from 255) = 34.30%
BLUE value IS 218 (85.55% from 255) = 31.55%
R=34.15%
G=34.30%
B=31.55%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362372180.0000.080.0763.1634.5589.22
HexECEDDA00873f2359
Octal354355332001077743131
Binary1110110011101101110110100010001111111111000111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECEDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECEDDA; }

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

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

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

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

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

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

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

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