#EDEDC9

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

Shades of Spring Sun #EDEDC9

Tints of Spring Sun #EDEDC9

Color information

#EDEDC9 (or 0xEDEDC9) is unknown color: approx Spring Sun. HEX triplet: ED, ED and C9. RGB value is (237,237,201). Sum of RGB (Red+Green+Blue) = 237+237+201=675 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.11% from 675); Green value is 237 (92.97% from 255 or 35.11% from 675); Blue value is 201 (78.91% from 255 or 29.78% from 675); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDEDC9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEDC9 is #121236. Grayscale: #E9E9E9. Windows color (decimal): -1184311 or 13233645. OLE color: 13233645.

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

Color convert

RGB237237201-
CMYK000.150.07
HSL60º50%85.88%-
HSV(B)60º15.19%92.94%-
XYZ75.7582.7967.25-
YUV232.9110130.93-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.11%
GREEN value IS 237 (92.97% from 255) = 35.11%
BLUE value IS 201 (78.91% from 255) = 29.78%
R=35.11%
G=35.11%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237237201000.150.07605085.88
HexEDEDC900F73c3256
Octal355355311001777462126
Binary1110110111101101110010010011111111111001100101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEDC9; }

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

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

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

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

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

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

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

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