Shades of Dolly #EFF874
Tints of Dolly #EFF874
RGB
CMYK
RGB Variations
Color information
#EFF874 (or 0xEFF874) is known color: Dolly. HEX triplet: EF, F8 and 74. RGB value is (239,248,116). Sum of RGB (Red+Green+Blue) = 239+248+116=603 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.64% from 603); Green value is 248 (97.27% from 255 or 41.13% from 603); Blue value is 116 (45.70% from 255 or 19.24% from 603); Max value from RGB is 248 - color contains mainly: green. Hex color #EFF874 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFF874 is #10078B. Grayscale: #E6E6E6. Windows color (decimal): -1050508 or 7665903. OLE color: 7665903.
HSL color Cylindrical-coordinate representation of color #EFF874: hue angle of 64.09º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EFF874 is Cyan = 0.04, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 248 | 116 | - |
| CMYK | 0.04 | 0 | 0.53 | 0.03 |
| HSL | 64.09º | 0.9% | 0.71% | - |
| HSV(B) | 64.09º | 0.53% | 0.97% | - |
| XYZ | 72.32 | 86.75 | 29.46 | - |
| YUV | 230.26 | 63.52 | 134.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 248 | 116 | 0.04 | 0 | 0.53 | 0.03 | 64.09 | 0.9 | 0.71 |
| Hex | EF | F8 | 74 | 4 | 0 | 35 | 3 | 40 | 5A | 47 |
| Octal | 357 | 370 | 164 | 4 | 0 | 65 | 3 | 100 | 132 | 107 |
| Binary | 11101111 | 11111000 | 1110100 | 100 | 0 | 110101 | 11 | 1000000 | 1011010 | 1000111 |
Color Harmonies of #EFF874
Complementary color
Monochromatic Colors of #EFF874
Black with #EFF874
Text Example
Text Example
White with #EFF874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF874; }
p { color: rgb(239,248,116); }
H1.HeaderClassName
{
color: #EFF874;
}
.AnyTagClassName
{
color: #EFF874;
}
</style>
background-color css
<style>
a { background-color: #EFF874; }
a { background-color: rgb(239,248,116); }
div.DivClassName
{
background-color: #EFF874;
}
.BgClassName
{
background-color: #EFF874;
}
</style>
border-color css
<style>
span { border-color: #EFF874; }
span { border-color: rgb(239,248,116); }
td.TdClassName
{
border-color: #EFF874;
}
.TagClassName
{
border-color: #EFF874;
}
</style>