#ECEDD0

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

Shades of Spring Sun #ECEDD0

Tints of Spring Sun #ECEDD0

Color information

#ECEDD0 (or 0xECEDD0) is unknown color: approx Spring Sun. HEX triplet: EC, ED and D0. RGB value is (236,237,208). Sum of RGB (Red+Green+Blue) = 236+237+208=681 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.65% from 681); Green value is 237 (92.97% from 255 or 34.80% from 681); Blue value is 208 (81.64% from 255 or 30.54% from 681); Max value from RGB is 237 - color contains mainly: green. Hex color #ECEDD0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECEDD0 is #13122F. Grayscale: #E9E9E9. Windows color (decimal): -1249840 or 13692396. OLE color: 13692396.

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

Color convert

RGB236237208-
CMYK0.0000.120.07
HSL62.07º44.62%87.25%-
HSV(B)62.07º12.24%92.94%-
XYZ76.2682.9671.67-
YUV233.4113.67129.86-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.65%
GREEN value IS 237 (92.97% from 255) = 34.80%
BLUE value IS 208 (81.64% from 255) = 30.54%
R=34.65%
G=34.80%
B=30.54%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362372080.0000.120.0762.0744.6287.25
HexECEDD000C73e2d57
Octal354355320001477655127
Binary1110110011101101110100000011001111111101011011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECEDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECEDD0; }

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

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

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

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

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

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

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

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