#EBEBDB

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

Shades of Sugar Cane #EBEBDB

Tints of Sugar Cane #EBEBDB

Color information

#EBEBDB (or 0xEBEBDB) is unknown color: approx Sugar Cane. HEX triplet: EB, EB and DB. RGB value is (235,235,219). Sum of RGB (Red+Green+Blue) = 235+235+219=689 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.11% from 689); Green value is 235 (92.19% from 255 or 34.11% from 689); Blue value is 219 (85.94% from 255 or 31.79% from 689); Max value from RGB is 235 - color contains mainly: red, green. Hex color #EBEBDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEBDB is #141424. Grayscale: #E9E9E9. Windows color (decimal): -1315877 or 14412779. OLE color: 14412779.

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

Color convert

RGB235235219-
CMYK000.070.08
HSL60º28.57%89.02%-
HSV(B)60º6.81%92.16%-
XYZ76.7682.1978.84-
YUV233.18120129.3-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.11%
GREEN value IS 235 (92.19% from 255) = 34.11%
BLUE value IS 219 (85.94% from 255) = 31.79%
R=34.11%
G=34.11%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235235219000.070.086028.5789.02
HexEBEBDB00783c1d59
Octal353353333007107435131
Binary111010111110101111011011001111000111100111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEBDB; }

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

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

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

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

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

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

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

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