Shades of Spring Sun #EFEDC8
Tints of Spring Sun #EFEDC8
RGB
CMYK
RGB Variations
Color information
#EFEDC8 (or 0xEFEDC8) is known color: Spring Sun. HEX triplet: EF, ED and C8. RGB value is (239,237,200). Sum of RGB (Red+Green+Blue) = 239+237+200=676 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.36% from 676); Green value is 237 (92.97% from 255 or 35.06% from 676); Blue value is 200 (78.52% from 255 or 29.59% from 676); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEDC8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEDC8 is #101237. Grayscale: #E9E9E9. Windows color (decimal): -1053240 or 13168111. OLE color: 13168111.
HSL color Cylindrical-coordinate representation of color #EFEDC8: hue angle of 56.92º degrees, saturation: 0.55, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EFEDC8 is Cyan = 0, Magento = 0.01, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 237 | 200 | - |
| CMYK | 0 | 0.01 | 0.16 | 0.06 |
| HSL | 56.92º | 0.55% | 0.86% | - |
| HSV(B) | 56.92º | 0.16% | 0.94% | - |
| XYZ | 76.31 | 83.09 | 66.66 | - |
| YUV | 233.38 | 109.16 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 237 | 200 | 0 | 0.01 | 0.16 | 0.06 | 56.92 | 0.55 | 0.86 |
| Hex | EF | ED | C8 | 0 | 1 | 10 | 6 | 39 | 37 | 56 |
| Octal | 357 | 355 | 310 | 0 | 1 | 20 | 6 | 71 | 67 | 126 |
| Binary | 11101111 | 11101101 | 11001000 | 0 | 1 | 10000 | 110 | 111001 | 110111 | 1010110 |
Color Harmonies of #EFEDC8
Complementary color
Monochromatic Colors of #EFEDC8
Black with #EFEDC8
Text Example
Text Example
White with #EFEDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEDC8; }
p { color: rgb(239,237,200); }
H1.HeaderClassName
{
color: #EFEDC8;
}
.AnyTagClassName
{
color: #EFEDC8;
}
</style>
background-color css
<style>
a { background-color: #EFEDC8; }
a { background-color: rgb(239,237,200); }
div.DivClassName
{
background-color: #EFEDC8;
}
.BgClassName
{
background-color: #EFEDC8;
}
</style>
border-color css
<style>
span { border-color: #EFEDC8; }
span { border-color: rgb(239,237,200); }
td.TdClassName
{
border-color: #EFEDC8;
}
.TagClassName
{
border-color: #EFEDC8;
}
</style>