Shades of Pale Goldenrod #F3EAA2
Tints of Pale Goldenrod #F3EAA2
RGB
CMYK
RGB Variations
Color information
#F3EAA2 (or 0xF3EAA2) is known color: Pale Goldenrod. HEX triplet: F3, EA and A2. RGB value is (243,234,162). Sum of RGB (Red+Green+Blue) = 243+234+162=639 (84% of max value = 765). Red value is 243 (95.31% from 255 or 38.03% from 639); Green value is 234 (91.80% from 255 or 36.62% from 639); Blue value is 162 (63.67% from 255 or 25.35% from 639); Max value from RGB is 243 - color contains mainly: red. Hex color #F3EAA2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F3EAA2 is #0C155D. Grayscale: #E4E4E4. Windows color (decimal): -791902 or 10676979. OLE color: 10676979.
HSL color Cylindrical-coordinate representation of color #F3EAA2: hue angle of 53.33º degrees, saturation: 0.77, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F3EAA2 is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 234 | 162 | - |
| CMYK | 0 | 0.04 | 0.33 | 0.05 |
| HSL | 53.33º | 0.77% | 0.79% | - |
| HSV(B) | 53.33º | 0.33% | 0.95% | - |
| XYZ | 72.91 | 80.51 | 45.88 | - |
| YUV | 228.48 | 90.48 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 234 | 162 | 0 | 0.04 | 0.33 | 0.05 | 53.33 | 0.77 | 0.79 |
| Hex | F3 | EA | A2 | 0 | 4 | 21 | 5 | 35 | 4D | 4F |
| Octal | 363 | 352 | 242 | 0 | 4 | 41 | 5 | 65 | 115 | 117 |
| Binary | 11110011 | 11101010 | 10100010 | 0 | 100 | 100001 | 101 | 110101 | 1001101 | 1001111 |
Color Harmonies of #F3EAA2
Complementary color
Monochromatic Colors of #F3EAA2
Black with #F3EAA2
Text Example
Text Example
White with #F3EAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3EAA2; }
p { color: rgb(243,234,162); }
H1.HeaderClassName
{
color: #F3EAA2;
}
.AnyTagClassName
{
color: #F3EAA2;
}
</style>
background-color css
<style>
a { background-color: #F3EAA2; }
a { background-color: rgb(243,234,162); }
div.DivClassName
{
background-color: #F3EAA2;
}
.BgClassName
{
background-color: #F3EAA2;
}
</style>
border-color css
<style>
span { border-color: #F3EAA2; }
span { border-color: rgb(243,234,162); }
td.TdClassName
{
border-color: #F3EAA2;
}
.TagClassName
{
border-color: #F3EAA2;
}
</style>