#ECECD0

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

Shades of Spring Sun #ECECD0

Tints of Spring Sun #ECECD0

Color information

#ECECD0 (or 0xECECD0) is unknown color: approx Spring Sun. HEX triplet: EC, EC and D0. RGB value is (236,236,208). Sum of RGB (Red+Green+Blue) = 236+236+208=680 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.71% from 680); Green value is 236 (92.58% from 255 or 34.71% from 680); Blue value is 208 (81.64% from 255 or 30.59% from 680); Max value from RGB is 236 - color contains mainly: red, green. Hex color #ECECD0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECECD0 is #13132F. Grayscale: #E8E8E8. Windows color (decimal): -1250096 or 13692140. OLE color: 13692140.

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

Color convert

RGB236236208-
CMYK000.120.07
HSL60º42.42%87.06%-
HSV(B)60º11.86%92.55%-
XYZ75.9782.3871.57-
YUV232.81114130.28-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.71%
GREEN value IS 236 (92.58% from 255) = 34.71%
BLUE value IS 208 (81.64% from 255) = 30.59%
R=34.71%
G=34.71%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236236208000.120.076042.4287.06
HexECECD000C73c2a57
Octal354354320001477452127
Binary1110110011101100110100000011001111111001010101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECECD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECECD0; }

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

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

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

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

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

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

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

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