#EDECCC

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

Shades of Spring Sun #EDECCC

Tints of Spring Sun #EDECCC

Color information

#EDECCC (or 0xEDECCC) is unknown color: approx Spring Sun. HEX triplet: ED, EC and CC. RGB value is (237,236,204). Sum of RGB (Red+Green+Blue) = 237+236+204=677 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.01% from 677); Green value is 236 (92.58% from 255 or 34.86% from 677); Blue value is 204 (80.08% from 255 or 30.13% from 677); Max value from RGB is 237 - color contains mainly: red. Hex color #EDECCC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDECCC is #121333. Grayscale: #E8E8E8. Windows color (decimal): -1184564 or 13429997. OLE color: 13429997.

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

Color convert

RGB237236204-
CMYK00.000.140.07
HSL58.18º47.83%86.47%-
HSV(B)58.18º13.92%92.94%-
XYZ75.8282.3669.03-
YUV232.65111.83131.1-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.01%
GREEN value IS 236 (92.58% from 255) = 34.86%
BLUE value IS 204 (80.08% from 255) = 30.13%
R=35.01%
G=34.86%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723620400.000.140.0758.1847.8386.47
HexEDECCC00E73a3056
Octal355354314001677260126
Binary1110110111101100110011000011101111110101100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDECCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDECCC; }

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

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

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

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

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

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

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

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