Shades of Light Goldenrod #F0DE7B
Tints of Light Goldenrod #F0DE7B
RGB
CMYK
RGB Variations
Color information
#F0DE7B (or 0xF0DE7B) is known color: Light Goldenrod. HEX triplet: F0, DE and 7B. RGB value is (240,222,123). Sum of RGB (Red+Green+Blue) = 240+222+123=585 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.03% from 585); Green value is 222 (87.11% from 255 or 37.95% from 585); Blue value is 123 (48.44% from 255 or 21.03% from 585); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DE7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0DE7B is #0F2184. Grayscale: #D8D8D8. Windows color (decimal): -991621 or 8118000. OLE color: 8118000.
HSL color Cylindrical-coordinate representation of color #F0DE7B: hue angle of 50.77º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F0DE7B is Cyan = 0, Magento = 0.08, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 222 | 123 | - |
| CMYK | 0 | 0.08 | 0.49 | 0.06 |
| HSL | 50.77º | 0.8% | 0.71% | - |
| HSV(B) | 50.77º | 0.49% | 0.94% | - |
| XYZ | 65.63 | 72.2 | 29.22 | - |
| YUV | 216.1 | 75.46 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 222 | 123 | 0 | 0.08 | 0.49 | 0.06 | 50.77 | 0.8 | 0.71 |
| Hex | F0 | DE | 7B | 0 | 8 | 31 | 6 | 33 | 50 | 47 |
| Octal | 360 | 336 | 173 | 0 | 10 | 61 | 6 | 63 | 120 | 107 |
| Binary | 11110000 | 11011110 | 1111011 | 0 | 1000 | 110001 | 110 | 110011 | 1010000 | 1000111 |
Color Harmonies of #F0DE7B
Complementary color
Monochromatic Colors of #F0DE7B
Black with #F0DE7B
Text Example
Text Example
White with #F0DE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DE7B; }
p { color: rgb(240,222,123); }
H1.HeaderClassName
{
color: #F0DE7B;
}
.AnyTagClassName
{
color: #F0DE7B;
}
</style>
background-color css
<style>
a { background-color: #F0DE7B; }
a { background-color: rgb(240,222,123); }
div.DivClassName
{
background-color: #F0DE7B;
}
.BgClassName
{
background-color: #F0DE7B;
}
</style>
border-color css
<style>
span { border-color: #F0DE7B; }
span { border-color: rgb(240,222,123); }
td.TdClassName
{
border-color: #F0DE7B;
}
.TagClassName
{
border-color: #F0DE7B;
}
</style>