Shades of Dolly #EFE76F
Tints of Dolly #EFE76F
RGB
CMYK
RGB Variations
Color information
#EFE76F (or 0xEFE76F) is known color: Dolly. HEX triplet: EF, E7 and 6F. RGB value is (239,231,111). Sum of RGB (Red+Green+Blue) = 239+231+111=581 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.14% from 581); Green value is 231 (90.62% from 255 or 39.76% from 581); Blue value is 111 (43.75% from 255 or 19.10% from 581); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE76F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFE76F is #101890. Grayscale: #DCDCDC. Windows color (decimal): -1054865 or 7333871. OLE color: 7333871.
HSL color Cylindrical-coordinate representation of color #EFE76F: hue angle of 56.25º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EFE76F is Cyan = 0, Magento = 0.03, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 231 | 111 | - |
| CMYK | 0 | 0.03 | 0.54 | 0.06 |
| HSL | 56.25º | 0.8% | 0.69% | - |
| HSV(B) | 56.25º | 0.54% | 0.94% | - |
| XYZ | 67.04 | 76.65 | 26.3 | - |
| YUV | 219.71 | 66.65 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 231 | 111 | 0 | 0.03 | 0.54 | 0.06 | 56.25 | 0.8 | 0.69 |
| Hex | EF | E7 | 6F | 0 | 3 | 36 | 6 | 38 | 50 | 45 |
| Octal | 357 | 347 | 157 | 0 | 3 | 66 | 6 | 70 | 120 | 105 |
| Binary | 11101111 | 11100111 | 1101111 | 0 | 11 | 110110 | 110 | 111000 | 1010000 | 1000101 |
Color Harmonies of #EFE76F
Complementary color
Monochromatic Colors of #EFE76F
Black with #EFE76F
Text Example
Text Example
White with #EFE76F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE76F; }
p { color: rgb(239,231,111); }
H1.HeaderClassName
{
color: #EFE76F;
}
.AnyTagClassName
{
color: #EFE76F;
}
</style>
background-color css
<style>
a { background-color: #EFE76F; }
a { background-color: rgb(239,231,111); }
div.DivClassName
{
background-color: #EFE76F;
}
.BgClassName
{
background-color: #EFE76F;
}
</style>
border-color css
<style>
span { border-color: #EFE76F; }
span { border-color: rgb(239,231,111); }
td.TdClassName
{
border-color: #EFE76F;
}
.TagClassName
{
border-color: #EFE76F;
}
</style>