#ECEED7

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

Shades of Sugar Cane #ECEED7

Tints of Sugar Cane #ECEED7

Color information

#ECEED7 (or 0xECEED7) is unknown color: approx Sugar Cane. HEX triplet: EC, EE and D7. RGB value is (236,238,215). Sum of RGB (Red+Green+Blue) = 236+238+215=689 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.25% from 689); Green value is 238 (93.36% from 255 or 34.54% from 689); Blue value is 215 (84.38% from 255 or 31.20% from 689); Max value from RGB is 238 - color contains mainly: green. Hex color #ECEED7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECEED7 is #131128. Grayscale: #EAEAEA. Windows color (decimal): -1249577 or 14151404. OLE color: 14151404.

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

Color convert

RGB236238215-
CMYK0.0100.100.07
HSL65.22º40.35%88.82%-
HSV(B)65.22º9.66%93.33%-
XYZ77.4383.8976.4-
YUV234.78116.84128.87-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.25%
GREEN value IS 238 (93.36% from 255) = 34.54%
BLUE value IS 215 (84.38% from 255) = 31.20%
R=34.25%
G=34.54%
B=31.20%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362382150.0100.100.0765.2240.3588.82
HexECEED710A7412859
Octal3543563271012710150131
Binary11101100111011101101011110101011110000011010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECEED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECEED7; }

 p { color: rgb(236,238,215); }

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

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

 a { background-color: rgb(236,238,215); }

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

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

 span { border-color: rgb(236,238,215); }

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