#ECECD5

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

Shades of Sugar Cane #ECECD5

Tints of Sugar Cane #ECECD5

Color information

#ECECD5 (or 0xECECD5) is unknown color: approx Sugar Cane. HEX triplet: EC, EC and D5. RGB value is (236,236,213). Sum of RGB (Red+Green+Blue) = 236+236+213=685 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.45% from 685); Green value is 236 (92.58% from 255 or 34.45% from 685); Blue value is 213 (83.59% from 255 or 31.09% from 685); Max value from RGB is 236 - color contains mainly: red, green. Hex color #ECECD5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECECD5 is #13132A. Grayscale: #E9E9E9. Windows color (decimal): -1250091 or 14019820. OLE color: 14019820.

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

Color convert

RGB236236213-
CMYK000.100.07
HSL60º37.7%88.04%-
HSV(B)60º9.75%92.55%-
XYZ76.682.6374.86-
YUV233.38116.5129.87-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.45%
GREEN value IS 236 (92.58% from 255) = 34.45%
BLUE value IS 213 (83.59% from 255) = 31.09%
R=34.45%
G=34.45%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236236213000.100.076037.788.04
HexECECD500A73c2658
Octal354354325001277446130
Binary1110110011101100110101010010101111111001001101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECECD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECECD5; }

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

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

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

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

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

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

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

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