Shades of Pale Goldenrod #F4EDAD
Tints of Pale Goldenrod #F4EDAD
RGB
CMYK
RGB Variations
Color information
#F4EDAD (or 0xF4EDAD) is known color: Pale Goldenrod. HEX triplet: F4, ED and AD. RGB value is (244,237,173). Sum of RGB (Red+Green+Blue) = 244+237+173=654 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.31% from 654); Green value is 237 (92.97% from 255 or 36.24% from 654); Blue value is 173 (67.97% from 255 or 26.45% from 654); Max value from RGB is 244 - color contains mainly: red. Hex color #F4EDAD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F4EDAD is #0B1252. Grayscale: #E8E8E8. Windows color (decimal): -725587 or 11398644. OLE color: 11398644.
HSL color Cylindrical-coordinate representation of color #F4EDAD: hue angle of 54.08º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F4EDAD is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 237 | 173 | - |
| CMYK | 0 | 0.03 | 0.29 | 0.04 |
| HSL | 54.08º | 0.76% | 0.82% | - |
| HSV(B) | 54.08º | 0.29% | 0.96% | - |
| XYZ | 75.14 | 82.82 | 51.56 | - |
| YUV | 231.8 | 94.82 | 136.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 237 | 173 | 0 | 0.03 | 0.29 | 0.04 | 54.08 | 0.76 | 0.82 |
| Hex | F4 | ED | AD | 0 | 3 | 1D | 4 | 36 | 4C | 52 |
| Octal | 364 | 355 | 255 | 0 | 3 | 35 | 4 | 66 | 114 | 122 |
| Binary | 11110100 | 11101101 | 10101101 | 0 | 11 | 11101 | 100 | 110110 | 1001100 | 1010010 |
Color Harmonies of #F4EDAD
Complementary color
Monochromatic Colors of #F4EDAD
Black with #F4EDAD
Text Example
Text Example
White with #F4EDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4EDAD; }
p { color: rgb(244,237,173); }
H1.HeaderClassName
{
color: #F4EDAD;
}
.AnyTagClassName
{
color: #F4EDAD;
}
</style>
background-color css
<style>
a { background-color: #F4EDAD; }
a { background-color: rgb(244,237,173); }
div.DivClassName
{
background-color: #F4EDAD;
}
.BgClassName
{
background-color: #F4EDAD;
}
</style>
border-color css
<style>
span { border-color: #F4EDAD; }
span { border-color: rgb(244,237,173); }
td.TdClassName
{
border-color: #F4EDAD;
}
.TagClassName
{
border-color: #F4EDAD;
}
</style>