#EAEBE2

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

Shades of Sugar Cane #EAEBE2

Tints of Sugar Cane #EAEBE2

Color information

#EAEBE2 (or 0xEAEBE2) is unknown color: approx Sugar Cane. HEX triplet: EA, EB and E2. RGB value is (234,235,226). Sum of RGB (Red+Green+Blue) = 234+235+226=695 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.67% from 695); Green value is 235 (92.19% from 255 or 33.81% from 695); Blue value is 226 (88.67% from 255 or 32.52% from 695); Max value from RGB is 235 - color contains mainly: green. Hex color #EAEBE2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAEBE2 is #15141D. Grayscale: #E9E9E9. Windows color (decimal): -1381406 or 14871530. OLE color: 14871530.

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

Color convert

RGB234235226-
CMYK0.0000.040.08
HSL66.67º18.37%90.39%-
HSV(B)66.67º3.83%92.16%-
XYZ77.3782.483.78-
YUV233.68123.67128.23-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.67%
GREEN value IS 235 (92.19% from 255) = 33.81%
BLUE value IS 226 (88.67% from 255) = 32.52%
R=33.67%
G=33.81%
B=32.52%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342352260.0000.040.0866.6718.3790.39
HexEAEBE2004843125a
Octal3523533420041010322132
Binary1110101011101011111000100010010001000011100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEBE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEBE2; }

 p { color: rgb(234,235,226); }

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

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

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

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

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

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

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