Shades of Light Goldenrod #F0E082
Tints of Light Goldenrod #F0E082
RGB
CMYK
RGB Variations
Color information
#F0E082 (or 0xF0E082) is known color: Light Goldenrod. HEX triplet: F0, E0 and 82. RGB value is (240,224,130). Sum of RGB (Red+Green+Blue) = 240+224+130=594 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.40% from 594); Green value is 224 (87.89% from 255 or 37.71% from 594); Blue value is 130 (51.17% from 255 or 21.89% from 594); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E082 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0E082 is #0F1F7D. Grayscale: #DADADA. Windows color (decimal): -991102 or 8577264. OLE color: 8577264.
HSL color Cylindrical-coordinate representation of color #F0E082: hue angle of 51.27º 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 #F0E082 is Cyan = 0, Magento = 0.07, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 224 | 130 | - |
| CMYK | 0 | 0.07 | 0.46 | 0.06 |
| HSL | 51.27º | 0.79% | 0.73% | - |
| HSV(B) | 51.27º | 0.46% | 0.94% | - |
| XYZ | 66.62 | 73.45 | 31.78 | - |
| YUV | 218.07 | 78.3 | 143.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 224 | 130 | 0 | 0.07 | 0.46 | 0.06 | 51.27 | 0.79 | 0.73 |
| Hex | F0 | E0 | 82 | 0 | 7 | 2E | 6 | 33 | 4F | 49 |
| Octal | 360 | 340 | 202 | 0 | 7 | 56 | 6 | 63 | 117 | 111 |
| Binary | 11110000 | 11100000 | 10000010 | 0 | 111 | 101110 | 110 | 110011 | 1001111 | 1001001 |
Color Harmonies of #F0E082
Complementary color
Monochromatic Colors of #F0E082
Black with #F0E082
Text Example
Text Example
White with #F0E082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E082; }
p { color: rgb(240,224,130); }
H1.HeaderClassName
{
color: #F0E082;
}
.AnyTagClassName
{
color: #F0E082;
}
</style>
background-color css
<style>
a { background-color: #F0E082; }
a { background-color: rgb(240,224,130); }
div.DivClassName
{
background-color: #F0E082;
}
.BgClassName
{
background-color: #F0E082;
}
</style>
border-color css
<style>
span { border-color: #F0E082; }
span { border-color: rgb(240,224,130); }
td.TdClassName
{
border-color: #F0E082;
}
.TagClassName
{
border-color: #F0E082;
}
</style>