#ECECCF

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

Shades of Spring Sun #ECECCF

Tints of Spring Sun #ECECCF

Color information

#ECECCF (or 0xECECCF) is unknown color: approx Spring Sun. HEX triplet: EC, EC and CF. RGB value is (236,236,207). Sum of RGB (Red+Green+Blue) = 236+236+207=679 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.76% from 679); Green value is 236 (92.58% from 255 or 34.76% from 679); Blue value is 207 (81.25% from 255 or 30.49% from 679); Max value from RGB is 236 - color contains mainly: red, green. Hex color #ECECCF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECECCF is #131330. Grayscale: #E8E8E8. Windows color (decimal): -1250097 or 13626604. OLE color: 13626604.

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

Color convert

RGB236236207-
CMYK000.120.07
HSL60º43.28%86.86%-
HSV(B)60º12.29%92.55%-
XYZ75.8582.3370.92-
YUV232.69113.5130.36-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.76%
GREEN value IS 236 (92.58% from 255) = 34.76%
BLUE value IS 207 (81.25% from 255) = 30.49%
R=34.76%
G=34.76%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236236207000.120.076043.2886.86
HexECECCF00C73c2b57
Octal354354317001477453127
Binary1110110011101100110011110011001111111001010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECECCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECECCF; }

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

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

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

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

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

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

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

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