#EBEBD5

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

Shades of Sugar Cane #EBEBD5

Tints of Sugar Cane #EBEBD5

Color information

#EBEBD5 (or 0xEBEBD5) is unknown color: approx Sugar Cane. HEX triplet: EB, EB and D5. RGB value is (235,235,213). Sum of RGB (Red+Green+Blue) = 235+235+213=683 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.41% from 683); Green value is 235 (92.19% from 255 or 34.41% from 683); Blue value is 213 (83.59% from 255 or 31.19% from 683); Max value from RGB is 235 - color contains mainly: red, green. Hex color #EBEBD5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEBD5 is #14142A. Grayscale: #E8E8E8. Windows color (decimal): -1315883 or 14019563. OLE color: 14019563.

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

Color convert

RGB235235213-
CMYK000.090.08
HSL60º35.48%87.84%-
HSV(B)60º9.36%92.16%-
XYZ75.9881.8874.75-
YUV232.49117129.79-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.41%
GREEN value IS 235 (92.19% from 255) = 34.41%
BLUE value IS 213 (83.59% from 255) = 31.19%
R=34.41%
G=34.41%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235235213000.090.086035.4887.84
HexEBEBD500983c2358
Octal3533533250011107443130
Binary11101011111010111101010100100110001111001000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEBD5; }

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

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

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

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

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

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

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

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