Shades of Pale Goldenrod #F0E4AF
Tints of Pale Goldenrod #F0E4AF
RGB
CMYK
RGB Variations
Color information
#F0E4AF (or 0xF0E4AF) is known color: Pale Goldenrod. HEX triplet: F0, E4 and AF. RGB value is (240,228,175). Sum of RGB (Red+Green+Blue) = 240+228+175=643 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.33% from 643); Green value is 228 (89.45% from 255 or 35.46% from 643); Blue value is 175 (68.75% from 255 or 27.22% from 643); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E4AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0E4AF is #0F1B50. Grayscale: #E1E1E1. Windows color (decimal): -990033 or 11527408. OLE color: 11527408.
HSL color Cylindrical-coordinate representation of color #F0E4AF: hue angle of 48.92º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F0E4AF is Cyan = 0, Magento = 0.05, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 228 | 175 | - |
| CMYK | 0 | 0.05 | 0.27 | 0.06 |
| HSL | 48.92º | 0.68% | 0.81% | - |
| HSV(B) | 48.92º | 0.27% | 0.94% | - |
| XYZ | 71.42 | 77.11 | 51.68 | - |
| YUV | 225.55 | 99.48 | 138.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 228 | 175 | 0 | 0.05 | 0.27 | 0.06 | 48.92 | 0.68 | 0.81 |
| Hex | F0 | E4 | AF | 0 | 5 | 1B | 6 | 31 | 44 | 51 |
| Octal | 360 | 344 | 257 | 0 | 5 | 33 | 6 | 61 | 104 | 121 |
| Binary | 11110000 | 11100100 | 10101111 | 0 | 101 | 11011 | 110 | 110001 | 1000100 | 1010001 |
Color Harmonies of #F0E4AF
Complementary color
Monochromatic Colors of #F0E4AF
Black with #F0E4AF
Text Example
Text Example
White with #F0E4AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E4AF; }
p { color: rgb(240,228,175); }
H1.HeaderClassName
{
color: #F0E4AF;
}
.AnyTagClassName
{
color: #F0E4AF;
}
</style>
background-color css
<style>
a { background-color: #F0E4AF; }
a { background-color: rgb(240,228,175); }
div.DivClassName
{
background-color: #F0E4AF;
}
.BgClassName
{
background-color: #F0E4AF;
}
</style>
border-color css
<style>
span { border-color: #F0E4AF; }
span { border-color: rgb(240,228,175); }
td.TdClassName
{
border-color: #F0E4AF;
}
.TagClassName
{
border-color: #F0E4AF;
}
</style>