#EBEBE3

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

Shades of Sugar Cane #EBEBE3

Tints of Sugar Cane #EBEBE3

Color information

#EBEBE3 (or 0xEBEBE3) is unknown color: approx Sugar Cane. HEX triplet: EB, EB and E3. RGB value is (235,235,227). Sum of RGB (Red+Green+Blue) = 235+235+227=697 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.72% from 697); Green value is 235 (92.19% from 255 or 33.72% from 697); Blue value is 227 (89.06% from 255 or 32.57% from 697); Max value from RGB is 235 - color contains mainly: red, green. Hex color #EBEBE3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEBE3 is #14141C. Grayscale: #EAEAEA. Windows color (decimal): -1315869 or 14937067. OLE color: 14937067.

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

Color convert

RGB235235227-
CMYK000.030.08
HSL60º16.67%90.59%-
HSV(B)60º3.4%92.16%-
XYZ77.8382.6284.52-
YUV234.09124128.65-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.72%
GREEN value IS 235 (92.19% from 255) = 33.72%
BLUE value IS 227 (89.06% from 255) = 32.57%
R=33.72%
G=33.72%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235235227000.030.086016.6790.59
HexEBEBE300383c115b
Octal353353343003107421133
Binary11101011111010111110001100111000111100100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEBE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEBE3; }

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

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

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

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

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

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

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

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