Shades of Light Goldenrod #F0E085
Tints of Light Goldenrod #F0E085
RGB
CMYK
RGB Variations
Color information
#F0E085 (or 0xF0E085) is known color: Light Goldenrod. HEX triplet: F0, E0 and 85. RGB value is (240,224,133). Sum of RGB (Red+Green+Blue) = 240+224+133=597 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.20% from 597); Green value is 224 (87.89% from 255 or 37.52% from 597); Blue value is 133 (52.34% from 255 or 22.28% from 597); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E085 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0E085 is #0F1F7A. Grayscale: #DADADA. Windows color (decimal): -991099 or 8773872. OLE color: 8773872.
HSL color Cylindrical-coordinate representation of color #F0E085: hue angle of 51.03º 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 #F0E085 is Cyan = 0, Magento = 0.07, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 224 | 133 | - |
| CMYK | 0 | 0.07 | 0.45 | 0.06 |
| HSL | 51.03º | 0.78% | 0.73% | - |
| HSV(B) | 51.03º | 0.45% | 0.94% | - |
| XYZ | 66.82 | 73.53 | 32.86 | - |
| YUV | 218.41 | 79.8 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 224 | 133 | 0 | 0.07 | 0.45 | 0.06 | 51.03 | 0.78 | 0.73 |
| Hex | F0 | E0 | 85 | 0 | 7 | 2D | 6 | 33 | 4E | 49 |
| Octal | 360 | 340 | 205 | 0 | 7 | 55 | 6 | 63 | 116 | 111 |
| Binary | 11110000 | 11100000 | 10000101 | 0 | 111 | 101101 | 110 | 110011 | 1001110 | 1001001 |
Color Harmonies of #F0E085
Complementary color
Monochromatic Colors of #F0E085
Black with #F0E085
Text Example
Text Example
White with #F0E085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E085; }
p { color: rgb(240,224,133); }
H1.HeaderClassName
{
color: #F0E085;
}
.AnyTagClassName
{
color: #F0E085;
}
</style>
background-color css
<style>
a { background-color: #F0E085; }
a { background-color: rgb(240,224,133); }
div.DivClassName
{
background-color: #F0E085;
}
.BgClassName
{
background-color: #F0E085;
}
</style>
border-color css
<style>
span { border-color: #F0E085; }
span { border-color: rgb(240,224,133); }
td.TdClassName
{
border-color: #F0E085;
}
.TagClassName
{
border-color: #F0E085;
}
</style>