Shades of Dolly #F5EE67
Tints of Dolly #F5EE67
RGB
CMYK
RGB Variations
Color information
#F5EE67 (or 0xF5EE67) is known color: Dolly. HEX triplet: F5, EE and 67. RGB value is (245,238,103). Sum of RGB (Red+Green+Blue) = 245+238+103=586 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.81% from 586); Green value is 238 (93.36% from 255 or 40.61% from 586); Blue value is 103 (40.62% from 255 or 17.58% from 586); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EE67 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5EE67 is #0A1198. Grayscale: #E1E1E1. Windows color (decimal): -659865 or 6811381. OLE color: 6811381.
HSL color Cylindrical-coordinate representation of color #F5EE67: hue angle of 57.04º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F5EE67 is Cyan = 0, Magento = 0.03, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 238 | 103 | - |
| CMYK | 0 | 0.03 | 0.58 | 0.04 |
| HSL | 57.04º | 0.88% | 0.68% | - |
| HSV(B) | 57.04º | 0.58% | 0.96% | - |
| XYZ | 70.68 | 81.54 | 24.85 | - |
| YUV | 224.7 | 59.32 | 142.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 238 | 103 | 0 | 0.03 | 0.58 | 0.04 | 57.04 | 0.88 | 0.68 |
| Hex | F5 | EE | 67 | 0 | 3 | 3A | 4 | 39 | 58 | 44 |
| Octal | 365 | 356 | 147 | 0 | 3 | 72 | 4 | 71 | 130 | 104 |
| Binary | 11110101 | 11101110 | 1100111 | 0 | 11 | 111010 | 100 | 111001 | 1011000 | 1000100 |
Color Harmonies of #F5EE67
Complementary color
Monochromatic Colors of #F5EE67
Black with #F5EE67
Text Example
Text Example
White with #F5EE67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5EE67; }
p { color: rgb(245,238,103); }
H1.HeaderClassName
{
color: #F5EE67;
}
.AnyTagClassName
{
color: #F5EE67;
}
</style>
background-color css
<style>
a { background-color: #F5EE67; }
a { background-color: rgb(245,238,103); }
div.DivClassName
{
background-color: #F5EE67;
}
.BgClassName
{
background-color: #F5EE67;
}
</style>
border-color css
<style>
span { border-color: #F5EE67; }
span { border-color: rgb(245,238,103); }
td.TdClassName
{
border-color: #F5EE67;
}
.TagClassName
{
border-color: #F5EE67;
}
</style>