#EDEDCD

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

Shades of Spring Sun #EDEDCD

Tints of Spring Sun #EDEDCD

Color information

#EDEDCD (or 0xEDEDCD) is unknown color: approx Spring Sun. HEX triplet: ED, ED and CD. RGB value is (237,237,205). Sum of RGB (Red+Green+Blue) = 237+237+205=679 (89% of max value = 765). Red value is 237 (92.97% from 255 or 34.90% from 679); Green value is 237 (92.97% from 255 or 34.90% from 679); Blue value is 205 (80.47% from 255 or 30.19% from 679); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDEDCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEDCD is #121232. Grayscale: #E9E9E9. Windows color (decimal): -1184307 or 13495789. OLE color: 13495789.

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

Color convert

RGB237237205-
CMYK000.140.07
HSL60º47.06%86.67%-
HSV(B)60º13.5%92.94%-
XYZ76.2382.9869.76-
YUV233.35112130.6-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.90%
GREEN value IS 237 (92.97% from 255) = 34.90%
BLUE value IS 205 (80.47% from 255) = 30.19%
R=34.90%
G=34.90%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237237205000.140.076047.0686.67
HexEDEDCD00E73c2f57
Octal355355315001677457127
Binary1110110111101101110011010011101111111001011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEDCD; }

 p { color: rgb(237,237,205); }

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

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

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

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

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

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

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