#ECEDCA

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

Shades of Spring Sun #ECEDCA

Tints of Spring Sun #ECEDCA

Color information

#ECEDCA (or 0xECEDCA) is unknown color: approx Spring Sun. HEX triplet: EC, ED and CA. RGB value is (236,237,202). Sum of RGB (Red+Green+Blue) = 236+237+202=675 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.96% from 675); Green value is 237 (92.97% from 255 or 35.11% from 675); Blue value is 202 (79.30% from 255 or 29.93% from 675); Max value from RGB is 237 - color contains mainly: green. Hex color #ECEDCA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECEDCA is #131235. Grayscale: #E8E8E8. Windows color (decimal): -1249846 or 13299180. OLE color: 13299180.

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

Color convert

RGB236237202-
CMYK0.0000.150.07
HSL61.71º49.3%86.08%-
HSV(B)61.71º14.77%92.94%-
XYZ75.5482.6767.85-
YUV232.71110.67130.35-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.96%
GREEN value IS 237 (92.97% from 255) = 35.11%
BLUE value IS 202 (79.30% from 255) = 29.93%
R=34.96%
G=35.11%
B=29.93%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362372020.0000.150.0761.7149.386.08
HexECEDCA00F73e3156
Octal354355312001777661126
Binary1110110011101101110010100011111111111101100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECEDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECEDCA; }

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

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

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

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

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

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

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

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