Shades of Pale Goldenrod #F2EDA4
Tints of Pale Goldenrod #F2EDA4
RGB
CMYK
RGB Variations
Color information
#F2EDA4 (or 0xF2EDA4) is known color: Pale Goldenrod. HEX triplet: F2, ED and A4. RGB value is (242,237,164). Sum of RGB (Red+Green+Blue) = 242+237+164=643 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.64% from 643); Green value is 237 (92.97% from 255 or 36.86% from 643); Blue value is 164 (64.45% from 255 or 25.51% from 643); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EDA4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2EDA4 is #0D125B. Grayscale: #E6E6E6. Windows color (decimal): -856668 or 10808818. OLE color: 10808818.
HSL color Cylindrical-coordinate representation of color #F2EDA4: hue angle of 56.15º degrees, saturation: 0.75, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F2EDA4 is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 237 | 164 | - |
| CMYK | 0 | 0.02 | 0.32 | 0.05 |
| HSL | 56.15º | 0.75% | 0.8% | - |
| HSV(B) | 56.15º | 0.32% | 0.95% | - |
| XYZ | 73.6 | 82.13 | 47.09 | - |
| YUV | 230.17 | 90.66 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 237 | 164 | 0 | 0.02 | 0.32 | 0.05 | 56.15 | 0.75 | 0.8 |
| Hex | F2 | ED | A4 | 0 | 2 | 20 | 5 | 38 | 4B | 50 |
| Octal | 362 | 355 | 244 | 0 | 2 | 40 | 5 | 70 | 113 | 120 |
| Binary | 11110010 | 11101101 | 10100100 | 0 | 10 | 100000 | 101 | 111000 | 1001011 | 1010000 |
Color Harmonies of #F2EDA4
Complementary color
Monochromatic Colors of #F2EDA4
Black with #F2EDA4
Text Example
Text Example
White with #F2EDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EDA4; }
p { color: rgb(242,237,164); }
H1.HeaderClassName
{
color: #F2EDA4;
}
.AnyTagClassName
{
color: #F2EDA4;
}
</style>
background-color css
<style>
a { background-color: #F2EDA4; }
a { background-color: rgb(242,237,164); }
div.DivClassName
{
background-color: #F2EDA4;
}
.BgClassName
{
background-color: #F2EDA4;
}
</style>
border-color css
<style>
span { border-color: #F2EDA4; }
span { border-color: rgb(242,237,164); }
td.TdClassName
{
border-color: #F2EDA4;
}
.TagClassName
{
border-color: #F2EDA4;
}
</style>