Shades of Dolly #F2ED70
Tints of Dolly #F2ED70
RGB
CMYK
RGB Variations
Color information
#F2ED70 (or 0xF2ED70) is known color: Dolly. HEX triplet: F2, ED and 70. RGB value is (242,237,112). Sum of RGB (Red+Green+Blue) = 242+237+112=591 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.95% from 591); Green value is 237 (92.97% from 255 or 40.10% from 591); Blue value is 112 (44.14% from 255 or 18.95% from 591); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ED70 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2ED70 is #0D128F. Grayscale: #E0E0E0. Windows color (decimal): -856720 or 7400946. OLE color: 7400946.
HSL color Cylindrical-coordinate representation of color #F2ED70: hue angle of 57.69º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F2ED70 is Cyan = 0, Magento = 0.02, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 237 | 112 | - |
| CMYK | 0 | 0.02 | 0.54 | 0.05 |
| HSL | 57.69º | 0.83% | 0.69% | - |
| HSV(B) | 57.69º | 0.54% | 0.95% | - |
| XYZ | 69.83 | 80.62 | 27.21 | - |
| YUV | 224.25 | 64.66 | 140.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 237 | 112 | 0 | 0.02 | 0.54 | 0.05 | 57.69 | 0.83 | 0.69 |
| Hex | F2 | ED | 70 | 0 | 2 | 36 | 5 | 3A | 53 | 45 |
| Octal | 362 | 355 | 160 | 0 | 2 | 66 | 5 | 72 | 123 | 105 |
| Binary | 11110010 | 11101101 | 1110000 | 0 | 10 | 110110 | 101 | 111010 | 1010011 | 1000101 |
Color Harmonies of #F2ED70
Complementary color
Monochromatic Colors of #F2ED70
Black with #F2ED70
Text Example
Text Example
White with #F2ED70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2ED70; }
p { color: rgb(242,237,112); }
H1.HeaderClassName
{
color: #F2ED70;
}
.AnyTagClassName
{
color: #F2ED70;
}
</style>
background-color css
<style>
a { background-color: #F2ED70; }
a { background-color: rgb(242,237,112); }
div.DivClassName
{
background-color: #F2ED70;
}
.BgClassName
{
background-color: #F2ED70;
}
</style>
border-color css
<style>
span { border-color: #F2ED70; }
span { border-color: rgb(242,237,112); }
td.TdClassName
{
border-color: #F2ED70;
}
.TagClassName
{
border-color: #F2ED70;
}
</style>