Shades of Dolly #F2ED74
Tints of Dolly #F2ED74
RGB
CMYK
RGB Variations
Color information
#F2ED74 (or 0xF2ED74) is known color: Dolly. HEX triplet: F2, ED and 74. RGB value is (242,237,116). Sum of RGB (Red+Green+Blue) = 242+237+116=595 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.67% from 595); Green value is 237 (92.97% from 255 or 39.83% from 595); Blue value is 116 (45.70% from 255 or 19.50% from 595); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ED74 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2ED74 is #0D128B. Grayscale: #E1E1E1. Windows color (decimal): -856716 or 7663090. OLE color: 7663090.
HSL color Cylindrical-coordinate representation of color #F2ED74: hue angle of 57.62º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F2ED74 is Cyan = 0, Magento = 0.02, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 237 | 116 | - |
| CMYK | 0 | 0.02 | 0.52 | 0.05 |
| HSL | 57.62º | 0.83% | 0.7% | - |
| HSV(B) | 57.62º | 0.52% | 0.95% | - |
| XYZ | 70.05 | 80.71 | 28.41 | - |
| YUV | 224.7 | 66.66 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 237 | 116 | 0 | 0.02 | 0.52 | 0.05 | 57.62 | 0.83 | 0.7 |
| Hex | F2 | ED | 74 | 0 | 2 | 34 | 5 | 3A | 53 | 46 |
| Octal | 362 | 355 | 164 | 0 | 2 | 64 | 5 | 72 | 123 | 106 |
| Binary | 11110010 | 11101101 | 1110100 | 0 | 10 | 110100 | 101 | 111010 | 1010011 | 1000110 |
Color Harmonies of #F2ED74
Complementary color
Monochromatic Colors of #F2ED74
Black with #F2ED74
Text Example
Text Example
White with #F2ED74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2ED74; }
p { color: rgb(242,237,116); }
H1.HeaderClassName
{
color: #F2ED74;
}
.AnyTagClassName
{
color: #F2ED74;
}
</style>
background-color css
<style>
a { background-color: #F2ED74; }
a { background-color: rgb(242,237,116); }
div.DivClassName
{
background-color: #F2ED74;
}
.BgClassName
{
background-color: #F2ED74;
}
</style>
border-color css
<style>
span { border-color: #F2ED74; }
span { border-color: rgb(242,237,116); }
td.TdClassName
{
border-color: #F2ED74;
}
.TagClassName
{
border-color: #F2ED74;
}
</style>