#ECECCA

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

Shades of Spring Sun #ECECCA

Tints of Spring Sun #ECECCA

Color information

#ECECCA (or 0xECECCA) is unknown color: approx Spring Sun. HEX triplet: EC, EC and CA. RGB value is (236,236,202). Sum of RGB (Red+Green+Blue) = 236+236+202=674 (89% of max value = 765). Red value is 236 (92.58% from 255 or 35.01% from 674); Green value is 236 (92.58% from 255 or 35.01% from 674); Blue value is 202 (79.30% from 255 or 29.97% from 674); Max value from RGB is 236 - color contains mainly: red, green. Hex color #ECECCA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECECCA is #131335. Grayscale: #E8E8E8. Windows color (decimal): -1250102 or 13298924. OLE color: 13298924.

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

Color convert

RGB236236202-
CMYK000.140.07
HSL60º47.22%85.88%-
HSV(B)60º14.41%92.55%-
XYZ75.2582.0967.76-
YUV232.12111130.76-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.01%
GREEN value IS 236 (92.58% from 255) = 35.01%
BLUE value IS 202 (79.30% from 255) = 29.97%
R=35.01%
G=35.01%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236236202000.140.076047.2285.88
HexECECCA00E73c2f56
Octal354354312001677457126
Binary1110110011101100110010100011101111111001011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECECCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECECCA; }

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

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

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

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

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

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

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

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