#EBEBE7

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

Shades of Sugar Cane #EBEBE7

Tints of Sugar Cane #EBEBE7

Color information

#EBEBE7 (or 0xEBEBE7) is unknown color: approx Sugar Cane. HEX triplet: EB, EB and E7. RGB value is (235,235,231). Sum of RGB (Red+Green+Blue) = 235+235+231=701 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.52% from 701); Green value is 235 (92.19% from 255 or 33.52% from 701); Blue value is 231 (90.62% from 255 or 32.95% from 701); Max value from RGB is 235 - color contains mainly: red, green. Hex color #EBEBE7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBEBE7 is #141418. Grayscale: #EAEAEA. Windows color (decimal): -1315865 or 15199211. OLE color: 15199211.

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

Color convert

RGB235235231-
CMYK000.020.08
HSL60º9.09%91.37%-
HSV(B)60º1.7%92.16%-
XYZ78.3982.8587.46-
YUV234.54126128.33-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.52%
GREEN value IS 235 (92.19% from 255) = 33.52%
BLUE value IS 231 (90.62% from 255) = 32.95%
R=33.52%
G=33.52%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235235231000.020.08609.0991.37
HexEBEBE700283c95b
Octal353353347002107411133
Binary1110101111101011111001110010100011110010011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEBE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEBE7; }

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

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

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

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

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

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

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

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