Shades of Pale Goldenrod #F0E6AD
Tints of Pale Goldenrod #F0E6AD
RGB
CMYK
RGB Variations
Color information
#F0E6AD (or 0xF0E6AD) is known color: Pale Goldenrod. HEX triplet: F0, E6 and AD. RGB value is (240,230,173). Sum of RGB (Red+Green+Blue) = 240+230+173=643 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.33% from 643); Green value is 230 (90.23% from 255 or 35.77% from 643); Blue value is 173 (67.97% from 255 or 26.91% from 643); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E6AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0E6AD is #0F1952. Grayscale: #E2E2E2. Windows color (decimal): -989523 or 11396848. OLE color: 11396848.
HSL color Cylindrical-coordinate representation of color #F0E6AD: hue angle of 51.04º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F0E6AD is Cyan = 0, Magento = 0.04, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 230 | 173 | - |
| CMYK | 0 | 0.04 | 0.28 | 0.06 |
| HSL | 51.04º | 0.69% | 0.81% | - |
| HSV(B) | 51.04º | 0.28% | 0.94% | - |
| XYZ | 71.77 | 78.14 | 50.83 | - |
| YUV | 226.49 | 97.81 | 137.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 230 | 173 | 0 | 0.04 | 0.28 | 0.06 | 51.04 | 0.69 | 0.81 |
| Hex | F0 | E6 | AD | 0 | 4 | 1C | 6 | 33 | 45 | 51 |
| Octal | 360 | 346 | 255 | 0 | 4 | 34 | 6 | 63 | 105 | 121 |
| Binary | 11110000 | 11100110 | 10101101 | 0 | 100 | 11100 | 110 | 110011 | 1000101 | 1010001 |
Color Harmonies of #F0E6AD
Complementary color
Monochromatic Colors of #F0E6AD
Black with #F0E6AD
Text Example
Text Example
White with #F0E6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E6AD; }
p { color: rgb(240,230,173); }
H1.HeaderClassName
{
color: #F0E6AD;
}
.AnyTagClassName
{
color: #F0E6AD;
}
</style>
background-color css
<style>
a { background-color: #F0E6AD; }
a { background-color: rgb(240,230,173); }
div.DivClassName
{
background-color: #F0E6AD;
}
.BgClassName
{
background-color: #F0E6AD;
}
</style>
border-color css
<style>
span { border-color: #F0E6AD; }
span { border-color: rgb(240,230,173); }
td.TdClassName
{
border-color: #F0E6AD;
}
.TagClassName
{
border-color: #F0E6AD;
}
</style>