Shades of Pale Goldenrod #F6EDA7
Tints of Pale Goldenrod #F6EDA7
RGB
CMYK
RGB Variations
Color information
#F6EDA7 (or 0xF6EDA7) is known color: Pale Goldenrod. HEX triplet: F6, ED and A7. RGB value is (246,237,167). Sum of RGB (Red+Green+Blue) = 246+237+167=650 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.85% from 650); Green value is 237 (92.97% from 255 or 36.46% from 650); Blue value is 167 (65.62% from 255 or 25.69% from 650); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EDA7 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6EDA7 is #091258. Grayscale: #E8E8E8. Windows color (decimal): -594521 or 11005430. OLE color: 11005430.
HSL color Cylindrical-coordinate representation of color #F6EDA7: hue angle of 53.16º degrees, saturation: 0.81, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F6EDA7 is Cyan = 0, Magento = 0.04, Yellow = 0.32 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 237 | 167 | - |
| CMYK | 0 | 0.04 | 0.32 | 0.04 |
| HSL | 53.16º | 0.81% | 0.81% | - |
| HSV(B) | 53.16º | 0.32% | 0.96% | - |
| XYZ | 75.27 | 82.95 | 48.6 | - |
| YUV | 231.71 | 91.48 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 237 | 167 | 0 | 0.04 | 0.32 | 0.04 | 53.16 | 0.81 | 0.81 |
| Hex | F6 | ED | A7 | 0 | 4 | 20 | 4 | 35 | 51 | 51 |
| Octal | 366 | 355 | 247 | 0 | 4 | 40 | 4 | 65 | 121 | 121 |
| Binary | 11110110 | 11101101 | 10100111 | 0 | 100 | 100000 | 100 | 110101 | 1010001 | 1010001 |
Color Harmonies of #F6EDA7
Complementary color
Monochromatic Colors of #F6EDA7
Black with #F6EDA7
Text Example
Text Example
White with #F6EDA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6EDA7; }
p { color: rgb(246,237,167); }
H1.HeaderClassName
{
color: #F6EDA7;
}
.AnyTagClassName
{
color: #F6EDA7;
}
</style>
background-color css
<style>
a { background-color: #F6EDA7; }
a { background-color: rgb(246,237,167); }
div.DivClassName
{
background-color: #F6EDA7;
}
.BgClassName
{
background-color: #F6EDA7;
}
</style>
border-color css
<style>
span { border-color: #F6EDA7; }
span { border-color: rgb(246,237,167); }
td.TdClassName
{
border-color: #F6EDA7;
}
.TagClassName
{
border-color: #F6EDA7;
}
</style>