#EAEBDA

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

Shades of Sugar Cane #EAEBDA

Tints of Sugar Cane #EAEBDA

Color information

#EAEBDA (or 0xEAEBDA) is unknown color: approx Sugar Cane. HEX triplet: EA, EB and DA. RGB value is (234,235,218). Sum of RGB (Red+Green+Blue) = 234+235+218=687 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.06% from 687); Green value is 235 (92.19% from 255 or 34.21% from 687); Blue value is 218 (85.55% from 255 or 31.73% from 687); Max value from RGB is 235 - color contains mainly: green. Hex color #EAEBDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAEBDA is #151425. Grayscale: #E8E8E8. Windows color (decimal): -1381414 or 14347242. OLE color: 14347242.

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

Color convert

RGB234235218-
CMYK0.0000.070.08
HSL63.53º29.82%88.82%-
HSV(B)63.53º7.23%92.16%-
XYZ76.2981.9778.13-
YUV232.76119.67128.88-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.06%
GREEN value IS 235 (92.19% from 255) = 34.21%
BLUE value IS 218 (85.55% from 255) = 31.73%
R=34.06%
G=34.21%
B=31.73%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342352180.0000.070.0863.5329.8288.82
HexEAEBDA0078401e59
Octal3523533320071010036131
Binary1110101011101011110110100011110001000000111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEBDA; }

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

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

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

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

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

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

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

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