#ECEDE0

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

Shades of Sugar Cane #ECEDE0

Tints of Sugar Cane #ECEDE0

Color information

#ECEDE0 (or 0xECEDE0) is unknown color: approx Sugar Cane. HEX triplet: EC, ED and E0. RGB value is (236,237,224). Sum of RGB (Red+Green+Blue) = 236+237+224=697 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.86% from 697); Green value is 237 (92.97% from 255 or 34.00% from 697); Blue value is 224 (87.89% from 255 or 32.14% from 697); Max value from RGB is 237 - color contains mainly: green. Hex color #ECEDE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECEDE0 is #13121F. Grayscale: #EBEBEB. Windows color (decimal): -1249824 or 14740972. OLE color: 14740972.

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

Color convert

RGB236237224-
CMYK0.0000.050.07
HSL64.62º26.53%90.39%-
HSV(B)64.62º5.49%92.94%-
XYZ78.3383.7882.56-
YUV235.22121.67128.56-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.86%
GREEN value IS 237 (92.97% from 255) = 34.00%
BLUE value IS 224 (87.89% from 255) = 32.14%
R=33.86%
G=34.00%
B=32.14%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362372240.0000.050.0764.6226.5390.39
HexECEDE00057411b5a
Octal354355340005710133132
Binary111011001110110111100000001011111000001110111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECEDE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECEDE0; }

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

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

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

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

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

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

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

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