#EAEBD5

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

Shades of Sugar Cane #EAEBD5

Tints of Sugar Cane #EAEBD5

Color information

#EAEBD5 (or 0xEAEBD5) is unknown color: approx Sugar Cane. HEX triplet: EA, EB and D5. RGB value is (234,235,213). Sum of RGB (Red+Green+Blue) = 234+235+213=682 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.31% from 682); Green value is 235 (92.19% from 255 or 34.46% from 682); Blue value is 213 (83.59% from 255 or 31.23% from 682); Max value from RGB is 235 - color contains mainly: green. Hex color #EAEBD5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAEBD5 is #15142A. Grayscale: #E8E8E8. Windows color (decimal): -1381419 or 14019562. OLE color: 14019562.

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

Color convert

RGB234235213-
CMYK0.0000.090.08
HSL62.73º35.48%87.84%-
HSV(B)62.73º9.36%92.16%-
XYZ75.6581.7174.74-
YUV232.19117.17129.29-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.31%
GREEN value IS 235 (92.19% from 255) = 34.46%
BLUE value IS 213 (83.59% from 255) = 31.23%
R=34.31%
G=34.46%
B=31.23%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342352130.0000.090.0862.7335.4887.84
HexEAEBD500983f2358
Octal3523533250011107743130
Binary11101010111010111101010100100110001111111000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEBD5; }

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

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

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

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

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

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

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

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