Shades of Light Goldenrod #F0E17D
Tints of Light Goldenrod #F0E17D
RGB
CMYK
RGB Variations
Color information
#F0E17D (or 0xF0E17D) is known color: Light Goldenrod. HEX triplet: F0, E1 and 7D. RGB value is (240,225,125). Sum of RGB (Red+Green+Blue) = 240+225+125=590 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.68% from 590); Green value is 225 (88.28% from 255 or 38.14% from 590); Blue value is 125 (49.22% from 255 or 21.19% from 590); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E17D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0E17D is #0F1E82. Grayscale: #DADADA. Windows color (decimal): -990851 or 8249840. OLE color: 8249840.
HSL color Cylindrical-coordinate representation of color #F0E17D: hue angle of 52.17º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F0E17D is Cyan = 0, Magento = 0.06, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 225 | 125 | - |
| CMYK | 0 | 0.06 | 0.48 | 0.06 |
| HSL | 52.17º | 0.79% | 0.72% | - |
| HSV(B) | 52.17º | 0.48% | 0.94% | - |
| XYZ | 66.56 | 73.86 | 30.15 | - |
| YUV | 218.09 | 75.47 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 225 | 125 | 0 | 0.06 | 0.48 | 0.06 | 52.17 | 0.79 | 0.72 |
| Hex | F0 | E1 | 7D | 0 | 6 | 30 | 6 | 34 | 4F | 48 |
| Octal | 360 | 341 | 175 | 0 | 6 | 60 | 6 | 64 | 117 | 110 |
| Binary | 11110000 | 11100001 | 1111101 | 0 | 110 | 110000 | 110 | 110100 | 1001111 | 1001000 |
Color Harmonies of #F0E17D
Complementary color
Monochromatic Colors of #F0E17D
Black with #F0E17D
Text Example
Text Example
White with #F0E17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E17D; }
p { color: rgb(240,225,125); }
H1.HeaderClassName
{
color: #F0E17D;
}
.AnyTagClassName
{
color: #F0E17D;
}
</style>
background-color css
<style>
a { background-color: #F0E17D; }
a { background-color: rgb(240,225,125); }
div.DivClassName
{
background-color: #F0E17D;
}
.BgClassName
{
background-color: #F0E17D;
}
</style>
border-color css
<style>
span { border-color: #F0E17D; }
span { border-color: rgb(240,225,125); }
td.TdClassName
{
border-color: #F0E17D;
}
.TagClassName
{
border-color: #F0E17D;
}
</style>