#EAEBD9

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

Shades of Sugar Cane #EAEBD9

Tints of Sugar Cane #EAEBD9

Color information

#EAEBD9 (or 0xEAEBD9) is unknown color: approx Sugar Cane. HEX triplet: EA, EB and D9. RGB value is (234,235,217). Sum of RGB (Red+Green+Blue) = 234+235+217=686 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.11% from 686); Green value is 235 (92.19% from 255 or 34.26% from 686); Blue value is 217 (85.16% from 255 or 31.63% from 686); Max value from RGB is 235 - color contains mainly: green. Hex color #EAEBD9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAEBD9 is #151426. Grayscale: #E8E8E8. Windows color (decimal): -1381415 or 14281706. OLE color: 14281706.

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

Color convert

RGB234235217-
CMYK0.0000.080.08
HSL63.33º31.03%88.63%-
HSV(B)63.33º7.66%92.16%-
XYZ76.1681.9277.44-
YUV232.65119.17128.96-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.11%
GREEN value IS 235 (92.19% from 255) = 34.26%
BLUE value IS 217 (85.16% from 255) = 31.63%
R=34.11%
G=34.26%
B=31.63%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342352170.0000.080.0863.3331.0388.63
HexEAEBD900883f1f59
Octal3523533310010107737131
Binary1110101011101011110110010010001000111111111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEBD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEBD9; }

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

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

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

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

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

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

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

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