#EBEBE6

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

Shades of Sugar Cane #EBEBE6

Tints of Sugar Cane #EBEBE6

Color information

#EBEBE6 (or 0xEBEBE6) is unknown color: approx Sugar Cane. HEX triplet: EB, EB and E6. RGB value is (235,235,230). Sum of RGB (Red+Green+Blue) = 235+235+230=700 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.57% from 700); Green value is 235 (92.19% from 255 or 33.57% from 700); Blue value is 230 (90.23% from 255 or 32.86% from 700); Max value from RGB is 235 - color contains mainly: red, green. Hex color #EBEBE6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBEBE6 is #141419. Grayscale: #EAEAEA. Windows color (decimal): -1315866 or 15133675. OLE color: 15133675.

HSL color Cylindrical-coordinate representation of color #EBEBE6: hue angle of 60º degrees, saturation: 0.11, 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 #EBEBE6 is Cyan = 0, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB235235230-
CMYK000.020.08
HSL60º11.11%91.18%-
HSV(B)60º2.13%92.16%-
XYZ78.2582.7986.72-
YUV234.43125.5128.41-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.57%
GREEN value IS 235 (92.19% from 255) = 33.57%
BLUE value IS 230 (90.23% from 255) = 32.86%
R=33.57%
G=33.57%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235235230000.020.086011.1191.18
HexEBEBE600283cb5b
Octal353353346002107413133
Binary1110101111101011111001100010100011110010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEBE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEBE6; }

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

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

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

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

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

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

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

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