Shades of Dolly #F0ED6B
Tints of Dolly #F0ED6B
RGB
CMYK
RGB Variations
Color information
#F0ED6B (or 0xF0ED6B) is known color: Dolly. HEX triplet: F0, ED and 6B. RGB value is (240,237,107). Sum of RGB (Red+Green+Blue) = 240+237+107=584 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.10% from 584); Green value is 237 (92.97% from 255 or 40.58% from 584); Blue value is 107 (42.19% from 255 or 18.32% from 584); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ED6B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0ED6B is #0F1294. Grayscale: #DFDFDF. Windows color (decimal): -987797 or 7073264. OLE color: 7073264.
HSL color Cylindrical-coordinate representation of color #F0ED6B: hue angle of 58.65º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F0ED6B is Cyan = 0, Magento = 0.01, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 237 | 107 | - |
| CMYK | 0 | 0.01 | 0.55 | 0.06 |
| HSL | 58.65º | 0.82% | 0.68% | - |
| HSV(B) | 58.65º | 0.55% | 0.94% | - |
| XYZ | 68.87 | 80.16 | 25.75 | - |
| YUV | 223.08 | 62.49 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 237 | 107 | 0 | 0.01 | 0.55 | 0.06 | 58.65 | 0.82 | 0.68 |
| Hex | F0 | ED | 6B | 0 | 1 | 37 | 6 | 3B | 52 | 44 |
| Octal | 360 | 355 | 153 | 0 | 1 | 67 | 6 | 73 | 122 | 104 |
| Binary | 11110000 | 11101101 | 1101011 | 0 | 1 | 110111 | 110 | 111011 | 1010010 | 1000100 |
Color Harmonies of #F0ED6B
Complementary color
Monochromatic Colors of #F0ED6B
Black with #F0ED6B
Text Example
Text Example
White with #F0ED6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0ED6B; }
p { color: rgb(240,237,107); }
H1.HeaderClassName
{
color: #F0ED6B;
}
.AnyTagClassName
{
color: #F0ED6B;
}
</style>
background-color css
<style>
a { background-color: #F0ED6B; }
a { background-color: rgb(240,237,107); }
div.DivClassName
{
background-color: #F0ED6B;
}
.BgClassName
{
background-color: #F0ED6B;
}
</style>
border-color css
<style>
span { border-color: #F0ED6B; }
span { border-color: rgb(240,237,107); }
td.TdClassName
{
border-color: #F0ED6B;
}
.TagClassName
{
border-color: #F0ED6B;
}
</style>