#ECECD4

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

Shades of Sugar Cane #ECECD4

Tints of Sugar Cane #ECECD4

Color information

#ECECD4 (or 0xECECD4) is unknown color: approx Sugar Cane. HEX triplet: EC, EC and D4. RGB value is (236,236,212). Sum of RGB (Red+Green+Blue) = 236+236+212=684 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.50% from 684); Green value is 236 (92.58% from 255 or 34.50% from 684); Blue value is 212 (83.20% from 255 or 30.99% from 684); Max value from RGB is 236 - color contains mainly: red, green. Hex color #ECECD4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECECD4 is #13132B. Grayscale: #E9E9E9. Windows color (decimal): -1250092 or 13954284. OLE color: 13954284.

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

Color convert

RGB236236212-
CMYK000.100.07
HSL60º38.71%87.84%-
HSV(B)60º10.17%92.55%-
XYZ76.4782.5874.2-
YUV233.26116129.95-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.50%
GREEN value IS 236 (92.58% from 255) = 34.50%
BLUE value IS 212 (83.20% from 255) = 30.99%
R=34.50%
G=34.50%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236236212000.100.076038.7187.84
HexECECD400A73c2758
Octal354354324001277447130
Binary1110110011101100110101000010101111111001001111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECECD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECECD4; }

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

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

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

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

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

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

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

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