#EAEDD7

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

Shades of Sugar Cane #EAEDD7

Tints of Sugar Cane #EAEDD7

Color information

#EAEDD7 (or 0xEAEDD7) is unknown color: approx Sugar Cane. HEX triplet: EA, ED and D7. RGB value is (234,237,215). Sum of RGB (Red+Green+Blue) = 234+237+215=686 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.11% from 686); Green value is 237 (92.97% from 255 or 34.55% from 686); Blue value is 215 (84.38% from 255 or 31.34% from 686); Max value from RGB is 237 - color contains mainly: green. Hex color #EAEDD7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAEDD7 is #151228. Grayscale: #E9E9E9. Windows color (decimal): -1380905 or 14151146. OLE color: 14151146.

HSL color Cylindrical-coordinate representation of color #EAEDD7: hue angle of 68.18º degrees, saturation: 0.38, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EAEDD7 is Cyan = 0.01, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB234237215-
CMYK0.0100.090.07
HSL68.18º37.93%88.63%-
HSV(B)68.18º9.28%92.94%-
XYZ76.4882.9776.27-
YUV233.59117.51128.29-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.11%
GREEN value IS 237 (92.97% from 255) = 34.55%
BLUE value IS 215 (84.38% from 255) = 31.34%
R=34.11%
G=34.55%
B=31.34%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2342372150.0100.090.0768.1837.9388.63
HexEAEDD71097442659
Octal3523553271011710446131
Binary11101010111011011101011110100111110001001001101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEDD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEDD7; }

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

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

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

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

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

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

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

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