Shades of Light Goldenrod #F0E182
Tints of Light Goldenrod #F0E182
RGB
CMYK
RGB Variations
Color information
#F0E182 (or 0xF0E182) is known color: Light Goldenrod. HEX triplet: F0, E1 and 82. RGB value is (240,225,130). Sum of RGB (Red+Green+Blue) = 240+225+130=595 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.34% from 595); Green value is 225 (88.28% from 255 or 37.82% from 595); Blue value is 130 (51.17% from 255 or 21.85% from 595); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E182 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0E182 is #0F1E7D. Grayscale: #DBDBDB. Windows color (decimal): -990846 or 8577520. OLE color: 8577520.
HSL color Cylindrical-coordinate representation of color #F0E182: hue angle of 51.82º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F0E182 is Cyan = 0, Magento = 0.06, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 225 | 130 | - |
| CMYK | 0 | 0.06 | 0.46 | 0.06 |
| HSL | 51.82º | 0.79% | 0.73% | - |
| HSV(B) | 51.82º | 0.46% | 0.94% | - |
| XYZ | 66.89 | 73.99 | 31.87 | - |
| YUV | 218.66 | 77.97 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 225 | 130 | 0 | 0.06 | 0.46 | 0.06 | 51.82 | 0.79 | 0.73 |
| Hex | F0 | E1 | 82 | 0 | 6 | 2E | 6 | 34 | 4F | 49 |
| Octal | 360 | 341 | 202 | 0 | 6 | 56 | 6 | 64 | 117 | 111 |
| Binary | 11110000 | 11100001 | 10000010 | 0 | 110 | 101110 | 110 | 110100 | 1001111 | 1001001 |
Color Harmonies of #F0E182
Complementary color
Monochromatic Colors of #F0E182
Black with #F0E182
Text Example
Text Example
White with #F0E182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E182; }
p { color: rgb(240,225,130); }
H1.HeaderClassName
{
color: #F0E182;
}
.AnyTagClassName
{
color: #F0E182;
}
</style>
background-color css
<style>
a { background-color: #F0E182; }
a { background-color: rgb(240,225,130); }
div.DivClassName
{
background-color: #F0E182;
}
.BgClassName
{
background-color: #F0E182;
}
</style>
border-color css
<style>
span { border-color: #F0E182; }
span { border-color: rgb(240,225,130); }
td.TdClassName
{
border-color: #F0E182;
}
.TagClassName
{
border-color: #F0E182;
}
</style>