Shades of Pale Goldenrod #F1EAA3
Tints of Pale Goldenrod #F1EAA3
RGB
CMYK
RGB Variations
Color information
#F1EAA3 (or 0xF1EAA3) is known color: Pale Goldenrod. HEX triplet: F1, EA and A3. RGB value is (241,234,163). Sum of RGB (Red+Green+Blue) = 241+234+163=638 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.77% from 638); Green value is 234 (91.80% from 255 or 36.68% from 638); Blue value is 163 (64.06% from 255 or 25.55% from 638); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EAA3 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1EAA3 is #0E155C. Grayscale: #E4E4E4. Windows color (decimal): -922973 or 10742513. OLE color: 10742513.
HSL color Cylindrical-coordinate representation of color #F1EAA3: hue angle of 54.62º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F1EAA3 is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 234 | 163 | - |
| CMYK | 0 | 0.03 | 0.32 | 0.05 |
| HSL | 54.62º | 0.74% | 0.79% | - |
| HSV(B) | 54.62º | 0.32% | 0.95% | - |
| XYZ | 72.31 | 80.19 | 46.32 | - |
| YUV | 228 | 91.32 | 137.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 234 | 163 | 0 | 0.03 | 0.32 | 0.05 | 54.62 | 0.74 | 0.79 |
| Hex | F1 | EA | A3 | 0 | 3 | 20 | 5 | 37 | 4A | 4F |
| Octal | 361 | 352 | 243 | 0 | 3 | 40 | 5 | 67 | 112 | 117 |
| Binary | 11110001 | 11101010 | 10100011 | 0 | 11 | 100000 | 101 | 110111 | 1001010 | 1001111 |
Color Harmonies of #F1EAA3
Complementary color
Monochromatic Colors of #F1EAA3
Black with #F1EAA3
Text Example
Text Example
White with #F1EAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1EAA3; }
p { color: rgb(241,234,163); }
H1.HeaderClassName
{
color: #F1EAA3;
}
.AnyTagClassName
{
color: #F1EAA3;
}
</style>
background-color css
<style>
a { background-color: #F1EAA3; }
a { background-color: rgb(241,234,163); }
div.DivClassName
{
background-color: #F1EAA3;
}
.BgClassName
{
background-color: #F1EAA3;
}
</style>
border-color css
<style>
span { border-color: #F1EAA3; }
span { border-color: rgb(241,234,163); }
td.TdClassName
{
border-color: #F1EAA3;
}
.TagClassName
{
border-color: #F1EAA3;
}
</style>