Shades of Pale Goldenrod #F2EBA5
Tints of Pale Goldenrod #F2EBA5
RGB
CMYK
RGB Variations
Color information
#F2EBA5 (or 0xF2EBA5) is known color: Pale Goldenrod. HEX triplet: F2, EB and A5. RGB value is (242,235,165). Sum of RGB (Red+Green+Blue) = 242+235+165=642 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.69% from 642); Green value is 235 (92.19% from 255 or 36.60% from 642); Blue value is 165 (64.84% from 255 or 25.70% from 642); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EBA5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2EBA5 is #0D145A. Grayscale: #E5E5E5. Windows color (decimal): -857179 or 10873842. OLE color: 10873842.
HSL color Cylindrical-coordinate representation of color #F2EBA5: hue angle of 54.55º 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 #F2EBA5 is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 235 | 165 | - |
| CMYK | 0 | 0.03 | 0.32 | 0.05 |
| HSL | 54.55º | 0.75% | 0.8% | - |
| HSV(B) | 54.55º | 0.32% | 0.95% | - |
| XYZ | 73.12 | 81.01 | 47.38 | - |
| YUV | 229.11 | 91.82 | 137.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 235 | 165 | 0 | 0.03 | 0.32 | 0.05 | 54.55 | 0.75 | 0.8 |
| Hex | F2 | EB | A5 | 0 | 3 | 20 | 5 | 37 | 4B | 50 |
| Octal | 362 | 353 | 245 | 0 | 3 | 40 | 5 | 67 | 113 | 120 |
| Binary | 11110010 | 11101011 | 10100101 | 0 | 11 | 100000 | 101 | 110111 | 1001011 | 1010000 |
Color Harmonies of #F2EBA5
Complementary color
Monochromatic Colors of #F2EBA5
Black with #F2EBA5
Text Example
Text Example
White with #F2EBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EBA5; }
p { color: rgb(242,235,165); }
H1.HeaderClassName
{
color: #F2EBA5;
}
.AnyTagClassName
{
color: #F2EBA5;
}
</style>
background-color css
<style>
a { background-color: #F2EBA5; }
a { background-color: rgb(242,235,165); }
div.DivClassName
{
background-color: #F2EBA5;
}
.BgClassName
{
background-color: #F2EBA5;
}
</style>
border-color css
<style>
span { border-color: #F2EBA5; }
span { border-color: rgb(242,235,165); }
td.TdClassName
{
border-color: #F2EBA5;
}
.TagClassName
{
border-color: #F2EBA5;
}
</style>