#EAEADB

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

Shades of Sugar Cane #EAEADB

Tints of Sugar Cane #EAEADB

Color information

#EAEADB (or 0xEAEADB) is unknown color: approx Sugar Cane. HEX triplet: EA, EA and DB. RGB value is (234,234,219). Sum of RGB (Red+Green+Blue) = 234+234+219=687 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.06% from 687); Green value is 234 (91.80% from 255 or 34.06% from 687); Blue value is 219 (85.94% from 255 or 31.88% from 687); Max value from RGB is 234 - color contains mainly: red, green. Hex color #EAEADB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAEADB is #151524. Grayscale: #E8E8E8. Windows color (decimal): -1381669 or 14412522. OLE color: 14412522.

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

Color convert

RGB234234219-
CMYK000.060.08
HSL60º26.32%88.82%-
HSV(B)60º6.41%91.76%-
XYZ76.1481.4578.73-
YUV232.29120.5129.22-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.06%
GREEN value IS 234 (91.80% from 255) = 34.06%
BLUE value IS 219 (85.94% from 255) = 31.88%
R=34.06%
G=34.06%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234234219000.060.086026.3288.82
HexEAEADB00683c1a59
Octal352352333006107432131
Binary111010101110101011011011001101000111100110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEADB; }

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

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

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

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

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

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

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

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