#EBEBDA

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

Shades of Sugar Cane #EBEBDA

Tints of Sugar Cane #EBEBDA

Color information

#EBEBDA (or 0xEBEBDA) is unknown color: approx Sugar Cane. HEX triplet: EB, EB and DA. RGB value is (235,235,218). Sum of RGB (Red+Green+Blue) = 235+235+218=688 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.16% from 688); Green value is 235 (92.19% from 255 or 34.16% from 688); Blue value is 218 (85.55% from 255 or 31.69% from 688); Max value from RGB is 235 - color contains mainly: red, green. Hex color #EBEBDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEBDA is #141425. Grayscale: #E9E9E9. Windows color (decimal): -1315878 or 14347243. OLE color: 14347243.

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

Color convert

RGB235235218-
CMYK000.070.08
HSL60º29.82%88.82%-
HSV(B)60º7.23%92.16%-
XYZ76.6282.1478.15-
YUV233.06119.5129.38-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.16%
GREEN value IS 235 (92.19% from 255) = 34.16%
BLUE value IS 218 (85.55% from 255) = 31.69%
R=34.16%
G=34.16%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235235218000.070.086029.8288.82
HexEBEBDA00783c1e59
Octal353353332007107436131
Binary111010111110101111011010001111000111100111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEBDA; }

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

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

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

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

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

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

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

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