Shades of Medium Goldenrod #F2EEB6
Tints of Medium Goldenrod #F2EEB6
RGB
CMYK
RGB Variations
Color information
#F2EEB6 (or 0xF2EEB6) is known color: Medium Goldenrod. HEX triplet: F2, EE and B6. RGB value is (242,238,182). Sum of RGB (Red+Green+Blue) = 242+238+182=662 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.56% from 662); Green value is 238 (93.36% from 255 or 35.95% from 662); Blue value is 182 (71.48% from 255 or 27.49% from 662); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EEB6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EEB6 is #0D1149. Grayscale: #E9E9E9. Windows color (decimal): -856394 or 11988722. OLE color: 11988722.
HSL color Cylindrical-coordinate representation of color #F2EEB6: hue angle of 56º degrees, saturation: 0.7, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F2EEB6 is Cyan = 0, Magento = 0.02, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 238 | 182 | - |
| CMYK | 0 | 0.02 | 0.25 | 0.05 |
| HSL | 56º | 0.7% | 0.83% | - |
| HSV(B) | 56º | 0.25% | 0.95% | - |
| XYZ | 75.64 | 83.4 | 56.37 | - |
| YUV | 232.81 | 99.33 | 134.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 238 | 182 | 0 | 0.02 | 0.25 | 0.05 | 56 | 0.7 | 0.83 |
| Hex | F2 | EE | B6 | 0 | 2 | 19 | 5 | 38 | 46 | 53 |
| Octal | 362 | 356 | 266 | 0 | 2 | 31 | 5 | 70 | 106 | 123 |
| Binary | 11110010 | 11101110 | 10110110 | 0 | 10 | 11001 | 101 | 111000 | 1000110 | 1010011 |
Color Harmonies of #F2EEB6
Complementary color
Monochromatic Colors of #F2EEB6
Black with #F2EEB6
Text Example
Text Example
White with #F2EEB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EEB6; }
p { color: rgb(242,238,182); }
H1.HeaderClassName
{
color: #F2EEB6;
}
.AnyTagClassName
{
color: #F2EEB6;
}
</style>
background-color css
<style>
a { background-color: #F2EEB6; }
a { background-color: rgb(242,238,182); }
div.DivClassName
{
background-color: #F2EEB6;
}
.BgClassName
{
background-color: #F2EEB6;
}
</style>
border-color css
<style>
span { border-color: #F2EEB6; }
span { border-color: rgb(242,238,182); }
td.TdClassName
{
border-color: #F2EEB6;
}
.TagClassName
{
border-color: #F2EEB6;
}
</style>