Shades of Pale Goldenrod #F1EDA6
Tints of Pale Goldenrod #F1EDA6
RGB
CMYK
RGB Variations
Color information
#F1EDA6 (or 0xF1EDA6) is known color: Pale Goldenrod. HEX triplet: F1, ED and A6. RGB value is (241,237,166). Sum of RGB (Red+Green+Blue) = 241+237+166=644 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.42% from 644); Green value is 237 (92.97% from 255 or 36.80% from 644); Blue value is 166 (65.23% from 255 or 25.78% from 644); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EDA6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1EDA6 is #0E1259. Grayscale: #E6E6E6. Windows color (decimal): -922202 or 10939889. OLE color: 10939889.
HSL color Cylindrical-coordinate representation of color #F1EDA6: hue angle of 56.8º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F1EDA6 is Cyan = 0, Magento = 0.02, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 237 | 166 | - |
| CMYK | 0 | 0.02 | 0.31 | 0.05 |
| HSL | 56.8º | 0.73% | 0.8% | - |
| HSV(B) | 56.8º | 0.31% | 0.95% | - |
| XYZ | 73.44 | 82.02 | 48.04 | - |
| YUV | 230.1 | 91.83 | 135.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 237 | 166 | 0 | 0.02 | 0.31 | 0.05 | 56.8 | 0.73 | 0.8 |
| Hex | F1 | ED | A6 | 0 | 2 | 1F | 5 | 39 | 49 | 50 |
| Octal | 361 | 355 | 246 | 0 | 2 | 37 | 5 | 71 | 111 | 120 |
| Binary | 11110001 | 11101101 | 10100110 | 0 | 10 | 11111 | 101 | 111001 | 1001001 | 1010000 |
Color Harmonies of #F1EDA6
Complementary color
Monochromatic Colors of #F1EDA6
Black with #F1EDA6
Text Example
Text Example
White with #F1EDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1EDA6; }
p { color: rgb(241,237,166); }
H1.HeaderClassName
{
color: #F1EDA6;
}
.AnyTagClassName
{
color: #F1EDA6;
}
</style>
background-color css
<style>
a { background-color: #F1EDA6; }
a { background-color: rgb(241,237,166); }
div.DivClassName
{
background-color: #F1EDA6;
}
.BgClassName
{
background-color: #F1EDA6;
}
</style>
border-color css
<style>
span { border-color: #F1EDA6; }
span { border-color: rgb(241,237,166); }
td.TdClassName
{
border-color: #F1EDA6;
}
.TagClassName
{
border-color: #F1EDA6;
}
</style>