Shades of Dolly #EFEE74
Tints of Dolly #EFEE74
RGB
CMYK
RGB Variations
Color information
#EFEE74 (or 0xEFEE74) is known color: Dolly. HEX triplet: EF, EE and 74. RGB value is (239,238,116). Sum of RGB (Red+Green+Blue) = 239+238+116=593 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.30% from 593); Green value is 238 (93.36% from 255 or 40.13% from 593); Blue value is 116 (45.70% from 255 or 19.56% from 593); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEE74 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFEE74 is #10118B. Grayscale: #E0E0E0. Windows color (decimal): -1053068 or 7663343. OLE color: 7663343.
HSL color Cylindrical-coordinate representation of color #EFEE74: hue angle of 59.51º 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 #EFEE74 is Cyan = 0, Magento = 0.00, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 238 | 116 | - |
| CMYK | 0 | 0.00 | 0.51 | 0.06 |
| HSL | 59.51º | 0.79% | 0.7% | - |
| HSV(B) | 59.51º | 0.51% | 0.94% | - |
| XYZ | 69.32 | 80.76 | 28.46 | - |
| YUV | 224.39 | 66.83 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 238 | 116 | 0 | 0.00 | 0.51 | 0.06 | 59.51 | 0.79 | 0.7 |
| Hex | EF | EE | 74 | 0 | 0 | 33 | 6 | 3C | 4F | 46 |
| Octal | 357 | 356 | 164 | 0 | 0 | 63 | 6 | 74 | 117 | 106 |
| Binary | 11101111 | 11101110 | 1110100 | 0 | 0 | 110011 | 110 | 111100 | 1001111 | 1000110 |
Color Harmonies of #EFEE74
Complementary color
Monochromatic Colors of #EFEE74
Black with #EFEE74
Text Example
Text Example
White with #EFEE74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEE74; }
p { color: rgb(239,238,116); }
H1.HeaderClassName
{
color: #EFEE74;
}
.AnyTagClassName
{
color: #EFEE74;
}
</style>
background-color css
<style>
a { background-color: #EFEE74; }
a { background-color: rgb(239,238,116); }
div.DivClassName
{
background-color: #EFEE74;
}
.BgClassName
{
background-color: #EFEE74;
}
</style>
border-color css
<style>
span { border-color: #EFEE74; }
span { border-color: rgb(239,238,116); }
td.TdClassName
{
border-color: #EFEE74;
}
.TagClassName
{
border-color: #EFEE74;
}
</style>