Shades of Medium Goldenrod #F0EDB2
Tints of Medium Goldenrod #F0EDB2
RGB
CMYK
RGB Variations
Color information
#F0EDB2 (or 0xF0EDB2) is known color: Medium Goldenrod. HEX triplet: F0, ED and B2. RGB value is (240,237,178). Sum of RGB (Red+Green+Blue) = 240+237+178=655 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.64% from 655); Green value is 237 (92.97% from 255 or 36.18% from 655); Blue value is 178 (69.92% from 255 or 27.18% from 655); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EDB2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0EDB2 is #0F124D. Grayscale: #E7E7E7. Windows color (decimal): -987726 or 11726320. OLE color: 11726320.
HSL color Cylindrical-coordinate representation of color #F0EDB2: hue angle of 57.1º degrees, saturation: 0.67, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F0EDB2 is Cyan = 0, Magento = 0.01, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 237 | 178 | - |
| CMYK | 0 | 0.01 | 0.26 | 0.06 |
| HSL | 57.1º | 0.67% | 0.82% | - |
| HSV(B) | 57.1º | 0.26% | 0.94% | - |
| XYZ | 74.26 | 82.31 | 54.09 | - |
| YUV | 231.17 | 97.99 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 237 | 178 | 0 | 0.01 | 0.26 | 0.06 | 57.1 | 0.67 | 0.82 |
| Hex | F0 | ED | B2 | 0 | 1 | 1A | 6 | 39 | 43 | 52 |
| Octal | 360 | 355 | 262 | 0 | 1 | 32 | 6 | 71 | 103 | 122 |
| Binary | 11110000 | 11101101 | 10110010 | 0 | 1 | 11010 | 110 | 111001 | 1000011 | 1010010 |
Color Harmonies of #F0EDB2
Complementary color
Monochromatic Colors of #F0EDB2
Black with #F0EDB2
Text Example
Text Example
White with #F0EDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EDB2; }
p { color: rgb(240,237,178); }
H1.HeaderClassName
{
color: #F0EDB2;
}
.AnyTagClassName
{
color: #F0EDB2;
}
</style>
background-color css
<style>
a { background-color: #F0EDB2; }
a { background-color: rgb(240,237,178); }
div.DivClassName
{
background-color: #F0EDB2;
}
.BgClassName
{
background-color: #F0EDB2;
}
</style>
border-color css
<style>
span { border-color: #F0EDB2; }
span { border-color: rgb(240,237,178); }
td.TdClassName
{
border-color: #F0EDB2;
}
.TagClassName
{
border-color: #F0EDB2;
}
</style>