#ECECEA

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

Shades of Sugar Cane #ECECEA

Tints of Sugar Cane #ECECEA

Color information

#ECECEA (or 0xECECEA) is unknown color: approx Sugar Cane. HEX triplet: EC, EC and EA. RGB value is (236,236,234). Sum of RGB (Red+Green+Blue) = 236+236+234=706 (93% of max value = 765). Red value is 236 (92.58% from 255 or 33.43% from 706); Green value is 236 (92.58% from 255 or 33.43% from 706); Blue value is 234 (91.80% from 255 or 33.14% from 706); Max value from RGB is 236 - color contains mainly: red, green. Hex color #ECECEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECECEA is #131315. Grayscale: #EBEBEB. Windows color (decimal): -1250070 or 15396076. OLE color: 15396076.

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

Color convert

RGB236236234-
CMYK000.010.07
HSL60º5%92.16%-
HSV(B)60º0.85%92.55%-
XYZ79.4483.7689.82-
YUV235.77127128.16-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.43%
GREEN value IS 236 (92.58% from 255) = 33.43%
BLUE value IS 234 (91.80% from 255) = 33.14%
R=33.43%
G=33.43%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236236234000.010.0760592.16
HexECECEA00173c55c
Octal3543543520017745134
Binary1110110011101100111010100011111111001011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECECEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECECEA; }

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

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

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

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

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

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

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

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