Shades of Spring Sun #EFF0C0
Tints of Spring Sun #EFF0C0
RGB
CMYK
RGB Variations
Color information
#EFF0C0 (or 0xEFF0C0) is known color: Spring Sun. HEX triplet: EF, F0 and C0. RGB value is (239,240,192). Sum of RGB (Red+Green+Blue) = 239+240+192=671 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.62% from 671); Green value is 240 (94.14% from 255 or 35.77% from 671); Blue value is 192 (75.39% from 255 or 28.61% from 671); Max value from RGB is 240 - color contains mainly: green. Hex color #EFF0C0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF0C0 is #100F3F. Grayscale: #EAEAEA. Windows color (decimal): -1052480 or 12644591. OLE color: 12644591.
HSL color Cylindrical-coordinate representation of color #EFF0C0: hue angle of 61.25º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EFF0C0 is Cyan = 0.00, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 240 | 192 | - |
| CMYK | 0.00 | 0 | 0.20 | 0.06 |
| HSL | 61.25º | 0.62% | 0.85% | - |
| HSV(B) | 61.25º | 0.2% | 0.94% | - |
| XYZ | 76.27 | 84.48 | 62.15 | - |
| YUV | 234.23 | 104.17 | 131.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 240 | 192 | 0.00 | 0 | 0.20 | 0.06 | 61.25 | 0.62 | 0.85 |
| Hex | EF | F0 | C0 | 0 | 0 | 14 | 6 | 3D | 3E | 55 |
| Octal | 357 | 360 | 300 | 0 | 0 | 24 | 6 | 75 | 76 | 125 |
| Binary | 11101111 | 11110000 | 11000000 | 0 | 0 | 10100 | 110 | 111101 | 111110 | 1010101 |
Color Harmonies of #EFF0C0
Complementary color
Monochromatic Colors of #EFF0C0
Black with #EFF0C0
Text Example
Text Example
White with #EFF0C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF0C0; }
p { color: rgb(239,240,192); }
H1.HeaderClassName
{
color: #EFF0C0;
}
.AnyTagClassName
{
color: #EFF0C0;
}
</style>
background-color css
<style>
a { background-color: #EFF0C0; }
a { background-color: rgb(239,240,192); }
div.DivClassName
{
background-color: #EFF0C0;
}
.BgClassName
{
background-color: #EFF0C0;
}
</style>
border-color css
<style>
span { border-color: #EFF0C0; }
span { border-color: rgb(239,240,192); }
td.TdClassName
{
border-color: #EFF0C0;
}
.TagClassName
{
border-color: #EFF0C0;
}
</style>