#EBEBE4

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

Shades of Sugar Cane #EBEBE4

Tints of Sugar Cane #EBEBE4

Color information

#EBEBE4 (or 0xEBEBE4) is unknown color: approx Sugar Cane. HEX triplet: EB, EB and E4. RGB value is (235,235,228). Sum of RGB (Red+Green+Blue) = 235+235+228=698 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.67% from 698); Green value is 235 (92.19% from 255 or 33.67% from 698); Blue value is 228 (89.45% from 255 or 32.66% from 698); Max value from RGB is 235 - color contains mainly: red, green. Hex color #EBEBE4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEBE4 is #14141B. Grayscale: #EAEAEA. Windows color (decimal): -1315868 or 15002603. OLE color: 15002603.

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

Color convert

RGB235235228-
CMYK000.030.08
HSL60º14.89%90.78%-
HSV(B)60º2.98%92.16%-
XYZ77.9782.6885.25-
YUV234.2124.5128.57-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.67%
GREEN value IS 235 (92.19% from 255) = 33.67%
BLUE value IS 228 (89.45% from 255) = 32.66%
R=33.67%
G=33.67%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235235228000.030.086014.8990.78
HexEBEBE400383cf5b
Octal353353344003107417133
Binary1110101111101011111001000011100011110011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEBE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEBE4; }

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

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

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

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

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

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

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

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