Shades of Pale Goldenrod #F4EDB2
Tints of Pale Goldenrod #F4EDB2
RGB
CMYK
RGB Variations
Color information
#F4EDB2 (or 0xF4EDB2) is known color: Pale Goldenrod. HEX triplet: F4, ED and B2. RGB value is (244,237,178). Sum of RGB (Red+Green+Blue) = 244+237+178=659 (87% of max value = 765). Red value is 244 (95.70% from 255 or 37.03% from 659); Green value is 237 (92.97% from 255 or 35.96% from 659); Blue value is 178 (69.92% from 255 or 27.01% from 659); Max value from RGB is 244 - color contains mainly: red. Hex color #F4EDB2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F4EDB2 is #0B124D. Grayscale: #E8E8E8. Windows color (decimal): -725582 or 11726324. OLE color: 11726324.
HSL color Cylindrical-coordinate representation of color #F4EDB2: hue angle of 53.64º degrees, saturation: 0.75, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F4EDB2 is Cyan = 0, Magento = 0.03, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 237 | 178 | - |
| CMYK | 0 | 0.03 | 0.27 | 0.04 |
| HSL | 53.64º | 0.75% | 0.83% | - |
| HSV(B) | 53.64º | 0.27% | 0.96% | - |
| XYZ | 75.63 | 83.02 | 54.16 | - |
| YUV | 232.37 | 97.32 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 237 | 178 | 0 | 0.03 | 0.27 | 0.04 | 53.64 | 0.75 | 0.83 |
| Hex | F4 | ED | B2 | 0 | 3 | 1B | 4 | 36 | 4B | 53 |
| Octal | 364 | 355 | 262 | 0 | 3 | 33 | 4 | 66 | 113 | 123 |
| Binary | 11110100 | 11101101 | 10110010 | 0 | 11 | 11011 | 100 | 110110 | 1001011 | 1010011 |
Color Harmonies of #F4EDB2
Complementary color
Monochromatic Colors of #F4EDB2
Black with #F4EDB2
Text Example
Text Example
White with #F4EDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4EDB2; }
p { color: rgb(244,237,178); }
H1.HeaderClassName
{
color: #F4EDB2;
}
.AnyTagClassName
{
color: #F4EDB2;
}
</style>
background-color css
<style>
a { background-color: #F4EDB2; }
a { background-color: rgb(244,237,178); }
div.DivClassName
{
background-color: #F4EDB2;
}
.BgClassName
{
background-color: #F4EDB2;
}
</style>
border-color css
<style>
span { border-color: #F4EDB2; }
span { border-color: rgb(244,237,178); }
td.TdClassName
{
border-color: #F4EDB2;
}
.TagClassName
{
border-color: #F4EDB2;
}
</style>