Shades of Spring Sun #EFEDC1
Tints of Spring Sun #EFEDC1
RGB
CMYK
RGB Variations
Color information
#EFEDC1 (or 0xEFEDC1) is known color: Spring Sun. HEX triplet: EF, ED and C1. RGB value is (239,237,193). Sum of RGB (Red+Green+Blue) = 239+237+193=669 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.72% from 669); Green value is 237 (92.97% from 255 or 35.43% from 669); Blue value is 193 (75.78% from 255 or 28.85% from 669); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEDC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEDC1 is #10123E. Grayscale: #E8E8E8. Windows color (decimal): -1053247 or 12709359. OLE color: 12709359.
HSL color Cylindrical-coordinate representation of color #EFEDC1: hue angle of 57.39º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EFEDC1 is Cyan = 0, Magento = 0.01, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 237 | 193 | - |
| CMYK | 0 | 0.01 | 0.19 | 0.06 |
| HSL | 57.39º | 0.59% | 0.85% | - |
| HSV(B) | 57.39º | 0.19% | 0.94% | - |
| XYZ | 75.51 | 82.77 | 62.45 | - |
| YUV | 232.58 | 105.66 | 132.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 237 | 193 | 0 | 0.01 | 0.19 | 0.06 | 57.39 | 0.59 | 0.85 |
| Hex | EF | ED | C1 | 0 | 1 | 13 | 6 | 39 | 3B | 55 |
| Octal | 357 | 355 | 301 | 0 | 1 | 23 | 6 | 71 | 73 | 125 |
| Binary | 11101111 | 11101101 | 11000001 | 0 | 1 | 10011 | 110 | 111001 | 111011 | 1010101 |
Color Harmonies of #EFEDC1
Complementary color
Monochromatic Colors of #EFEDC1
Black with #EFEDC1
Text Example
Text Example
White with #EFEDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEDC1; }
p { color: rgb(239,237,193); }
H1.HeaderClassName
{
color: #EFEDC1;
}
.AnyTagClassName
{
color: #EFEDC1;
}
</style>
background-color css
<style>
a { background-color: #EFEDC1; }
a { background-color: rgb(239,237,193); }
div.DivClassName
{
background-color: #EFEDC1;
}
.BgClassName
{
background-color: #EFEDC1;
}
</style>
border-color css
<style>
span { border-color: #EFEDC1; }
span { border-color: rgb(239,237,193); }
td.TdClassName
{
border-color: #EFEDC1;
}
.TagClassName
{
border-color: #EFEDC1;
}
</style>