#EAEAE1

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

Shades of Sugar Cane #EAEAE1

Tints of Sugar Cane #EAEAE1

Color information

#EAEAE1 (or 0xEAEAE1) is unknown color: approx Sugar Cane. HEX triplet: EA, EA and E1. RGB value is (234,234,225). Sum of RGB (Red+Green+Blue) = 234+234+225=693 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.77% from 693); Green value is 234 (91.80% from 255 or 33.77% from 693); Blue value is 225 (88.28% from 255 or 32.47% from 693); Max value from RGB is 234 - color contains mainly: red, green. Hex color #EAEAE1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAEAE1 is #15151E. Grayscale: #E9E9E9. Windows color (decimal): -1381663 or 14805738. OLE color: 14805738.

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

Color convert

RGB234234225-
CMYK000.040.08
HSL60º17.65%90%-
HSV(B)60º3.85%91.76%-
XYZ76.9581.7782.96-
YUV232.97123.5128.73-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.77%
GREEN value IS 234 (91.80% from 255) = 33.77%
BLUE value IS 225 (88.28% from 255) = 32.47%
R=33.77%
G=33.77%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234234225000.040.086017.6590
HexEAEAE100483c125a
Octal352352341004107422132
Binary111010101110101011100001001001000111100100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEAE1; }

 p { color: rgb(234,234,225); }

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

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

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

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

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

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

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