Shades of Dolly #EFEF6C
Tints of Dolly #EFEF6C
RGB
CMYK
RGB Variations
Color information
#EFEF6C (or 0xEFEF6C) is known color: Dolly. HEX triplet: EF, EF and 6C. RGB value is (239,239,108). Sum of RGB (Red+Green+Blue) = 239+239+108=586 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.78% from 586); Green value is 239 (93.75% from 255 or 40.78% from 586); Blue value is 108 (42.58% from 255 or 18.43% from 586); Max value from RGB is 239 - color contains mainly: red, green. Hex color #EFEF6C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFEF6C is #101093. Grayscale: #E0E0E0. Windows color (decimal): -1052820 or 7139311. OLE color: 7139311.
HSL color Cylindrical-coordinate representation of color #EFEF6C: hue angle of 60º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EFEF6C is Cyan = 0, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 239 | 108 | - |
| CMYK | 0 | 0 | 0.55 | 0.06 |
| HSL | 60º | 0.8% | 0.68% | - |
| HSV(B) | 60º | 0.55% | 0.94% | - |
| XYZ | 69.17 | 81.17 | 26.21 | - |
| YUV | 224.07 | 62.5 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 239 | 108 | 0 | 0 | 0.55 | 0.06 | 60 | 0.8 | 0.68 |
| Hex | EF | EF | 6C | 0 | 0 | 37 | 6 | 3C | 50 | 44 |
| Octal | 357 | 357 | 154 | 0 | 0 | 67 | 6 | 74 | 120 | 104 |
| Binary | 11101111 | 11101111 | 1101100 | 0 | 0 | 110111 | 110 | 111100 | 1010000 | 1000100 |
Color Harmonies of #EFEF6C
Complementary color
Monochromatic Colors of #EFEF6C
Black with #EFEF6C
Text Example
Text Example
White with #EFEF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEF6C; }
p { color: rgb(239,239,108); }
H1.HeaderClassName
{
color: #EFEF6C;
}
.AnyTagClassName
{
color: #EFEF6C;
}
</style>
background-color css
<style>
a { background-color: #EFEF6C; }
a { background-color: rgb(239,239,108); }
div.DivClassName
{
background-color: #EFEF6C;
}
.BgClassName
{
background-color: #EFEF6C;
}
</style>
border-color css
<style>
span { border-color: #EFEF6C; }
span { border-color: rgb(239,239,108); }
td.TdClassName
{
border-color: #EFEF6C;
}
.TagClassName
{
border-color: #EFEF6C;
}
</style>