#EBEBD6

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

Shades of Sugar Cane #EBEBD6

Tints of Sugar Cane #EBEBD6

Color information

#EBEBD6 (or 0xEBEBD6) is unknown color: approx Sugar Cane. HEX triplet: EB, EB and D6. RGB value is (235,235,214). Sum of RGB (Red+Green+Blue) = 235+235+214=684 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.36% from 684); Green value is 235 (92.19% from 255 or 34.36% from 684); Blue value is 214 (83.98% from 255 or 31.29% from 684); Max value from RGB is 235 - color contains mainly: red, green. Hex color #EBEBD6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEBD6 is #141429. Grayscale: #E8E8E8. Windows color (decimal): -1315882 or 14085099. OLE color: 14085099.

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

Color convert

RGB235235214-
CMYK000.090.08
HSL60º34.43%88.04%-
HSV(B)60º8.94%92.16%-
XYZ76.1181.9375.42-
YUV232.61117.5129.71-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.36%
GREEN value IS 235 (92.19% from 255) = 34.36%
BLUE value IS 214 (83.98% from 255) = 31.29%
R=34.36%
G=34.36%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235235214000.090.086034.4388.04
HexEBEBD600983c2258
Octal3533533260011107442130
Binary11101011111010111101011000100110001111001000101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEBD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEBD6; }

 p { color: rgb(235,235,214); }

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

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

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

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

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

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

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