Shades of Spring Sun #EFEDC6
Tints of Spring Sun #EFEDC6
RGB
CMYK
RGB Variations
Color information
#EFEDC6 (or 0xEFEDC6) is known color: Spring Sun. HEX triplet: EF, ED and C6. RGB value is (239,237,198). Sum of RGB (Red+Green+Blue) = 239+237+198=674 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.46% from 674); Green value is 237 (92.97% from 255 or 35.16% from 674); Blue value is 198 (77.73% from 255 or 29.38% from 674); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEDC6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEDC6 is #101239. Grayscale: #E9E9E9. Windows color (decimal): -1053242 or 13037039. OLE color: 13037039.
HSL color Cylindrical-coordinate representation of color #EFEDC6: hue angle of 57.07º degrees, saturation: 0.56, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EFEDC6 is Cyan = 0, Magento = 0.01, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 237 | 198 | - |
| CMYK | 0 | 0.01 | 0.17 | 0.06 |
| HSL | 57.07º | 0.56% | 0.86% | - |
| HSV(B) | 57.07º | 0.17% | 0.94% | - |
| XYZ | 76.07 | 83 | 65.44 | - |
| YUV | 233.15 | 108.16 | 132.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 237 | 198 | 0 | 0.01 | 0.17 | 0.06 | 57.07 | 0.56 | 0.86 |
| Hex | EF | ED | C6 | 0 | 1 | 11 | 6 | 39 | 38 | 56 |
| Octal | 357 | 355 | 306 | 0 | 1 | 21 | 6 | 71 | 70 | 126 |
| Binary | 11101111 | 11101101 | 11000110 | 0 | 1 | 10001 | 110 | 111001 | 111000 | 1010110 |
Color Harmonies of #EFEDC6
Complementary color
Monochromatic Colors of #EFEDC6
Black with #EFEDC6
Text Example
Text Example
White with #EFEDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEDC6; }
p { color: rgb(239,237,198); }
H1.HeaderClassName
{
color: #EFEDC6;
}
.AnyTagClassName
{
color: #EFEDC6;
}
</style>
background-color css
<style>
a { background-color: #EFEDC6; }
a { background-color: rgb(239,237,198); }
div.DivClassName
{
background-color: #EFEDC6;
}
.BgClassName
{
background-color: #EFEDC6;
}
</style>
border-color css
<style>
span { border-color: #EFEDC6; }
span { border-color: rgb(239,237,198); }
td.TdClassName
{
border-color: #EFEDC6;
}
.TagClassName
{
border-color: #EFEDC6;
}
</style>