Shades of Pale Goldenrod #F0EBA5
Tints of Pale Goldenrod #F0EBA5
RGB
CMYK
RGB Variations
Color information
#F0EBA5 (or 0xF0EBA5) is known color: Pale Goldenrod. HEX triplet: F0, EB and A5. RGB value is (240,235,165). Sum of RGB (Red+Green+Blue) = 240+235+165=640 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.5% from 640); Green value is 235 (92.19% from 255 or 36.72% from 640); Blue value is 165 (64.84% from 255 or 25.78% from 640); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EBA5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0EBA5 is #0F145A. Grayscale: #E4E4E4. Windows color (decimal): -988251 or 10873840. OLE color: 10873840.
HSL color Cylindrical-coordinate representation of color #F0EBA5: hue angle of 56º degrees, saturation: 0.71, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F0EBA5 is Cyan = 0, Magento = 0.02, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 235 | 165 | - |
| CMYK | 0 | 0.02 | 0.31 | 0.06 |
| HSL | 56º | 0.71% | 0.79% | - |
| HSV(B) | 56º | 0.31% | 0.94% | - |
| XYZ | 72.44 | 80.66 | 47.35 | - |
| YUV | 228.52 | 92.16 | 136.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 235 | 165 | 0 | 0.02 | 0.31 | 0.06 | 56 | 0.71 | 0.79 |
| Hex | F0 | EB | A5 | 0 | 2 | 1F | 6 | 38 | 47 | 4F |
| Octal | 360 | 353 | 245 | 0 | 2 | 37 | 6 | 70 | 107 | 117 |
| Binary | 11110000 | 11101011 | 10100101 | 0 | 10 | 11111 | 110 | 111000 | 1000111 | 1001111 |
Color Harmonies of #F0EBA5
Complementary color
Monochromatic Colors of #F0EBA5
Black with #F0EBA5
Text Example
Text Example
White with #F0EBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EBA5; }
p { color: rgb(240,235,165); }
H1.HeaderClassName
{
color: #F0EBA5;
}
.AnyTagClassName
{
color: #F0EBA5;
}
</style>
background-color css
<style>
a { background-color: #F0EBA5; }
a { background-color: rgb(240,235,165); }
div.DivClassName
{
background-color: #F0EBA5;
}
.BgClassName
{
background-color: #F0EBA5;
}
</style>
border-color css
<style>
span { border-color: #F0EBA5; }
span { border-color: rgb(240,235,165); }
td.TdClassName
{
border-color: #F0EBA5;
}
.TagClassName
{
border-color: #F0EBA5;
}
</style>