Shades of Dolly #F2EE6B
Tints of Dolly #F2EE6B
RGB
CMYK
RGB Variations
Color information
#F2EE6B (or 0xF2EE6B) is known color: Dolly. HEX triplet: F2, EE and 6B. RGB value is (242,238,107). Sum of RGB (Red+Green+Blue) = 242+238+107=587 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.23% from 587); Green value is 238 (93.36% from 255 or 40.55% from 587); Blue value is 107 (42.19% from 255 or 18.23% from 587); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EE6B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2EE6B is #0D1194. Grayscale: #E0E0E0. Windows color (decimal): -856469 or 7073522. OLE color: 7073522.
HSL color Cylindrical-coordinate representation of color #F2EE6B: hue angle of 58.22º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F2EE6B is Cyan = 0, Magento = 0.02, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 238 | 107 | - |
| CMYK | 0 | 0.02 | 0.56 | 0.05 |
| HSL | 58.22º | 0.84% | 0.68% | - |
| HSV(B) | 58.22º | 0.56% | 0.95% | - |
| XYZ | 69.85 | 81.09 | 25.88 | - |
| YUV | 224.26 | 61.83 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 238 | 107 | 0 | 0.02 | 0.56 | 0.05 | 58.22 | 0.84 | 0.68 |
| Hex | F2 | EE | 6B | 0 | 2 | 38 | 5 | 3A | 54 | 44 |
| Octal | 362 | 356 | 153 | 0 | 2 | 70 | 5 | 72 | 124 | 104 |
| Binary | 11110010 | 11101110 | 1101011 | 0 | 10 | 111000 | 101 | 111010 | 1010100 | 1000100 |
Color Harmonies of #F2EE6B
Complementary color
Monochromatic Colors of #F2EE6B
Black with #F2EE6B
Text Example
Text Example
White with #F2EE6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EE6B; }
p { color: rgb(242,238,107); }
H1.HeaderClassName
{
color: #F2EE6B;
}
.AnyTagClassName
{
color: #F2EE6B;
}
</style>
background-color css
<style>
a { background-color: #F2EE6B; }
a { background-color: rgb(242,238,107); }
div.DivClassName
{
background-color: #F2EE6B;
}
.BgClassName
{
background-color: #F2EE6B;
}
</style>
border-color css
<style>
span { border-color: #F2EE6B; }
span { border-color: rgb(242,238,107); }
td.TdClassName
{
border-color: #F2EE6B;
}
.TagClassName
{
border-color: #F2EE6B;
}
</style>