#EBEBE0

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

Shades of Sugar Cane #EBEBE0

Tints of Sugar Cane #EBEBE0

Color information

#EBEBE0 (or 0xEBEBE0) is unknown color: approx Sugar Cane. HEX triplet: EB, EB and E0. RGB value is (235,235,224). Sum of RGB (Red+Green+Blue) = 235+235+224=694 (91% of max value = 765). Red value is 235 (92.19% from 255 or 33.86% from 694); Green value is 235 (92.19% from 255 or 33.86% from 694); Blue value is 224 (87.89% from 255 or 32.28% from 694); Max value from RGB is 235 - color contains mainly: red, green. Hex color #EBEBE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEBE0 is #14141F. Grayscale: #E9E9E9. Windows color (decimal): -1315872 or 14740459. OLE color: 14740459.

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

Color convert

RGB235235224-
CMYK000.050.08
HSL60º21.57%90%-
HSV(B)60º4.68%92.16%-
XYZ77.4282.4682.36-
YUV233.75122.5128.89-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.86%
GREEN value IS 235 (92.19% from 255) = 33.86%
BLUE value IS 224 (87.89% from 255) = 32.28%
R=33.86%
G=33.86%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235235224000.050.086021.5790
HexEBEBE000583c165a
Octal353353340005107426132
Binary111010111110101111100000001011000111100101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEBE0; }

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

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

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

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

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

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

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

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