#ECECCD

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

Shades of Spring Sun #ECECCD

Tints of Spring Sun #ECECCD

Color information

#ECECCD (or 0xECECCD) is unknown color: approx Spring Sun. HEX triplet: EC, EC and CD. RGB value is (236,236,205). Sum of RGB (Red+Green+Blue) = 236+236+205=677 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.86% from 677); Green value is 236 (92.58% from 255 or 34.86% from 677); Blue value is 205 (80.47% from 255 or 30.28% from 677); Max value from RGB is 236 - color contains mainly: red, green. Hex color #ECECCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECECCD is #131332. Grayscale: #E8E8E8. Windows color (decimal): -1250099 or 13495532. OLE color: 13495532.

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

Color convert

RGB236236205-
CMYK000.130.07
HSL60º44.93%86.47%-
HSV(B)60º13.14%92.55%-
XYZ75.6182.2369.64-
YUV232.47112.5130.52-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.86%
GREEN value IS 236 (92.58% from 255) = 34.86%
BLUE value IS 205 (80.47% from 255) = 30.28%
R=34.86%
G=34.86%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236236205000.130.076044.9386.47
HexECECCD00D73c2d56
Octal354354315001577455126
Binary1110110011101100110011010011011111111001011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECECCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECECCD; }

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

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

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

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

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

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

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

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