Shades of Dolly #EFF973
Tints of Dolly #EFF973
RGB
CMYK
RGB Variations
Color information
#EFF973 (or 0xEFF973) is known color: Dolly. HEX triplet: EF, F9 and 73. RGB value is (239,249,115). Sum of RGB (Red+Green+Blue) = 239+249+115=603 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.64% from 603); Green value is 249 (97.66% from 255 or 41.29% from 603); Blue value is 115 (45.31% from 255 or 19.07% from 603); Max value from RGB is 249 - color contains mainly: green. Hex color #EFF973 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFF973 is #10068C. Grayscale: #E7E7E7. Windows color (decimal): -1050253 or 7600623. OLE color: 7600623.
HSL color Cylindrical-coordinate representation of color #EFF973: hue angle of 64.48º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EFF973 is Cyan = 0.04, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 249 | 115 | - |
| CMYK | 0.04 | 0 | 0.54 | 0.02 |
| HSL | 64.48º | 0.92% | 0.71% | - |
| HSV(B) | 64.48º | 0.54% | 0.98% | - |
| XYZ | 72.57 | 87.34 | 29.25 | - |
| YUV | 230.73 | 62.69 | 133.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 249 | 115 | 0.04 | 0 | 0.54 | 0.02 | 64.48 | 0.92 | 0.71 |
| Hex | EF | F9 | 73 | 4 | 0 | 36 | 2 | 40 | 5C | 47 |
| Octal | 357 | 371 | 163 | 4 | 0 | 66 | 2 | 100 | 134 | 107 |
| Binary | 11101111 | 11111001 | 1110011 | 100 | 0 | 110110 | 10 | 1000000 | 1011100 | 1000111 |
Color Harmonies of #EFF973
Complementary color
Monochromatic Colors of #EFF973
Black with #EFF973
Text Example
Text Example
White with #EFF973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF973; }
p { color: rgb(239,249,115); }
H1.HeaderClassName
{
color: #EFF973;
}
.AnyTagClassName
{
color: #EFF973;
}
</style>
background-color css
<style>
a { background-color: #EFF973; }
a { background-color: rgb(239,249,115); }
div.DivClassName
{
background-color: #EFF973;
}
.BgClassName
{
background-color: #EFF973;
}
</style>
border-color css
<style>
span { border-color: #EFF973; }
span { border-color: rgb(239,249,115); }
td.TdClassName
{
border-color: #EFF973;
}
.TagClassName
{
border-color: #EFF973;
}
</style>