Shades of Pale Goldenrod #F3EAAD
Tints of Pale Goldenrod #F3EAAD
RGB
CMYK
RGB Variations
Color information
#F3EAAD (or 0xF3EAAD) is known color: Pale Goldenrod. HEX triplet: F3, EA and AD. RGB value is (243,234,173). Sum of RGB (Red+Green+Blue) = 243+234+173=650 (86% of max value = 765). Red value is 243 (95.31% from 255 or 37.38% from 650); Green value is 234 (91.80% from 255 or 36% from 650); Blue value is 173 (67.97% from 255 or 26.62% from 650); Max value from RGB is 243 - color contains mainly: red. Hex color #F3EAAD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F3EAAD is #0C1552. Grayscale: #E5E5E5. Windows color (decimal): -791891 or 11397875. OLE color: 11397875.
HSL color Cylindrical-coordinate representation of color #F3EAAD: hue angle of 52.29º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F3EAAD is Cyan = 0, Magento = 0.04, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 234 | 173 | - |
| CMYK | 0 | 0.04 | 0.29 | 0.05 |
| HSL | 52.29º | 0.74% | 0.82% | - |
| HSV(B) | 52.29º | 0.29% | 0.95% | - |
| XYZ | 73.93 | 80.92 | 51.26 | - |
| YUV | 229.74 | 95.98 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 234 | 173 | 0 | 0.04 | 0.29 | 0.05 | 52.29 | 0.74 | 0.82 |
| Hex | F3 | EA | AD | 0 | 4 | 1D | 5 | 34 | 4A | 52 |
| Octal | 363 | 352 | 255 | 0 | 4 | 35 | 5 | 64 | 112 | 122 |
| Binary | 11110011 | 11101010 | 10101101 | 0 | 100 | 11101 | 101 | 110100 | 1001010 | 1010010 |
Color Harmonies of #F3EAAD
Complementary color
Monochromatic Colors of #F3EAAD
Black with #F3EAAD
Text Example
Text Example
White with #F3EAAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3EAAD; }
p { color: rgb(243,234,173); }
H1.HeaderClassName
{
color: #F3EAAD;
}
.AnyTagClassName
{
color: #F3EAAD;
}
</style>
background-color css
<style>
a { background-color: #F3EAAD; }
a { background-color: rgb(243,234,173); }
div.DivClassName
{
background-color: #F3EAAD;
}
.BgClassName
{
background-color: #F3EAAD;
}
</style>
border-color css
<style>
span { border-color: #F3EAAD; }
span { border-color: rgb(243,234,173); }
td.TdClassName
{
border-color: #F3EAAD;
}
.TagClassName
{
border-color: #F3EAAD;
}
</style>