#EBEBD7

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

Shades of Sugar Cane #EBEBD7

Tints of Sugar Cane #EBEBD7

Color information

#EBEBD7 (or 0xEBEBD7) is unknown color: approx Sugar Cane. HEX triplet: EB, EB and D7. RGB value is (235,235,215). Sum of RGB (Red+Green+Blue) = 235+235+215=685 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.31% from 685); Green value is 235 (92.19% from 255 or 34.31% from 685); Blue value is 215 (84.38% from 255 or 31.39% from 685); Max value from RGB is 235 - color contains mainly: red, green. Hex color #EBEBD7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEBD7 is #141428. Grayscale: #E8E8E8. Windows color (decimal): -1315881 or 14150635. OLE color: 14150635.

HSL color Cylindrical-coordinate representation of color #EBEBD7: hue angle of 60º degrees, saturation: 0.33, 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 #EBEBD7 is Cyan = 0, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB235235215-
CMYK000.090.08
HSL60º33.33%88.24%-
HSV(B)60º8.51%92.16%-
XYZ76.2481.9976.1-
YUV232.72118129.63-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.31%
GREEN value IS 235 (92.19% from 255) = 34.31%
BLUE value IS 215 (84.38% from 255) = 31.39%
R=34.31%
G=34.31%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235235215000.090.086033.3388.24
HexEBEBD700983c2158
Octal3533533270011107441130
Binary11101011111010111101011100100110001111001000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEBD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEBD7; }

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

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

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

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

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

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

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

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