#EBEBE1

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

Shades of Sugar Cane #EBEBE1

Tints of Sugar Cane #EBEBE1

Color information

#EBEBE1 (or 0xEBEBE1) is unknown color: approx Sugar Cane. HEX triplet: EB, EB and E1. RGB value is (235,235,225). Sum of RGB (Red+Green+Blue) = 235+235+225=695 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.81% from 695); Green value is 235 (92.19% from 255 or 33.81% from 695); Blue value is 225 (88.28% from 255 or 32.37% from 695); Max value from RGB is 235 - color contains mainly: red, green. Hex color #EBEBE1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEBE1 is #14141E. Grayscale: #E9E9E9. Windows color (decimal): -1315871 or 14805995. OLE color: 14805995.

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

Color convert

RGB235235225-
CMYK000.040.08
HSL60º20%90.2%-
HSV(B)60º4.26%92.16%-
XYZ77.5682.5283.07-
YUV233.86123128.81-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.81%
GREEN value IS 235 (92.19% from 255) = 33.81%
BLUE value IS 225 (88.28% from 255) = 32.37%
R=33.81%
G=33.81%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235235225000.040.08602090.2
HexEBEBE100483c145a
Octal353353341004107424132
Binary111010111110101111100001001001000111100101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEBE1; }

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

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

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

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

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

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

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

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