#EBEBE8

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

Shades of Sugar Cane #EBEBE8

Tints of Sugar Cane #EBEBE8

Color information

#EBEBE8 (or 0xEBEBE8) is unknown color: approx Sugar Cane. HEX triplet: EB, EB and E8. RGB value is (235,235,232). Sum of RGB (Red+Green+Blue) = 235+235+232=702 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.48% from 702); Green value is 235 (92.19% from 255 or 33.48% from 702); Blue value is 232 (91.02% from 255 or 33.05% from 702); Max value from RGB is 235 - color contains mainly: red, green. Hex color #EBEBE8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBEBE8 is #141417. Grayscale: #EAEAEA. Windows color (decimal): -1315864 or 15264747. OLE color: 15264747.

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

Color convert

RGB235235232-
CMYK000.010.08
HSL60º6.98%91.57%-
HSV(B)60º1.28%92.16%-
XYZ78.5382.9188.21-
YUV234.66126.5128.24-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.48%
GREEN value IS 235 (92.19% from 255) = 33.48%
BLUE value IS 232 (91.02% from 255) = 33.05%
R=33.48%
G=33.48%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235235232000.010.08606.9891.57
HexEBEBE800183c75c
Octal35335335000110747134
Binary11101011111010111110100000110001111001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEBE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEBE8; }

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

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

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

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

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

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

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

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