#EBECD8

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

Shades of Sugar Cane #EBECD8

Tints of Sugar Cane #EBECD8

Color information

#EBECD8 (or 0xEBECD8) is unknown color: approx Sugar Cane. HEX triplet: EB, EC and D8. RGB value is (235,236,216). Sum of RGB (Red+Green+Blue) = 235+236+216=687 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.21% from 687); Green value is 236 (92.58% from 255 or 34.35% from 687); Blue value is 216 (84.77% from 255 or 31.44% from 687); Max value from RGB is 236 - color contains mainly: green. Hex color #EBECD8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBECD8 is #141327. Grayscale: #E9E9E9. Windows color (decimal): -1315624 or 14216427. OLE color: 14216427.

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

Color convert

RGB235236216-
CMYK0.0000.080.07
HSL63º34.48%88.63%-
HSV(B)63º8.47%92.55%-
XYZ76.6582.6176.87-
YUV233.42118.17129.13-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.21%
GREEN value IS 236 (92.58% from 255) = 34.35%
BLUE value IS 216 (84.77% from 255) = 31.44%
R=34.21%
G=34.35%
B=31.44%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2352362160.0000.080.076334.4888.63
HexEBECD800873f2259
Octal353354330001077742131
Binary1110101111101100110110000010001111111111000101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBECD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBECD8; }

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

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

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

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

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

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

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

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