Shades of Spring Sun #EDEED0
Tints of Spring Sun #EDEED0
RGB
CMYK
RGB Variations
Color information
#EDEED0 (or 0xEDEED0) is known color: Spring Sun. HEX triplet: ED, EE and D0. RGB value is (237,238,208). Sum of RGB (Red+Green+Blue) = 237+238+208=683 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.70% from 683); Green value is 238 (93.36% from 255 or 34.85% from 683); Blue value is 208 (81.64% from 255 or 30.45% from 683); Max value from RGB is 238 - color contains mainly: green. Hex color #EDEED0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEED0 is #12112F. Grayscale: #EAEAEA. Windows color (decimal): -1184048 or 13692653. OLE color: 13692653.
HSL color Cylindrical-coordinate representation of color #EDEED0: hue angle of 62º degrees, saturation: 0.47, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EDEED0 is Cyan = 0.00, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 238 | 208 | - |
| CMYK | 0.00 | 0 | 0.13 | 0.07 |
| HSL | 62º | 0.47% | 0.87% | - |
| HSV(B) | 62º | 0.13% | 0.93% | - |
| XYZ | 76.88 | 83.71 | 71.78 | - |
| YUV | 234.28 | 113.17 | 129.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 238 | 208 | 0.00 | 0 | 0.13 | 0.07 | 62 | 0.47 | 0.87 |
| Hex | ED | EE | D0 | 0 | 0 | D | 7 | 3E | 2F | 57 |
| Octal | 355 | 356 | 320 | 0 | 0 | 15 | 7 | 76 | 57 | 127 |
| Binary | 11101101 | 11101110 | 11010000 | 0 | 0 | 1101 | 111 | 111110 | 101111 | 1010111 |
Color Harmonies of #EDEED0
Complementary color
Monochromatic Colors of #EDEED0
Black with #EDEED0
Text Example
Text Example
White with #EDEED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEED0; }
p { color: rgb(237,238,208); }
H1.HeaderClassName
{
color: #EDEED0;
}
.AnyTagClassName
{
color: #EDEED0;
}
</style>
background-color css
<style>
a { background-color: #EDEED0; }
a { background-color: rgb(237,238,208); }
div.DivClassName
{
background-color: #EDEED0;
}
.BgClassName
{
background-color: #EDEED0;
}
</style>
border-color css
<style>
span { border-color: #EDEED0; }
span { border-color: rgb(237,238,208); }
td.TdClassName
{
border-color: #EDEED0;
}
.TagClassName
{
border-color: #EDEED0;
}
</style>