#EBECDB

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

Shades of Sugar Cane #EBECDB

Tints of Sugar Cane #EBECDB

Color information

#EBECDB (or 0xEBECDB) is unknown color: approx Sugar Cane. HEX triplet: EB, EC and DB. RGB value is (235,236,219). Sum of RGB (Red+Green+Blue) = 235+236+219=690 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.06% from 690); Green value is 236 (92.58% from 255 or 34.20% from 690); Blue value is 219 (85.94% from 255 or 31.74% from 690); Max value from RGB is 236 - color contains mainly: green. Hex color #EBECDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBECDB is #141324. Grayscale: #E9E9E9. Windows color (decimal): -1315621 or 14413035. OLE color: 14413035.

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

Color convert

RGB235236219-
CMYK0.0000.070.07
HSL63.53º30.91%89.22%-
HSV(B)63.53º7.2%92.55%-
XYZ77.0482.7778.93-
YUV233.76119.67128.88-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.06%
GREEN value IS 236 (92.58% from 255) = 34.20%
BLUE value IS 219 (85.94% from 255) = 31.74%
R=34.06%
G=34.20%
B=31.74%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2352362190.0000.070.0763.5330.9189.22
HexEBECDB0077401f59
Octal353354333007710037131
Binary111010111110110011011011001111111000000111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBECDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBECDB; }

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

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

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

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

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

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

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

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