#ECEDE7

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

Shades of Sugar Cane #ECEDE7

Tints of Sugar Cane #ECEDE7

Color information

#ECEDE7 (or 0xECEDE7) is unknown color: approx Sugar Cane. HEX triplet: EC, ED and E7. RGB value is (236,237,231). Sum of RGB (Red+Green+Blue) = 236+237+231=704 (93% of max value = 765). Red value is 236 (92.58% from 255 or 33.52% from 704); Green value is 237 (92.97% from 255 or 33.66% from 704); Blue value is 231 (90.62% from 255 or 32.81% from 704); Max value from RGB is 237 - color contains mainly: green. Hex color #ECEDE7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECEDE7 is #131218. Grayscale: #ECECEC. Windows color (decimal): -1249817 or 15199724. OLE color: 15199724.

HSL color Cylindrical-coordinate representation of color #ECEDE7: hue angle of 70º degrees, saturation: 0.14, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #ECEDE7 is Cyan = 0.00, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB236237231-
CMYK0.0000.030.07
HSL70º14.29%91.76%-
HSV(B)70º2.53%92.94%-
XYZ79.384.1787.67-
YUV236.02125.17127.99-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.52%
GREEN value IS 237 (92.97% from 255) = 33.66%
BLUE value IS 231 (90.62% from 255) = 32.81%
R=33.52%
G=33.66%
B=32.81%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362372310.0000.030.077014.2991.76
HexECEDE7003746e5c
Octal354355347003710616134
Binary1110110011101101111001110011111100011011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECEDE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECEDE7; }

 p { color: rgb(236,237,231); }

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

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

 a { background-color: rgb(236,237,231); }

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

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

 span { border-color: rgb(236,237,231); }

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