Shades of Medium Goldenrod #F0EFAB
Tints of Medium Goldenrod #F0EFAB
RGB
CMYK
RGB Variations
Color information
#F0EFAB (or 0xF0EFAB) is known color: Medium Goldenrod. HEX triplet: F0, EF and AB. RGB value is (240,239,171). Sum of RGB (Red+Green+Blue) = 240+239+171=650 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.92% from 650); Green value is 239 (93.75% from 255 or 36.77% from 650); Blue value is 171 (67.19% from 255 or 26.31% from 650); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EFAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0EFAB is #0F1054. Grayscale: #E7E7E7. Windows color (decimal): -987221 or 11268080. OLE color: 11268080.
HSL color Cylindrical-coordinate representation of color #F0EFAB: hue angle of 59.13º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F0EFAB is Cyan = 0, Magento = 0.00, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 239 | 171 | - |
| CMYK | 0 | 0.00 | 0.29 | 0.06 |
| HSL | 59.13º | 0.7% | 0.81% | - |
| HSV(B) | 59.13º | 0.29% | 0.94% | - |
| XYZ | 74.15 | 83.2 | 50.68 | - |
| YUV | 231.55 | 93.83 | 134.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 239 | 171 | 0 | 0.00 | 0.29 | 0.06 | 59.13 | 0.7 | 0.81 |
| Hex | F0 | EF | AB | 0 | 0 | 1D | 6 | 3B | 46 | 51 |
| Octal | 360 | 357 | 253 | 0 | 0 | 35 | 6 | 73 | 106 | 121 |
| Binary | 11110000 | 11101111 | 10101011 | 0 | 0 | 11101 | 110 | 111011 | 1000110 | 1010001 |
Color Harmonies of #F0EFAB
Complementary color
Monochromatic Colors of #F0EFAB
Black with #F0EFAB
Text Example
Text Example
White with #F0EFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EFAB; }
p { color: rgb(240,239,171); }
H1.HeaderClassName
{
color: #F0EFAB;
}
.AnyTagClassName
{
color: #F0EFAB;
}
</style>
background-color css
<style>
a { background-color: #F0EFAB; }
a { background-color: rgb(240,239,171); }
div.DivClassName
{
background-color: #F0EFAB;
}
.BgClassName
{
background-color: #F0EFAB;
}
</style>
border-color css
<style>
span { border-color: #F0EFAB; }
span { border-color: rgb(240,239,171); }
td.TdClassName
{
border-color: #F0EFAB;
}
.TagClassName
{
border-color: #F0EFAB;
}
</style>