#EAEBDE

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

Shades of Sugar Cane #EAEBDE

Tints of Sugar Cane #EAEBDE

Color information

#EAEBDE (or 0xEAEBDE) is unknown color: approx Sugar Cane. HEX triplet: EA, EB and DE. RGB value is (234,235,222). Sum of RGB (Red+Green+Blue) = 234+235+222=691 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.86% from 691); Green value is 235 (92.19% from 255 or 34.01% from 691); Blue value is 222 (87.11% from 255 or 32.13% from 691); Max value from RGB is 235 - color contains mainly: green. Hex color #EAEBDE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAEBDE is #151421. Grayscale: #E9E9E9. Windows color (decimal): -1381410 or 14609386. OLE color: 14609386.

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

Color convert

RGB234235222-
CMYK0.0000.060.08
HSL64.62º24.53%89.61%-
HSV(B)64.62º5.53%92.16%-
XYZ76.8282.1880.92-
YUV233.22121.67128.56-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.86%
GREEN value IS 235 (92.19% from 255) = 34.01%
BLUE value IS 222 (87.11% from 255) = 32.13%
R=33.86%
G=34.01%
B=32.13%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342352220.0000.060.0864.6224.5389.61
HexEAEBDE006841195a
Octal3523533360061010131132
Binary1110101011101011110111100011010001000001110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEBDE; }

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

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

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

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

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

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

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

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