#ECECDC

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

Shades of Sugar Cane #ECECDC

Tints of Sugar Cane #ECECDC

Color information

#ECECDC (or 0xECECDC) is unknown color: approx Sugar Cane. HEX triplet: EC, EC and DC. RGB value is (236,236,220). Sum of RGB (Red+Green+Blue) = 236+236+220=692 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.10% from 692); Green value is 236 (92.58% from 255 or 34.10% from 692); Blue value is 220 (86.33% from 255 or 31.79% from 692); Max value from RGB is 236 - color contains mainly: red, green. Hex color #ECECDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECECDC is #131323. Grayscale: #EAEAEA. Windows color (decimal): -1250084 or 14478572. OLE color: 14478572.

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

Color convert

RGB236236220-
CMYK000.070.07
HSL60º29.63%89.41%-
HSV(B)60º6.78%92.55%-
XYZ77.5182.9979.64-
YUV234.18120129.3-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.10%
GREEN value IS 236 (92.58% from 255) = 34.10%
BLUE value IS 220 (86.33% from 255) = 31.79%
R=34.10%
G=34.10%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236236220000.070.076029.6389.41
HexECECDC00773c1e59
Octal35435433400777436131
Binary11101100111011001101110000111111111100111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECECDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECECDC; }

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

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

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

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

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

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

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

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