Shades of Light Goldenrod #F0E27F
Tints of Light Goldenrod #F0E27F
RGB
CMYK
RGB Variations
Color information
#F0E27F (or 0xF0E27F) is known color: Light Goldenrod. HEX triplet: F0, E2 and 7F. RGB value is (240,226,127). Sum of RGB (Red+Green+Blue) = 240+226+127=593 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.47% from 593); Green value is 226 (88.67% from 255 or 38.11% from 593); Blue value is 127 (50% from 255 or 21.42% from 593); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E27F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0E27F is #0F1D80. Grayscale: #DBDBDB. Windows color (decimal): -990593 or 8381168. OLE color: 8381168.
HSL color Cylindrical-coordinate representation of color #F0E27F: hue angle of 52.57º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F0E27F is Cyan = 0, Magento = 0.06, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 226 | 127 | - |
| CMYK | 0 | 0.06 | 0.47 | 0.06 |
| HSL | 52.57º | 0.79% | 0.72% | - |
| HSV(B) | 52.57º | 0.47% | 0.94% | - |
| XYZ | 66.96 | 74.45 | 30.92 | - |
| YUV | 218.9 | 76.14 | 143.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 226 | 127 | 0 | 0.06 | 0.47 | 0.06 | 52.57 | 0.79 | 0.72 |
| Hex | F0 | E2 | 7F | 0 | 6 | 2F | 6 | 35 | 4F | 48 |
| Octal | 360 | 342 | 177 | 0 | 6 | 57 | 6 | 65 | 117 | 110 |
| Binary | 11110000 | 11100010 | 1111111 | 0 | 110 | 101111 | 110 | 110101 | 1001111 | 1001000 |
Color Harmonies of #F0E27F
Complementary color
Monochromatic Colors of #F0E27F
Black with #F0E27F
Text Example
Text Example
White with #F0E27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E27F; }
p { color: rgb(240,226,127); }
H1.HeaderClassName
{
color: #F0E27F;
}
.AnyTagClassName
{
color: #F0E27F;
}
</style>
background-color css
<style>
a { background-color: #F0E27F; }
a { background-color: rgb(240,226,127); }
div.DivClassName
{
background-color: #F0E27F;
}
.BgClassName
{
background-color: #F0E27F;
}
</style>
border-color css
<style>
span { border-color: #F0E27F; }
span { border-color: rgb(240,226,127); }
td.TdClassName
{
border-color: #F0E27F;
}
.TagClassName
{
border-color: #F0E27F;
}
</style>