#ECEDC7

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

Shades of Spring Sun #ECEDC7

Tints of Spring Sun #ECEDC7

Color information

#ECEDC7 (or 0xECEDC7) is unknown color: approx Spring Sun. HEX triplet: EC, ED and C7. RGB value is (236,237,199). Sum of RGB (Red+Green+Blue) = 236+237+199=672 (89% of max value = 765). Red value is 236 (92.58% from 255 or 35.12% from 672); Green value is 237 (92.97% from 255 or 35.27% from 672); Blue value is 199 (78.12% from 255 or 29.61% from 672); Max value from RGB is 237 - color contains mainly: green. Hex color #ECEDC7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECEDC7 is #131238. Grayscale: #E8E8E8. Windows color (decimal): -1249849 or 13102572. OLE color: 13102572.

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

Color convert

RGB236237199-
CMYK0.0000.160.07
HSL61.58º51.35%85.49%-
HSV(B)61.58º16.03%92.94%-
XYZ75.1982.5266-
YUV232.37109.17130.59-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.12%
GREEN value IS 237 (92.97% from 255) = 35.27%
BLUE value IS 199 (78.12% from 255) = 29.61%
R=35.12%
G=35.27%
B=29.61%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362371990.0000.160.0761.5851.3585.49
HexECEDC7001073e3355
Octal354355307002077663125
Binary11101100111011011100011100100001111111101100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECEDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECEDC7; }

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

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

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

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

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

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

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

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