Shades of Dolly #F5EF7B
Tints of Dolly #F5EF7B
RGB
CMYK
RGB Variations
Color information
#F5EF7B (or 0xF5EF7B) is known color: Dolly. HEX triplet: F5, EF and 7B. RGB value is (245,239,123). Sum of RGB (Red+Green+Blue) = 245+239+123=607 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.36% from 607); Green value is 239 (93.75% from 255 or 39.37% from 607); Blue value is 123 (48.44% from 255 or 20.26% from 607); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EF7B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5EF7B is #0A1084. Grayscale: #E4E4E4. Windows color (decimal): -659589 or 8122357. OLE color: 8122357.
HSL color Cylindrical-coordinate representation of color #F5EF7B: hue angle of 57.05º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F5EF7B is Cyan = 0, Magento = 0.02, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 239 | 123 | - |
| CMYK | 0 | 0.02 | 0.50 | 0.04 |
| HSL | 57.05º | 0.86% | 0.72% | - |
| HSV(B) | 57.05º | 0.5% | 0.96% | - |
| XYZ | 72.1 | 82.58 | 30.88 | - |
| YUV | 227.57 | 68.99 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 239 | 123 | 0 | 0.02 | 0.50 | 0.04 | 57.05 | 0.86 | 0.72 |
| Hex | F5 | EF | 7B | 0 | 2 | 32 | 4 | 39 | 56 | 48 |
| Octal | 365 | 357 | 173 | 0 | 2 | 62 | 4 | 71 | 126 | 110 |
| Binary | 11110101 | 11101111 | 1111011 | 0 | 10 | 110010 | 100 | 111001 | 1010110 | 1001000 |
Color Harmonies of #F5EF7B
Complementary color
Monochromatic Colors of #F5EF7B
Black with #F5EF7B
Text Example
Text Example
White with #F5EF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5EF7B; }
p { color: rgb(245,239,123); }
H1.HeaderClassName
{
color: #F5EF7B;
}
.AnyTagClassName
{
color: #F5EF7B;
}
</style>
background-color css
<style>
a { background-color: #F5EF7B; }
a { background-color: rgb(245,239,123); }
div.DivClassName
{
background-color: #F5EF7B;
}
.BgClassName
{
background-color: #F5EF7B;
}
</style>
border-color css
<style>
span { border-color: #F5EF7B; }
span { border-color: rgb(245,239,123); }
td.TdClassName
{
border-color: #F5EF7B;
}
.TagClassName
{
border-color: #F5EF7B;
}
</style>