Shades of Dolly #F2EE6D
Tints of Dolly #F2EE6D
RGB
CMYK
RGB Variations
Color information
#F2EE6D (or 0xF2EE6D) is known color: Dolly. HEX triplet: F2, EE and 6D. RGB value is (242,238,109). Sum of RGB (Red+Green+Blue) = 242+238+109=589 (78% of max value = 765). Red value is 242 (94.92% from 255 or 41.09% from 589); Green value is 238 (93.36% from 255 or 40.41% from 589); Blue value is 109 (42.97% from 255 or 18.51% from 589); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EE6D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2EE6D is #0D1192. Grayscale: #E1E1E1. Windows color (decimal): -856467 or 7204594. OLE color: 7204594.
HSL color Cylindrical-coordinate representation of color #F2EE6D: hue angle of 58.2º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F2EE6D is Cyan = 0, Magento = 0.02, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 238 | 109 | - |
| CMYK | 0 | 0.02 | 0.55 | 0.05 |
| HSL | 58.2º | 0.84% | 0.69% | - |
| HSV(B) | 58.2º | 0.55% | 0.95% | - |
| XYZ | 69.95 | 81.13 | 26.44 | - |
| YUV | 224.49 | 62.83 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 238 | 109 | 0 | 0.02 | 0.55 | 0.05 | 58.2 | 0.84 | 0.69 |
| Hex | F2 | EE | 6D | 0 | 2 | 37 | 5 | 3A | 54 | 45 |
| Octal | 362 | 356 | 155 | 0 | 2 | 67 | 5 | 72 | 124 | 105 |
| Binary | 11110010 | 11101110 | 1101101 | 0 | 10 | 110111 | 101 | 111010 | 1010100 | 1000101 |
Color Harmonies of #F2EE6D
Complementary color
Monochromatic Colors of #F2EE6D
Black with #F2EE6D
Text Example
Text Example
White with #F2EE6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EE6D; }
p { color: rgb(242,238,109); }
H1.HeaderClassName
{
color: #F2EE6D;
}
.AnyTagClassName
{
color: #F2EE6D;
}
</style>
background-color css
<style>
a { background-color: #F2EE6D; }
a { background-color: rgb(242,238,109); }
div.DivClassName
{
background-color: #F2EE6D;
}
.BgClassName
{
background-color: #F2EE6D;
}
</style>
border-color css
<style>
span { border-color: #F2EE6D; }
span { border-color: rgb(242,238,109); }
td.TdClassName
{
border-color: #F2EE6D;
}
.TagClassName
{
border-color: #F2EE6D;
}
</style>