#ECECD6

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

Shades of Sugar Cane #ECECD6

Tints of Sugar Cane #ECECD6

Color information

#ECECD6 (or 0xECECD6) is unknown color: approx Sugar Cane. HEX triplet: EC, EC and D6. RGB value is (236,236,214). Sum of RGB (Red+Green+Blue) = 236+236+214=686 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.40% from 686); Green value is 236 (92.58% from 255 or 34.40% from 686); Blue value is 214 (83.98% from 255 or 31.20% from 686); Max value from RGB is 236 - color contains mainly: red, green. Hex color #ECECD6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECECD6 is #131329. Grayscale: #E9E9E9. Windows color (decimal): -1250090 or 14085356. OLE color: 14085356.

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

Color convert

RGB236236214-
CMYK000.090.07
HSL60º36.67%88.24%-
HSV(B)60º9.32%92.55%-
XYZ76.7382.6875.53-
YUV233.49117129.79-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.40%
GREEN value IS 236 (92.58% from 255) = 34.40%
BLUE value IS 214 (83.98% from 255) = 31.20%
R=34.40%
G=34.40%
B=31.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236236214000.090.076036.6788.24
HexECECD600973c2558
Octal354354326001177445130
Binary1110110011101100110101100010011111111001001011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECECD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECECD6; }

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

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

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

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

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

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

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

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