Shades of Spring Sun #EDEDCB
Tints of Spring Sun #EDEDCB
RGB
CMYK
RGB Variations
Color information
#EDEDCB (or 0xEDEDCB) is known color: Spring Sun. HEX triplet: ED, ED and CB. RGB value is (237,237,203). Sum of RGB (Red+Green+Blue) = 237+237+203=677 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.01% from 677); Green value is 237 (92.97% from 255 or 35.01% from 677); Blue value is 203 (79.69% from 255 or 29.99% from 677); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDEDCB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEDCB is #121234. Grayscale: #E9E9E9. Windows color (decimal): -1184309 or 13364717. OLE color: 13364717.
HSL color Cylindrical-coordinate representation of color #EDEDCB: hue angle of 60º degrees, saturation: 0.49, 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 #EDEDCB is Cyan = 0, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 237 | 203 | - |
| CMYK | 0 | 0 | 0.14 | 0.07 |
| HSL | 60º | 0.49% | 0.86% | - |
| HSV(B) | 60º | 0.14% | 0.93% | - |
| XYZ | 75.99 | 82.88 | 68.49 | - |
| YUV | 233.12 | 111 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 237 | 203 | 0 | 0 | 0.14 | 0.07 | 60 | 0.49 | 0.86 |
| Hex | ED | ED | CB | 0 | 0 | E | 7 | 3C | 31 | 56 |
| Octal | 355 | 355 | 313 | 0 | 0 | 16 | 7 | 74 | 61 | 126 |
| Binary | 11101101 | 11101101 | 11001011 | 0 | 0 | 1110 | 111 | 111100 | 110001 | 1010110 |
Color Harmonies of #EDEDCB
Complementary color
Monochromatic Colors of #EDEDCB
Black with #EDEDCB
Text Example
Text Example
White with #EDEDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEDCB; }
p { color: rgb(237,237,203); }
H1.HeaderClassName
{
color: #EDEDCB;
}
.AnyTagClassName
{
color: #EDEDCB;
}
</style>
background-color css
<style>
a { background-color: #EDEDCB; }
a { background-color: rgb(237,237,203); }
div.DivClassName
{
background-color: #EDEDCB;
}
.BgClassName
{
background-color: #EDEDCB;
}
</style>
border-color css
<style>
span { border-color: #EDEDCB; }
span { border-color: rgb(237,237,203); }
td.TdClassName
{
border-color: #EDEDCB;
}
.TagClassName
{
border-color: #EDEDCB;
}
</style>