#ECEDE1

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

Shades of Sugar Cane #ECEDE1

Tints of Sugar Cane #ECEDE1

Color information

#ECEDE1 (or 0xECEDE1) is unknown color: approx Sugar Cane. HEX triplet: EC, ED and E1. RGB value is (236,237,225). Sum of RGB (Red+Green+Blue) = 236+237+225=698 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.81% from 698); Green value is 237 (92.97% from 255 or 33.95% from 698); Blue value is 225 (88.28% from 255 or 32.23% from 698); Max value from RGB is 237 - color contains mainly: green. Hex color #ECEDE1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECEDE1 is #13121E. Grayscale: #EBEBEB. Windows color (decimal): -1249823 or 14806508. OLE color: 14806508.

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

Color convert

RGB236237225-
CMYK0.0000.050.07
HSL65º25%90.59%-
HSV(B)65º5.06%92.94%-
XYZ78.4783.8483.28-
YUV235.33122.17128.48-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.81%
GREEN value IS 237 (92.97% from 255) = 33.95%
BLUE value IS 225 (88.28% from 255) = 32.23%
R=33.81%
G=33.95%
B=32.23%

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
Decimal2362372250.0000.050.07652590.59
HexECEDE1005741195b
Octal354355341005710131133
Binary111011001110110111100001001011111000001110011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECEDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECEDE1; }

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

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

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

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

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

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

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

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