#ECECD8

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

Shades of Sugar Cane #ECECD8

Tints of Sugar Cane #ECECD8

Color information

#ECECD8 (or 0xECECD8) is unknown color: approx Sugar Cane. HEX triplet: EC, EC and D8. RGB value is (236,236,216). Sum of RGB (Red+Green+Blue) = 236+236+216=688 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.30% from 688); Green value is 236 (92.58% from 255 or 34.30% from 688); Blue value is 216 (84.77% from 255 or 31.40% from 688); Max value from RGB is 236 - color contains mainly: red, green. Hex color #ECECD8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECECD8 is #131327. Grayscale: #E9E9E9. Windows color (decimal): -1250088 or 14216428. OLE color: 14216428.

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

Color convert

RGB236236216-
CMYK000.080.07
HSL60º34.48%88.63%-
HSV(B)60º8.47%92.55%-
XYZ76.9882.7876.89-
YUV233.72118129.63-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.30%
GREEN value IS 236 (92.58% from 255) = 34.30%
BLUE value IS 216 (84.77% from 255) = 31.40%
R=34.30%
G=34.30%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236236216000.080.076034.4888.63
HexECECD800873c2259
Octal354354330001077442131
Binary1110110011101100110110000010001111111001000101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECECD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECECD8; }

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

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

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

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

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

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

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

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