#EBECD2

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

Shades of Sugar Cane #EBECD2

Tints of Sugar Cane #EBECD2

Color information

#EBECD2 (or 0xEBECD2) is unknown color: approx Sugar Cane. HEX triplet: EB, EC and D2. RGB value is (235,236,210). Sum of RGB (Red+Green+Blue) = 235+236+210=681 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.51% from 681); Green value is 236 (92.58% from 255 or 34.65% from 681); Blue value is 210 (82.42% from 255 or 30.84% from 681); Max value from RGB is 236 - color contains mainly: green. Hex color #EBECD2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBECD2 is #14132D. Grayscale: #E8E8E8. Windows color (decimal): -1315630 or 13823211. OLE color: 13823211.

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

Color convert

RGB235236210-
CMYK0.0000.110.07
HSL62.31º40.63%87.45%-
HSV(B)62.31º11.02%92.55%-
XYZ75.8982.3172.86-
YUV232.74115.17129.61-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.51%
GREEN value IS 236 (92.58% from 255) = 34.65%
BLUE value IS 210 (82.42% from 255) = 30.84%
R=34.51%
G=34.65%
B=30.84%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2352362100.0000.110.0762.3140.6387.45
HexEBECD200B73e2957
Octal353354322001377651127
Binary1110101111101100110100100010111111111101010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBECD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBECD2; }

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

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

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

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

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

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

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

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