Shades of Spring Sun #EFEDC2
Tints of Spring Sun #EFEDC2
RGB
CMYK
RGB Variations
Color information
#EFEDC2 (or 0xEFEDC2) is known color: Spring Sun. HEX triplet: EF, ED and C2. RGB value is (239,237,194). Sum of RGB (Red+Green+Blue) = 239+237+194=670 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.67% from 670); Green value is 237 (92.97% from 255 or 35.37% from 670); Blue value is 194 (76.17% from 255 or 28.96% from 670); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEDC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEDC2 is #10123D. Grayscale: #E8E8E8. Windows color (decimal): -1053246 or 12774895. OLE color: 12774895.
HSL color Cylindrical-coordinate representation of color #EFEDC2: hue angle of 57.33º degrees, saturation: 0.58, 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 #EFEDC2 is Cyan = 0, Magento = 0.01, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 237 | 194 | - |
| CMYK | 0 | 0.01 | 0.19 | 0.06 |
| HSL | 57.33º | 0.58% | 0.85% | - |
| HSV(B) | 57.33º | 0.19% | 0.94% | - |
| XYZ | 75.62 | 82.81 | 63.04 | - |
| YUV | 232.7 | 106.16 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 237 | 194 | 0 | 0.01 | 0.19 | 0.06 | 57.33 | 0.58 | 0.85 |
| Hex | EF | ED | C2 | 0 | 1 | 13 | 6 | 39 | 3A | 55 |
| Octal | 357 | 355 | 302 | 0 | 1 | 23 | 6 | 71 | 72 | 125 |
| Binary | 11101111 | 11101101 | 11000010 | 0 | 1 | 10011 | 110 | 111001 | 111010 | 1010101 |
Color Harmonies of #EFEDC2
Complementary color
Monochromatic Colors of #EFEDC2
Black with #EFEDC2
Text Example
Text Example
White with #EFEDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEDC2; }
p { color: rgb(239,237,194); }
H1.HeaderClassName
{
color: #EFEDC2;
}
.AnyTagClassName
{
color: #EFEDC2;
}
</style>
background-color css
<style>
a { background-color: #EFEDC2; }
a { background-color: rgb(239,237,194); }
div.DivClassName
{
background-color: #EFEDC2;
}
.BgClassName
{
background-color: #EFEDC2;
}
</style>
border-color css
<style>
span { border-color: #EFEDC2; }
span { border-color: rgb(239,237,194); }
td.TdClassName
{
border-color: #EFEDC2;
}
.TagClassName
{
border-color: #EFEDC2;
}
</style>