Shades of Dolly #EFF673
Tints of Dolly #EFF673
RGB
CMYK
RGB Variations
Color information
#EFF673 (or 0xEFF673) is known color: Dolly. HEX triplet: EF, F6 and 73. RGB value is (239,246,115). Sum of RGB (Red+Green+Blue) = 239+246+115=600 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.83% from 600); Green value is 246 (96.48% from 255 or 41% from 600); Blue value is 115 (45.31% from 255 or 19.17% from 600); Max value from RGB is 246 - color contains mainly: green. Hex color #EFF673 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFF673 is #10098C. Grayscale: #E5E5E5. Windows color (decimal): -1051021 or 7599855. OLE color: 7599855.
HSL color Cylindrical-coordinate representation of color #EFF673: hue angle of 63.21º degrees, saturation: 0.88, 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 #EFF673 is Cyan = 0.03, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 246 | 115 | - |
| CMYK | 0.03 | 0 | 0.53 | 0.04 |
| HSL | 63.21º | 0.88% | 0.71% | - |
| HSV(B) | 63.21º | 0.53% | 0.96% | - |
| XYZ | 71.65 | 85.5 | 28.95 | - |
| YUV | 228.97 | 63.68 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 246 | 115 | 0.03 | 0 | 0.53 | 0.04 | 63.21 | 0.88 | 0.71 |
| Hex | EF | F6 | 73 | 3 | 0 | 35 | 4 | 3F | 58 | 47 |
| Octal | 357 | 366 | 163 | 3 | 0 | 65 | 4 | 77 | 130 | 107 |
| Binary | 11101111 | 11110110 | 1110011 | 11 | 0 | 110101 | 100 | 111111 | 1011000 | 1000111 |
Color Harmonies of #EFF673
Complementary color
Monochromatic Colors of #EFF673
Black with #EFF673
Text Example
Text Example
White with #EFF673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF673; }
p { color: rgb(239,246,115); }
H1.HeaderClassName
{
color: #EFF673;
}
.AnyTagClassName
{
color: #EFF673;
}
</style>
background-color css
<style>
a { background-color: #EFF673; }
a { background-color: rgb(239,246,115); }
div.DivClassName
{
background-color: #EFF673;
}
.BgClassName
{
background-color: #EFF673;
}
</style>
border-color css
<style>
span { border-color: #EFF673; }
span { border-color: rgb(239,246,115); }
td.TdClassName
{
border-color: #EFF673;
}
.TagClassName
{
border-color: #EFF673;
}
</style>