Shades of Medium Goldenrod #F0EFB0
Tints of Medium Goldenrod #F0EFB0
RGB
CMYK
RGB Variations
Color information
#F0EFB0 (or 0xF0EFB0) is known color: Medium Goldenrod. HEX triplet: F0, EF and B0. RGB value is (240,239,176). Sum of RGB (Red+Green+Blue) = 240+239+176=655 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.64% from 655); Green value is 239 (93.75% from 255 or 36.49% from 655); Blue value is 176 (69.14% from 255 or 26.87% from 655); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EFB0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0EFB0 is #0F104F. Grayscale: #E8E8E8. Windows color (decimal): -987216 or 11595760. OLE color: 11595760.
HSL color Cylindrical-coordinate representation of color #F0EFB0: hue angle of 59.06º degrees, saturation: 0.68, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F0EFB0 is Cyan = 0, Magento = 0.00, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 239 | 176 | - |
| CMYK | 0 | 0.00 | 0.27 | 0.06 |
| HSL | 59.06º | 0.68% | 0.82% | - |
| HSV(B) | 59.06º | 0.27% | 0.94% | - |
| XYZ | 74.64 | 83.39 | 53.24 | - |
| YUV | 232.12 | 96.33 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 239 | 176 | 0 | 0.00 | 0.27 | 0.06 | 59.06 | 0.68 | 0.82 |
| Hex | F0 | EF | B0 | 0 | 0 | 1B | 6 | 3B | 44 | 52 |
| Octal | 360 | 357 | 260 | 0 | 0 | 33 | 6 | 73 | 104 | 122 |
| Binary | 11110000 | 11101111 | 10110000 | 0 | 0 | 11011 | 110 | 111011 | 1000100 | 1010010 |
Color Harmonies of #F0EFB0
Complementary color
Monochromatic Colors of #F0EFB0
Black with #F0EFB0
Text Example
Text Example
White with #F0EFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EFB0; }
p { color: rgb(240,239,176); }
H1.HeaderClassName
{
color: #F0EFB0;
}
.AnyTagClassName
{
color: #F0EFB0;
}
</style>
background-color css
<style>
a { background-color: #F0EFB0; }
a { background-color: rgb(240,239,176); }
div.DivClassName
{
background-color: #F0EFB0;
}
.BgClassName
{
background-color: #F0EFB0;
}
</style>
border-color css
<style>
span { border-color: #F0EFB0; }
span { border-color: rgb(240,239,176); }
td.TdClassName
{
border-color: #F0EFB0;
}
.TagClassName
{
border-color: #F0EFB0;
}
</style>