#ECEDE6

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

Shades of Sugar Cane #ECEDE6

Tints of Sugar Cane #ECEDE6

Color information

#ECEDE6 (or 0xECEDE6) is unknown color: approx Sugar Cane. HEX triplet: EC, ED and E6. RGB value is (236,237,230). Sum of RGB (Red+Green+Blue) = 236+237+230=703 (93% of max value = 765). Red value is 236 (92.58% from 255 or 33.57% from 703); Green value is 237 (92.97% from 255 or 33.71% from 703); Blue value is 230 (90.23% from 255 or 32.72% from 703); Max value from RGB is 237 - color contains mainly: green. Hex color #ECEDE6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECEDE6 is #131219. Grayscale: #EBEBEB. Windows color (decimal): -1249818 or 15134188. OLE color: 15134188.

HSL color Cylindrical-coordinate representation of color #ECEDE6: hue angle of 68.57º degrees, saturation: 0.16, 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 #ECEDE6 is Cyan = 0.00, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB236237230-
CMYK0.0000.030.07
HSL68.57º16.28%91.57%-
HSV(B)68.57º2.95%92.94%-
XYZ79.1684.1186.93-
YUV235.9124.67128.07-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.57%
GREEN value IS 237 (92.97% from 255) = 33.71%
BLUE value IS 230 (90.23% from 255) = 32.72%
R=33.57%
G=33.71%
B=32.72%

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
Decimal2362372300.0000.030.0768.5716.2891.57
HexECEDE6003745105c
Octal354355346003710520134
Binary11101100111011011110011000111111000101100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECEDE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECEDE6; }

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

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

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

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

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

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

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

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