#ECECC6

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

Shades of Spring Sun #ECECC6

Tints of Spring Sun #ECECC6

Color information

#ECECC6 (or 0xECECC6) is unknown color: approx Spring Sun. HEX triplet: EC, EC and C6. RGB value is (236,236,198). Sum of RGB (Red+Green+Blue) = 236+236+198=670 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.22% from 670); Green value is 236 (92.58% from 255 or 35.22% from 670); Blue value is 198 (77.73% from 255 or 29.55% from 670); Max value from RGB is 236 - color contains mainly: red, green. Hex color #ECECC6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECECC6 is #131339. Grayscale: #E7E7E7. Windows color (decimal): -1250106 or 13036780. OLE color: 13036780.

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

Color convert

RGB236236198-
CMYK000.160.07
HSL60º50%85.1%-
HSV(B)60º16.1%92.55%-
XYZ74.7881.965.29-
YUV231.67109131.09-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.22%
GREEN value IS 236 (92.58% from 255) = 35.22%
BLUE value IS 198 (77.73% from 255) = 29.55%
R=35.22%
G=35.22%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236236198000.160.07605085.1
HexECECC6001073c3255
Octal354354306002077462125
Binary11101100111011001100011000100001111111001100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECECC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECECC6; }

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

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

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

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

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

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

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

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