#EAEBDB

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

Shades of Sugar Cane #EAEBDB

Tints of Sugar Cane #EAEBDB

Color information

#EAEBDB (or 0xEAEBDB) is unknown color: approx Sugar Cane. HEX triplet: EA, EB and DB. RGB value is (234,235,219). Sum of RGB (Red+Green+Blue) = 234+235+219=688 (91% of max value = 765). Red value is 234 (91.80% from 255 or 34.01% from 688); Green value is 235 (92.19% from 255 or 34.16% from 688); Blue value is 219 (85.94% from 255 or 31.83% from 688); Max value from RGB is 235 - color contains mainly: green. Hex color #EAEBDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAEBDB is #151424. Grayscale: #E8E8E8. Windows color (decimal): -1381413 or 14412778. OLE color: 14412778.

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

Color convert

RGB234235219-
CMYK0.0000.070.08
HSL63.75º28.57%89.02%-
HSV(B)63.75º6.81%92.16%-
XYZ76.4382.0278.82-
YUV232.88120.17128.8-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.01%
GREEN value IS 235 (92.19% from 255) = 34.16%
BLUE value IS 219 (85.94% from 255) = 31.83%
R=34.01%
G=34.16%
B=31.83%

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
Decimal2342352190.0000.070.0863.7528.5789.02
HexEAEBDB0078401d59
Octal3523533330071010035131
Binary1110101011101011110110110011110001000000111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEBDB; }

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

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

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

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

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

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

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

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