Shades of Pale Goldenrod #F3EDB0
Tints of Pale Goldenrod #F3EDB0
RGB
CMYK
RGB Variations
Color information
#F3EDB0 (or 0xF3EDB0) is known color: Pale Goldenrod. HEX triplet: F3, ED and B0. RGB value is (243,237,176). Sum of RGB (Red+Green+Blue) = 243+237+176=656 (86% of max value = 765). Red value is 243 (95.31% from 255 or 37.04% from 656); Green value is 237 (92.97% from 255 or 36.13% from 656); Blue value is 176 (69.14% from 255 or 26.83% from 656); Max value from RGB is 243 - color contains mainly: red. Hex color #F3EDB0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F3EDB0 is #0C124F. Grayscale: #E8E8E8. Windows color (decimal): -791120 or 11595251. OLE color: 11595251.
HSL color Cylindrical-coordinate representation of color #F3EDB0: hue angle of 54.63º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F3EDB0 is Cyan = 0, Magento = 0.02, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 237 | 176 | - |
| CMYK | 0 | 0.02 | 0.28 | 0.05 |
| HSL | 54.63º | 0.74% | 0.82% | - |
| HSV(B) | 54.63º | 0.28% | 0.95% | - |
| XYZ | 75.08 | 82.76 | 53.09 | - |
| YUV | 231.84 | 96.49 | 135.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 237 | 176 | 0 | 0.02 | 0.28 | 0.05 | 54.63 | 0.74 | 0.82 |
| Hex | F3 | ED | B0 | 0 | 2 | 1C | 5 | 37 | 4A | 52 |
| Octal | 363 | 355 | 260 | 0 | 2 | 34 | 5 | 67 | 112 | 122 |
| Binary | 11110011 | 11101101 | 10110000 | 0 | 10 | 11100 | 101 | 110111 | 1001010 | 1010010 |
Color Harmonies of #F3EDB0
Complementary color
Monochromatic Colors of #F3EDB0
Black with #F3EDB0
Text Example
Text Example
White with #F3EDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3EDB0; }
p { color: rgb(243,237,176); }
H1.HeaderClassName
{
color: #F3EDB0;
}
.AnyTagClassName
{
color: #F3EDB0;
}
</style>
background-color css
<style>
a { background-color: #F3EDB0; }
a { background-color: rgb(243,237,176); }
div.DivClassName
{
background-color: #F3EDB0;
}
.BgClassName
{
background-color: #F3EDB0;
}
</style>
border-color css
<style>
span { border-color: #F3EDB0; }
span { border-color: rgb(243,237,176); }
td.TdClassName
{
border-color: #F3EDB0;
}
.TagClassName
{
border-color: #F3EDB0;
}
</style>