#EAEBD7

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

Shades of Sugar Cane #EAEBD7

Tints of Sugar Cane #EAEBD7

Color information

#EAEBD7 (or 0xEAEBD7) is unknown color: approx Sugar Cane. HEX triplet: EA, EB and D7. RGB value is (234,235,215). Sum of RGB (Red+Green+Blue) = 234+235+215=684 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.21% from 684); Green value is 235 (92.19% from 255 or 34.36% from 684); Blue value is 215 (84.38% from 255 or 31.43% from 684); Max value from RGB is 235 - color contains mainly: green. Hex color #EAEBD7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAEBD7 is #151428. Grayscale: #E8E8E8. Windows color (decimal): -1381417 or 14150634. OLE color: 14150634.

HSL color Cylindrical-coordinate representation of color #EAEBD7: hue angle of 63º degrees, saturation: 0.33, 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 #EAEBD7 is Cyan = 0.00, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB234235215-
CMYK0.0000.090.08
HSL63º33.33%88.24%-
HSV(B)63º8.51%92.16%-
XYZ75.9181.8276.08-
YUV232.42118.17129.13-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.21%
GREEN value IS 235 (92.19% from 255) = 34.36%
BLUE value IS 215 (84.38% from 255) = 31.43%
R=34.21%
G=34.36%
B=31.43%

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
Decimal2342352150.0000.090.086333.3388.24
HexEAEBD700983f2158
Octal3523533270011107741130
Binary11101010111010111101011100100110001111111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEBD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEBD7; }

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

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

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

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

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

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

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

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