#EBECE0

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

Shades of Sugar Cane #EBECE0

Tints of Sugar Cane #EBECE0

Color information

#EBECE0 (or 0xEBECE0) is unknown color: approx Sugar Cane. HEX triplet: EB, EC and E0. RGB value is (235,236,224). Sum of RGB (Red+Green+Blue) = 235+236+224=695 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.81% from 695); Green value is 236 (92.58% from 255 or 33.96% from 695); Blue value is 224 (87.89% from 255 or 32.23% from 695); Max value from RGB is 236 - color contains mainly: green. Hex color #EBECE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBECE0 is #14131F. Grayscale: #EAEAEA. Windows color (decimal): -1315616 or 14740715. OLE color: 14740715.

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

Color convert

RGB235236224-
CMYK0.0000.050.07
HSL65º24%90.2%-
HSV(B)65º5.08%92.55%-
XYZ77.7183.0382.45-
YUV234.33122.17128.48-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.81%
GREEN value IS 236 (92.58% from 255) = 33.96%
BLUE value IS 224 (87.89% from 255) = 32.23%
R=33.81%
G=33.96%
B=32.23%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2352362240.0000.050.07652490.2
HexEBECE0005741185a
Octal353354340005710130132
Binary111010111110110011100000001011111000001110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBECE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBECE0; }

 p { color: rgb(235,236,224); }

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

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

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

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

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

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

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