Shades of Dolly #EFE974
Tints of Dolly #EFE974
RGB
CMYK
RGB Variations
Color information
#EFE974 (or 0xEFE974) is known color: Dolly. HEX triplet: EF, E9 and 74. RGB value is (239,233,116). Sum of RGB (Red+Green+Blue) = 239+233+116=588 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.65% from 588); Green value is 233 (91.41% from 255 or 39.63% from 588); Blue value is 116 (45.70% from 255 or 19.73% from 588); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE974 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFE974 is #10168B. Grayscale: #DDDDDD. Windows color (decimal): -1054348 or 7662063. OLE color: 7662063.
HSL color Cylindrical-coordinate representation of color #EFE974: hue angle of 57.07º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EFE974 is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 233 | 116 | - |
| CMYK | 0 | 0.03 | 0.51 | 0.06 |
| HSL | 57.07º | 0.79% | 0.7% | - |
| HSV(B) | 57.07º | 0.51% | 0.94% | - |
| XYZ | 67.89 | 77.89 | 27.98 | - |
| YUV | 221.46 | 68.49 | 140.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 233 | 116 | 0 | 0.03 | 0.51 | 0.06 | 57.07 | 0.79 | 0.7 |
| Hex | EF | E9 | 74 | 0 | 3 | 33 | 6 | 39 | 4F | 46 |
| Octal | 357 | 351 | 164 | 0 | 3 | 63 | 6 | 71 | 117 | 106 |
| Binary | 11101111 | 11101001 | 1110100 | 0 | 11 | 110011 | 110 | 111001 | 1001111 | 1000110 |
Color Harmonies of #EFE974
Complementary color
Monochromatic Colors of #EFE974
Black with #EFE974
Text Example
Text Example
White with #EFE974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE974; }
p { color: rgb(239,233,116); }
H1.HeaderClassName
{
color: #EFE974;
}
.AnyTagClassName
{
color: #EFE974;
}
</style>
background-color css
<style>
a { background-color: #EFE974; }
a { background-color: rgb(239,233,116); }
div.DivClassName
{
background-color: #EFE974;
}
.BgClassName
{
background-color: #EFE974;
}
</style>
border-color css
<style>
span { border-color: #EFE974; }
span { border-color: rgb(239,233,116); }
td.TdClassName
{
border-color: #EFE974;
}
.TagClassName
{
border-color: #EFE974;
}
</style>