Shades of Pale Goldenrod #F1EBB4
Tints of Pale Goldenrod #F1EBB4
RGB
CMYK
RGB Variations
Color information
#F1EBB4 (or 0xF1EBB4) is known color: Pale Goldenrod. HEX triplet: F1, EB and B4. RGB value is (241,235,180). Sum of RGB (Red+Green+Blue) = 241+235+180=656 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.74% from 656); Green value is 235 (92.19% from 255 or 35.82% from 656); Blue value is 180 (70.70% from 255 or 27.44% from 656); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EBB4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1EBB4 is #0E144B. Grayscale: #E6E6E6. Windows color (decimal): -922700 or 11856881. OLE color: 11856881.
HSL color Cylindrical-coordinate representation of color #F1EBB4: hue angle of 54.1º degrees, saturation: 0.69, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F1EBB4 is Cyan = 0, Magento = 0.02, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 235 | 180 | - |
| CMYK | 0 | 0.02 | 0.25 | 0.05 |
| HSL | 54.1º | 0.69% | 0.83% | - |
| HSV(B) | 54.1º | 0.25% | 0.95% | - |
| XYZ | 74.22 | 81.41 | 54.98 | - |
| YUV | 230.52 | 99.49 | 135.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 235 | 180 | 0 | 0.02 | 0.25 | 0.05 | 54.1 | 0.69 | 0.83 |
| Hex | F1 | EB | B4 | 0 | 2 | 19 | 5 | 36 | 45 | 53 |
| Octal | 361 | 353 | 264 | 0 | 2 | 31 | 5 | 66 | 105 | 123 |
| Binary | 11110001 | 11101011 | 10110100 | 0 | 10 | 11001 | 101 | 110110 | 1000101 | 1010011 |
Color Harmonies of #F1EBB4
Complementary color
Monochromatic Colors of #F1EBB4
Black with #F1EBB4
Text Example
Text Example
White with #F1EBB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1EBB4; }
p { color: rgb(241,235,180); }
H1.HeaderClassName
{
color: #F1EBB4;
}
.AnyTagClassName
{
color: #F1EBB4;
}
</style>
background-color css
<style>
a { background-color: #F1EBB4; }
a { background-color: rgb(241,235,180); }
div.DivClassName
{
background-color: #F1EBB4;
}
.BgClassName
{
background-color: #F1EBB4;
}
</style>
border-color css
<style>
span { border-color: #F1EBB4; }
span { border-color: rgb(241,235,180); }
td.TdClassName
{
border-color: #F1EBB4;
}
.TagClassName
{
border-color: #F1EBB4;
}
</style>