Shades of Pale Goldenrod #F4EAA4
Tints of Pale Goldenrod #F4EAA4
RGB
CMYK
RGB Variations
Color information
#F4EAA4 (or 0xF4EAA4) is known color: Pale Goldenrod. HEX triplet: F4, EA and A4. RGB value is (244,234,164). Sum of RGB (Red+Green+Blue) = 244+234+164=642 (85% of max value = 765). Red value is 244 (95.70% from 255 or 38.01% from 642); Green value is 234 (91.80% from 255 or 36.45% from 642); Blue value is 164 (64.45% from 255 or 25.55% from 642); Max value from RGB is 244 - color contains mainly: red. Hex color #F4EAA4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F4EAA4 is #0B155B. Grayscale: #E5E5E5. Windows color (decimal): -726364 or 10808052. OLE color: 10808052.
HSL color Cylindrical-coordinate representation of color #F4EAA4: hue angle of 52.5º degrees, saturation: 0.78, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F4EAA4 is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 234 | 164 | - |
| CMYK | 0 | 0.04 | 0.33 | 0.04 |
| HSL | 52.5º | 0.78% | 0.8% | - |
| HSV(B) | 52.5º | 0.33% | 0.96% | - |
| XYZ | 73.43 | 80.76 | 46.84 | - |
| YUV | 229.01 | 91.31 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 234 | 164 | 0 | 0.04 | 0.33 | 0.04 | 52.5 | 0.78 | 0.8 |
| Hex | F4 | EA | A4 | 0 | 4 | 21 | 4 | 34 | 4E | 50 |
| Octal | 364 | 352 | 244 | 0 | 4 | 41 | 4 | 64 | 116 | 120 |
| Binary | 11110100 | 11101010 | 10100100 | 0 | 100 | 100001 | 100 | 110100 | 1001110 | 1010000 |
Color Harmonies of #F4EAA4
Complementary color
Monochromatic Colors of #F4EAA4
Black with #F4EAA4
Text Example
Text Example
White with #F4EAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4EAA4; }
p { color: rgb(244,234,164); }
H1.HeaderClassName
{
color: #F4EAA4;
}
.AnyTagClassName
{
color: #F4EAA4;
}
</style>
background-color css
<style>
a { background-color: #F4EAA4; }
a { background-color: rgb(244,234,164); }
div.DivClassName
{
background-color: #F4EAA4;
}
.BgClassName
{
background-color: #F4EAA4;
}
</style>
border-color css
<style>
span { border-color: #F4EAA4; }
span { border-color: rgb(244,234,164); }
td.TdClassName
{
border-color: #F4EAA4;
}
.TagClassName
{
border-color: #F4EAA4;
}
</style>