Shades of Pale Goldenrod #F6EAAE
Tints of Pale Goldenrod #F6EAAE
RGB
CMYK
RGB Variations
Color information
#F6EAAE (or 0xF6EAAE) is known color: Pale Goldenrod. HEX triplet: F6, EA and AE. RGB value is (246,234,174). Sum of RGB (Red+Green+Blue) = 246+234+174=654 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.61% from 654); Green value is 234 (91.80% from 255 or 35.78% from 654); Blue value is 174 (68.36% from 255 or 26.61% from 654); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EAAE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6EAAE is #091551. Grayscale: #E7E7E7. Windows color (decimal): -595282 or 11463414. OLE color: 11463414.
HSL color Cylindrical-coordinate representation of color #F6EAAE: hue angle of 50º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F6EAAE is Cyan = 0, Magento = 0.05, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 234 | 174 | - |
| CMYK | 0 | 0.05 | 0.29 | 0.04 |
| HSL | 50º | 0.8% | 0.82% | - |
| HSV(B) | 50º | 0.29% | 0.96% | - |
| XYZ | 75.07 | 81.49 | 51.82 | - |
| YUV | 230.75 | 95.98 | 138.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 234 | 174 | 0 | 0.05 | 0.29 | 0.04 | 50 | 0.8 | 0.82 |
| Hex | F6 | EA | AE | 0 | 5 | 1D | 4 | 32 | 50 | 52 |
| Octal | 366 | 352 | 256 | 0 | 5 | 35 | 4 | 62 | 120 | 122 |
| Binary | 11110110 | 11101010 | 10101110 | 0 | 101 | 11101 | 100 | 110010 | 1010000 | 1010010 |
Color Harmonies of #F6EAAE
Complementary color
Monochromatic Colors of #F6EAAE
Black with #F6EAAE
Text Example
Text Example
White with #F6EAAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6EAAE; }
p { color: rgb(246,234,174); }
H1.HeaderClassName
{
color: #F6EAAE;
}
.AnyTagClassName
{
color: #F6EAAE;
}
</style>
background-color css
<style>
a { background-color: #F6EAAE; }
a { background-color: rgb(246,234,174); }
div.DivClassName
{
background-color: #F6EAAE;
}
.BgClassName
{
background-color: #F6EAAE;
}
</style>
border-color css
<style>
span { border-color: #F6EAAE; }
span { border-color: rgb(246,234,174); }
td.TdClassName
{
border-color: #F6EAAE;
}
.TagClassName
{
border-color: #F6EAAE;
}
</style>