#ECECCC

Color #ECECCC Spring Sun (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Sun #ECECCC

Tints of Spring Sun #ECECCC

Color information

#ECECCC (or 0xECECCC) is unknown color: approx Spring Sun. HEX triplet: EC, EC and CC. RGB value is (236,236,204). Sum of RGB (Red+Green+Blue) = 236+236+204=676 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.91% from 676); Green value is 236 (92.58% from 255 or 34.91% from 676); Blue value is 204 (80.08% from 255 or 30.18% from 676); Max value from RGB is 236 - color contains mainly: red, green. Hex color #ECECCC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECECCC is #131333. Grayscale: #E8E8E8. Windows color (decimal): -1250100 or 13429996. OLE color: 13429996.

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

Color convert

RGB236236204-
CMYK000.140.07
HSL60º45.71%86.27%-
HSV(B)60º13.56%92.55%-
XYZ75.4982.1869.01-
YUV232.35112130.6-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.91%
GREEN value IS 236 (92.58% from 255) = 34.91%
BLUE value IS 204 (80.08% from 255) = 30.18%
R=34.91%
G=34.91%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236236204000.140.076045.7186.27
HexECECCC00E73c2e56
Octal354354314001677456126
Binary1110110011101100110011000011101111111001011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECECCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECECCC; }

 p { color: rgb(236,236,204); }

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

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

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

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

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

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

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