Shades of Medium Goldenrod #F1EDB4
Tints of Medium Goldenrod #F1EDB4
RGB
CMYK
RGB Variations
Color information
#F1EDB4 (or 0xF1EDB4) is known color: Medium Goldenrod. HEX triplet: F1, ED and B4. RGB value is (241,237,180). Sum of RGB (Red+Green+Blue) = 241+237+180=658 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.63% from 658); Green value is 237 (92.97% from 255 or 36.02% from 658); Blue value is 180 (70.70% from 255 or 27.36% from 658); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EDB4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1EDB4 is #0E124B. Grayscale: #E7E7E7. Windows color (decimal): -922188 or 11857393. OLE color: 11857393.
HSL color Cylindrical-coordinate representation of color #F1EDB4: hue angle of 56.07º degrees, saturation: 0.69, 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 #F1EDB4 is Cyan = 0, Magento = 0.02, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 237 | 180 | - |
| CMYK | 0 | 0.02 | 0.25 | 0.05 |
| HSL | 56.07º | 0.69% | 0.83% | - |
| HSV(B) | 56.07º | 0.25% | 0.95% | - |
| XYZ | 74.8 | 82.56 | 55.17 | - |
| YUV | 231.7 | 98.83 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 237 | 180 | 0 | 0.02 | 0.25 | 0.05 | 56.07 | 0.69 | 0.83 |
| Hex | F1 | ED | B4 | 0 | 2 | 19 | 5 | 38 | 45 | 53 |
| Octal | 361 | 355 | 264 | 0 | 2 | 31 | 5 | 70 | 105 | 123 |
| Binary | 11110001 | 11101101 | 10110100 | 0 | 10 | 11001 | 101 | 111000 | 1000101 | 1010011 |
Color Harmonies of #F1EDB4
Complementary color
Monochromatic Colors of #F1EDB4
Black with #F1EDB4
Text Example
Text Example
White with #F1EDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1EDB4; }
p { color: rgb(241,237,180); }
H1.HeaderClassName
{
color: #F1EDB4;
}
.AnyTagClassName
{
color: #F1EDB4;
}
</style>
background-color css
<style>
a { background-color: #F1EDB4; }
a { background-color: rgb(241,237,180); }
div.DivClassName
{
background-color: #F1EDB4;
}
.BgClassName
{
background-color: #F1EDB4;
}
</style>
border-color css
<style>
span { border-color: #F1EDB4; }
span { border-color: rgb(241,237,180); }
td.TdClassName
{
border-color: #F1EDB4;
}
.TagClassName
{
border-color: #F1EDB4;
}
</style>