Shades of Spring Sun #EFF2C7
Tints of Spring Sun #EFF2C7
RGB
CMYK
RGB Variations
Color information
#EFF2C7 (or 0xEFF2C7) is known color: Spring Sun. HEX triplet: EF, F2 and C7. RGB value is (239,242,199). Sum of RGB (Red+Green+Blue) = 239+242+199=680 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.15% from 680); Green value is 242 (94.92% from 255 or 35.59% from 680); Blue value is 199 (78.12% from 255 or 29.26% from 680); Max value from RGB is 242 - color contains mainly: green. Hex color #EFF2C7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF2C7 is #100D38. Grayscale: #ECECEC. Windows color (decimal): -1051961 or 13103855. OLE color: 13103855.
HSL color Cylindrical-coordinate representation of color #EFF2C7: hue angle of 64.19º degrees, saturation: 0.62, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EFF2C7 is Cyan = 0.01, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 242 | 199 | - |
| CMYK | 0.01 | 0 | 0.18 | 0.05 |
| HSL | 64.19º | 0.62% | 0.86% | - |
| HSV(B) | 64.19º | 0.18% | 0.95% | - |
| XYZ | 77.66 | 85.98 | 66.54 | - |
| YUV | 236.2 | 107.01 | 130 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 242 | 199 | 0.01 | 0 | 0.18 | 0.05 | 64.19 | 0.62 | 0.86 |
| Hex | EF | F2 | C7 | 1 | 0 | 12 | 5 | 40 | 3E | 56 |
| Octal | 357 | 362 | 307 | 1 | 0 | 22 | 5 | 100 | 76 | 126 |
| Binary | 11101111 | 11110010 | 11000111 | 1 | 0 | 10010 | 101 | 1000000 | 111110 | 1010110 |
Color Harmonies of #EFF2C7
Complementary color
Monochromatic Colors of #EFF2C7
Black with #EFF2C7
Text Example
Text Example
White with #EFF2C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF2C7; }
p { color: rgb(239,242,199); }
H1.HeaderClassName
{
color: #EFF2C7;
}
.AnyTagClassName
{
color: #EFF2C7;
}
</style>
background-color css
<style>
a { background-color: #EFF2C7; }
a { background-color: rgb(239,242,199); }
div.DivClassName
{
background-color: #EFF2C7;
}
.BgClassName
{
background-color: #EFF2C7;
}
</style>
border-color css
<style>
span { border-color: #EFF2C7; }
span { border-color: rgb(239,242,199); }
td.TdClassName
{
border-color: #EFF2C7;
}
.TagClassName
{
border-color: #EFF2C7;
}
</style>