Shades of Pale Goldenrod #F4EEB4
Tints of Pale Goldenrod #F4EEB4
RGB
CMYK
RGB Variations
Color information
#F4EEB4 (or 0xF4EEB4) is known color: Pale Goldenrod. HEX triplet: F4, EE and B4. RGB value is (244,238,180). Sum of RGB (Red+Green+Blue) = 244+238+180=662 (87% of max value = 765). Red value is 244 (95.70% from 255 or 36.86% from 662); Green value is 238 (93.36% from 255 or 35.95% from 662); Blue value is 180 (70.70% from 255 or 27.19% from 662); Max value from RGB is 244 - color contains mainly: red. Hex color #F4EEB4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F4EEB4 is #0B114B. Grayscale: #E9E9E9. Windows color (decimal): -725324 or 11857652. OLE color: 11857652.
HSL color Cylindrical-coordinate representation of color #F4EEB4: hue angle of 54.38º degrees, saturation: 0.74, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F4EEB4 is Cyan = 0, Magento = 0.02, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 238 | 180 | - |
| CMYK | 0 | 0.02 | 0.26 | 0.04 |
| HSL | 54.38º | 0.74% | 0.83% | - |
| HSV(B) | 54.38º | 0.26% | 0.96% | - |
| XYZ | 76.12 | 83.68 | 55.32 | - |
| YUV | 233.18 | 97.99 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 238 | 180 | 0 | 0.02 | 0.26 | 0.04 | 54.38 | 0.74 | 0.83 |
| Hex | F4 | EE | B4 | 0 | 2 | 1A | 4 | 36 | 4A | 53 |
| Octal | 364 | 356 | 264 | 0 | 2 | 32 | 4 | 66 | 112 | 123 |
| Binary | 11110100 | 11101110 | 10110100 | 0 | 10 | 11010 | 100 | 110110 | 1001010 | 1010011 |
Color Harmonies of #F4EEB4
Complementary color
Monochromatic Colors of #F4EEB4
Black with #F4EEB4
Text Example
Text Example
White with #F4EEB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4EEB4; }
p { color: rgb(244,238,180); }
H1.HeaderClassName
{
color: #F4EEB4;
}
.AnyTagClassName
{
color: #F4EEB4;
}
</style>
background-color css
<style>
a { background-color: #F4EEB4; }
a { background-color: rgb(244,238,180); }
div.DivClassName
{
background-color: #F4EEB4;
}
.BgClassName
{
background-color: #F4EEB4;
}
</style>
border-color css
<style>
span { border-color: #F4EEB4; }
span { border-color: rgb(244,238,180); }
td.TdClassName
{
border-color: #F4EEB4;
}
.TagClassName
{
border-color: #F4EEB4;
}
</style>