Shades of Dolly #EFF573
Tints of Dolly #EFF573
RGB
CMYK
RGB Variations
Color information
#EFF573 (or 0xEFF573) is known color: Dolly. HEX triplet: EF, F5 and 73. RGB value is (239,245,115). Sum of RGB (Red+Green+Blue) = 239+245+115=599 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.90% from 599); Green value is 245 (96.09% from 255 or 40.90% from 599); Blue value is 115 (45.31% from 255 or 19.20% from 599); Max value from RGB is 245 - color contains mainly: green. Hex color #EFF573 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFF573 is #100A8C. Grayscale: #E4E4E4. Windows color (decimal): -1051277 or 7599599. OLE color: 7599599.
HSL color Cylindrical-coordinate representation of color #EFF573: hue angle of 62.77º degrees, saturation: 0.87, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EFF573 is Cyan = 0.02, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 245 | 115 | - |
| CMYK | 0.02 | 0 | 0.53 | 0.04 |
| HSL | 62.77º | 0.87% | 0.71% | - |
| HSV(B) | 62.77º | 0.53% | 0.96% | - |
| XYZ | 71.34 | 84.89 | 28.85 | - |
| YUV | 228.39 | 64.01 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 245 | 115 | 0.02 | 0 | 0.53 | 0.04 | 62.77 | 0.87 | 0.71 |
| Hex | EF | F5 | 73 | 2 | 0 | 35 | 4 | 3F | 57 | 47 |
| Octal | 357 | 365 | 163 | 2 | 0 | 65 | 4 | 77 | 127 | 107 |
| Binary | 11101111 | 11110101 | 1110011 | 10 | 0 | 110101 | 100 | 111111 | 1010111 | 1000111 |
Color Harmonies of #EFF573
Complementary color
Monochromatic Colors of #EFF573
Black with #EFF573
Text Example
Text Example
White with #EFF573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF573; }
p { color: rgb(239,245,115); }
H1.HeaderClassName
{
color: #EFF573;
}
.AnyTagClassName
{
color: #EFF573;
}
</style>
background-color css
<style>
a { background-color: #EFF573; }
a { background-color: rgb(239,245,115); }
div.DivClassName
{
background-color: #EFF573;
}
.BgClassName
{
background-color: #EFF573;
}
</style>
border-color css
<style>
span { border-color: #EFF573; }
span { border-color: rgb(239,245,115); }
td.TdClassName
{
border-color: #EFF573;
}
.TagClassName
{
border-color: #EFF573;
}
</style>