#EBEBE9

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

Shades of Sugar Cane #EBEBE9

Tints of Sugar Cane #EBEBE9

Color information

#EBEBE9 (or 0xEBEBE9) is unknown color: approx Sugar Cane. HEX triplet: EB, EB and E9. RGB value is (235,235,233). Sum of RGB (Red+Green+Blue) = 235+235+233=703 (93% of max value = 765). Red value is 235 (92.19% from 255 or 33.43% from 703); Green value is 235 (92.19% from 255 or 33.43% from 703); Blue value is 233 (91.41% from 255 or 33.14% from 703); Max value from RGB is 235 - color contains mainly: red, green. Hex color #EBEBE9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBEBE9 is #141416. Grayscale: #EAEAEA. Windows color (decimal): -1315863 or 15330283. OLE color: 15330283.

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

Color convert

RGB235235233-
CMYK000.010.08
HSL60º4.76%91.76%-
HSV(B)60º0.85%92.16%-
XYZ78.6882.9688.96-
YUV234.77127128.16-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.43%
GREEN value IS 235 (92.19% from 255) = 33.43%
BLUE value IS 233 (91.41% from 255) = 33.14%
R=33.43%
G=33.43%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235235233000.010.08604.7691.76
HexEBEBE900183c55c
Octal35335335100110745134
Binary11101011111010111110100100110001111001011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEBE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEBE9; }

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

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

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

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

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

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

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

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