Shades of Dolly #F2EE69
Tints of Dolly #F2EE69
RGB
CMYK
RGB Variations
Color information
#F2EE69 (or 0xF2EE69) is known color: Dolly. HEX triplet: F2, EE and 69. RGB value is (242,238,105). Sum of RGB (Red+Green+Blue) = 242+238+105=585 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.37% from 585); Green value is 238 (93.36% from 255 or 40.68% from 585); Blue value is 105 (41.41% from 255 or 17.95% from 585); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EE69 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2EE69 is #0D1196. Grayscale: #E0E0E0. Windows color (decimal): -856471 or 6942450. OLE color: 6942450.
HSL color Cylindrical-coordinate representation of color #F2EE69: hue angle of 58.25º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F2EE69 is Cyan = 0, Magento = 0.02, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 238 | 105 | - |
| CMYK | 0 | 0.02 | 0.57 | 0.05 |
| HSL | 58.25º | 0.84% | 0.68% | - |
| HSV(B) | 58.25º | 0.57% | 0.95% | - |
| XYZ | 69.74 | 81.05 | 25.33 | - |
| YUV | 224.03 | 60.83 | 140.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 238 | 105 | 0 | 0.02 | 0.57 | 0.05 | 58.25 | 0.84 | 0.68 |
| Hex | F2 | EE | 69 | 0 | 2 | 39 | 5 | 3A | 54 | 44 |
| Octal | 362 | 356 | 151 | 0 | 2 | 71 | 5 | 72 | 124 | 104 |
| Binary | 11110010 | 11101110 | 1101001 | 0 | 10 | 111001 | 101 | 111010 | 1010100 | 1000100 |
Color Harmonies of #F2EE69
Complementary color
Monochromatic Colors of #F2EE69
Black with #F2EE69
Text Example
Text Example
White with #F2EE69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EE69; }
p { color: rgb(242,238,105); }
H1.HeaderClassName
{
color: #F2EE69;
}
.AnyTagClassName
{
color: #F2EE69;
}
</style>
background-color css
<style>
a { background-color: #F2EE69; }
a { background-color: rgb(242,238,105); }
div.DivClassName
{
background-color: #F2EE69;
}
.BgClassName
{
background-color: #F2EE69;
}
</style>
border-color css
<style>
span { border-color: #F2EE69; }
span { border-color: rgb(242,238,105); }
td.TdClassName
{
border-color: #F2EE69;
}
.TagClassName
{
border-color: #F2EE69;
}
</style>