Shades of Pale Goldenrod #F6EAAA
Tints of Pale Goldenrod #F6EAAA
RGB
CMYK
RGB Variations
Color information
#F6EAAA (or 0xF6EAAA) is known color: Pale Goldenrod. HEX triplet: F6, EA and AA. RGB value is (246,234,170). Sum of RGB (Red+Green+Blue) = 246+234+170=650 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.85% from 650); Green value is 234 (91.80% from 255 or 36% from 650); Blue value is 170 (66.80% from 255 or 26.15% from 650); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EAAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6EAAA is #091555. Grayscale: #E6E6E6. Windows color (decimal): -595286 or 11201270. OLE color: 11201270.
HSL color Cylindrical-coordinate representation of color #F6EAAA: hue angle of 50.53º 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 #F6EAAA is Cyan = 0, Magento = 0.05, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 234 | 170 | - |
| CMYK | 0 | 0.05 | 0.31 | 0.04 |
| HSL | 50.53º | 0.81% | 0.82% | - |
| HSV(B) | 50.53º | 0.31% | 0.96% | - |
| XYZ | 74.68 | 81.34 | 49.79 | - |
| YUV | 230.29 | 93.98 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 234 | 170 | 0 | 0.05 | 0.31 | 0.04 | 50.53 | 0.81 | 0.82 |
| Hex | F6 | EA | AA | 0 | 5 | 1F | 4 | 33 | 51 | 52 |
| Octal | 366 | 352 | 252 | 0 | 5 | 37 | 4 | 63 | 121 | 122 |
| Binary | 11110110 | 11101010 | 10101010 | 0 | 101 | 11111 | 100 | 110011 | 1010001 | 1010010 |
Color Harmonies of #F6EAAA
Complementary color
Monochromatic Colors of #F6EAAA
Black with #F6EAAA
Text Example
Text Example
White with #F6EAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6EAAA; }
p { color: rgb(246,234,170); }
H1.HeaderClassName
{
color: #F6EAAA;
}
.AnyTagClassName
{
color: #F6EAAA;
}
</style>
background-color css
<style>
a { background-color: #F6EAAA; }
a { background-color: rgb(246,234,170); }
div.DivClassName
{
background-color: #F6EAAA;
}
.BgClassName
{
background-color: #F6EAAA;
}
</style>
border-color css
<style>
span { border-color: #F6EAAA; }
span { border-color: rgb(246,234,170); }
td.TdClassName
{
border-color: #F6EAAA;
}
.TagClassName
{
border-color: #F6EAAA;
}
</style>