Shades of Medium Goldenrod #F1EDB5
Tints of Medium Goldenrod #F1EDB5
RGB
CMYK
RGB Variations
Color information
#F1EDB5 (or 0xF1EDB5) is known color: Medium Goldenrod. HEX triplet: F1, ED and B5. RGB value is (241,237,181). Sum of RGB (Red+Green+Blue) = 241+237+181=659 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.57% from 659); Green value is 237 (92.97% from 255 or 35.96% from 659); Blue value is 181 (71.09% from 255 or 27.47% from 659); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EDB5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1EDB5 is #0E124A. Grayscale: #E8E8E8. Windows color (decimal): -922187 or 11922929. OLE color: 11922929.
HSL color Cylindrical-coordinate representation of color #F1EDB5: hue angle of 56º degrees, saturation: 0.68, 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 #F1EDB5 is Cyan = 0, Magento = 0.02, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 237 | 181 | - |
| CMYK | 0 | 0.02 | 0.25 | 0.05 |
| HSL | 56º | 0.68% | 0.83% | - |
| HSV(B) | 56º | 0.25% | 0.95% | - |
| XYZ | 74.9 | 82.61 | 55.71 | - |
| YUV | 231.81 | 99.33 | 134.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 237 | 181 | 0 | 0.02 | 0.25 | 0.05 | 56 | 0.68 | 0.83 |
| Hex | F1 | ED | B5 | 0 | 2 | 19 | 5 | 38 | 44 | 53 |
| Octal | 361 | 355 | 265 | 0 | 2 | 31 | 5 | 70 | 104 | 123 |
| Binary | 11110001 | 11101101 | 10110101 | 0 | 10 | 11001 | 101 | 111000 | 1000100 | 1010011 |
Color Harmonies of #F1EDB5
Complementary color
Monochromatic Colors of #F1EDB5
Black with #F1EDB5
Text Example
Text Example
White with #F1EDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1EDB5; }
p { color: rgb(241,237,181); }
H1.HeaderClassName
{
color: #F1EDB5;
}
.AnyTagClassName
{
color: #F1EDB5;
}
</style>
background-color css
<style>
a { background-color: #F1EDB5; }
a { background-color: rgb(241,237,181); }
div.DivClassName
{
background-color: #F1EDB5;
}
.BgClassName
{
background-color: #F1EDB5;
}
</style>
border-color css
<style>
span { border-color: #F1EDB5; }
span { border-color: rgb(241,237,181); }
td.TdClassName
{
border-color: #F1EDB5;
}
.TagClassName
{
border-color: #F1EDB5;
}
</style>