Shades of Pale Goldenrod #F6E9AA
Tints of Pale Goldenrod #F6E9AA
RGB
CMYK
RGB Variations
Color information
#F6E9AA (or 0xF6E9AA) is known color: Pale Goldenrod. HEX triplet: F6, E9 and AA. RGB value is (246,233,170). Sum of RGB (Red+Green+Blue) = 246+233+170=649 (85% of max value = 765). Red value is 246 (96.48% from 255 or 37.90% from 649); Green value is 233 (91.41% from 255 or 35.90% from 649); Blue value is 170 (66.80% from 255 or 26.19% from 649); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E9AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6E9AA is #091655. Grayscale: #E5E5E5. Windows color (decimal): -595542 or 11201014. OLE color: 11201014.
HSL color Cylindrical-coordinate representation of color #F6E9AA: hue angle of 49.74º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F6E9AA is Cyan = 0, Magento = 0.05, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 233 | 170 | - |
| CMYK | 0 | 0.05 | 0.31 | 0.04 |
| HSL | 49.74º | 0.81% | 0.82% | - |
| HSV(B) | 49.74º | 0.31% | 0.96% | - |
| XYZ | 74.4 | 80.77 | 49.7 | - |
| YUV | 229.71 | 94.31 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 233 | 170 | 0 | 0.05 | 0.31 | 0.04 | 49.74 | 0.81 | 0.82 |
| Hex | F6 | E9 | AA | 0 | 5 | 1F | 4 | 32 | 51 | 52 |
| Octal | 366 | 351 | 252 | 0 | 5 | 37 | 4 | 62 | 121 | 122 |
| Binary | 11110110 | 11101001 | 10101010 | 0 | 101 | 11111 | 100 | 110010 | 1010001 | 1010010 |
Color Harmonies of #F6E9AA
Complementary color
Monochromatic Colors of #F6E9AA
Black with #F6E9AA
Text Example
Text Example
White with #F6E9AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6E9AA; }
p { color: rgb(246,233,170); }
H1.HeaderClassName
{
color: #F6E9AA;
}
.AnyTagClassName
{
color: #F6E9AA;
}
</style>
background-color css
<style>
a { background-color: #F6E9AA; }
a { background-color: rgb(246,233,170); }
div.DivClassName
{
background-color: #F6E9AA;
}
.BgClassName
{
background-color: #F6E9AA;
}
</style>
border-color css
<style>
span { border-color: #F6E9AA; }
span { border-color: rgb(246,233,170); }
td.TdClassName
{
border-color: #F6E9AA;
}
.TagClassName
{
border-color: #F6E9AA;
}
</style>