Shades of Medium Goldenrod #F0EDAF
Tints of Medium Goldenrod #F0EDAF
RGB
CMYK
RGB Variations
Color information
#F0EDAF (or 0xF0EDAF) is known color: Medium Goldenrod. HEX triplet: F0, ED and AF. RGB value is (240,237,175). Sum of RGB (Red+Green+Blue) = 240+237+175=652 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.81% from 652); Green value is 237 (92.97% from 255 or 36.35% from 652); Blue value is 175 (68.75% from 255 or 26.84% from 652); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EDAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0EDAF is #0F1250. Grayscale: #E7E7E7. Windows color (decimal): -987729 or 11529712. OLE color: 11529712.
HSL color Cylindrical-coordinate representation of color #F0EDAF: hue angle of 57.23º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F0EDAF is Cyan = 0, Magento = 0.01, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 237 | 175 | - |
| CMYK | 0 | 0.01 | 0.27 | 0.06 |
| HSL | 57.23º | 0.68% | 0.81% | - |
| HSV(B) | 57.23º | 0.27% | 0.94% | - |
| XYZ | 73.96 | 82.19 | 52.52 | - |
| YUV | 230.83 | 96.49 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 237 | 175 | 0 | 0.01 | 0.27 | 0.06 | 57.23 | 0.68 | 0.81 |
| Hex | F0 | ED | AF | 0 | 1 | 1B | 6 | 39 | 44 | 51 |
| Octal | 360 | 355 | 257 | 0 | 1 | 33 | 6 | 71 | 104 | 121 |
| Binary | 11110000 | 11101101 | 10101111 | 0 | 1 | 11011 | 110 | 111001 | 1000100 | 1010001 |
Color Harmonies of #F0EDAF
Complementary color
Monochromatic Colors of #F0EDAF
Black with #F0EDAF
Text Example
Text Example
White with #F0EDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EDAF; }
p { color: rgb(240,237,175); }
H1.HeaderClassName
{
color: #F0EDAF;
}
.AnyTagClassName
{
color: #F0EDAF;
}
</style>
background-color css
<style>
a { background-color: #F0EDAF; }
a { background-color: rgb(240,237,175); }
div.DivClassName
{
background-color: #F0EDAF;
}
.BgClassName
{
background-color: #F0EDAF;
}
</style>
border-color css
<style>
span { border-color: #F0EDAF; }
span { border-color: rgb(240,237,175); }
td.TdClassName
{
border-color: #F0EDAF;
}
.TagClassName
{
border-color: #F0EDAF;
}
</style>