Shades of Light Goldenrod #F0E284
Tints of Light Goldenrod #F0E284
RGB
CMYK
RGB Variations
Color information
#F0E284 (or 0xF0E284) is known color: Light Goldenrod. HEX triplet: F0, E2 and 84. RGB value is (240,226,132). Sum of RGB (Red+Green+Blue) = 240+226+132=598 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.13% from 598); Green value is 226 (88.67% from 255 or 37.79% from 598); Blue value is 132 (51.95% from 255 or 22.07% from 598); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E284 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0E284 is #0F1D7B. Grayscale: #DBDBDB. Windows color (decimal): -990588 or 8708848. OLE color: 8708848.
HSL color Cylindrical-coordinate representation of color #F0E284: hue angle of 52.22º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F0E284 is Cyan = 0, Magento = 0.06, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 226 | 132 | - |
| CMYK | 0 | 0.06 | 0.45 | 0.06 |
| HSL | 52.22º | 0.78% | 0.73% | - |
| HSV(B) | 52.22º | 0.45% | 0.94% | - |
| XYZ | 67.3 | 74.58 | 32.68 | - |
| YUV | 219.47 | 78.64 | 142.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 226 | 132 | 0 | 0.06 | 0.45 | 0.06 | 52.22 | 0.78 | 0.73 |
| Hex | F0 | E2 | 84 | 0 | 6 | 2D | 6 | 34 | 4E | 49 |
| Octal | 360 | 342 | 204 | 0 | 6 | 55 | 6 | 64 | 116 | 111 |
| Binary | 11110000 | 11100010 | 10000100 | 0 | 110 | 101101 | 110 | 110100 | 1001110 | 1001001 |
Color Harmonies of #F0E284
Complementary color
Monochromatic Colors of #F0E284
Black with #F0E284
Text Example
Text Example
White with #F0E284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E284; }
p { color: rgb(240,226,132); }
H1.HeaderClassName
{
color: #F0E284;
}
.AnyTagClassName
{
color: #F0E284;
}
</style>
background-color css
<style>
a { background-color: #F0E284; }
a { background-color: rgb(240,226,132); }
div.DivClassName
{
background-color: #F0E284;
}
.BgClassName
{
background-color: #F0E284;
}
</style>
border-color css
<style>
span { border-color: #F0E284; }
span { border-color: rgb(240,226,132); }
td.TdClassName
{
border-color: #F0E284;
}
.TagClassName
{
border-color: #F0E284;
}
</style>