Shades of Light Goldenrod #F2E07D
Tints of Light Goldenrod #F2E07D
RGB
CMYK
RGB Variations
Color information
#F2E07D (or 0xF2E07D) is known color: Light Goldenrod. HEX triplet: F2, E0 and 7D. RGB value is (242,224,125). Sum of RGB (Red+Green+Blue) = 242+224+125=591 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.95% from 591); Green value is 224 (87.89% from 255 or 37.90% from 591); Blue value is 125 (49.22% from 255 or 21.15% from 591); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E07D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2E07D is #0D1F82. Grayscale: #DADADA. Windows color (decimal): -860035 or 8249586. OLE color: 8249586.
HSL color Cylindrical-coordinate representation of color #F2E07D: hue angle of 50.77º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F2E07D is Cyan = 0, Magento = 0.07, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 224 | 125 | - |
| CMYK | 0 | 0.07 | 0.48 | 0.05 |
| HSL | 50.77º | 0.82% | 0.72% | - |
| HSV(B) | 50.77º | 0.48% | 0.95% | - |
| XYZ | 66.98 | 73.67 | 30.09 | - |
| YUV | 218.1 | 75.46 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 224 | 125 | 0 | 0.07 | 0.48 | 0.05 | 50.77 | 0.82 | 0.72 |
| Hex | F2 | E0 | 7D | 0 | 7 | 30 | 5 | 33 | 52 | 48 |
| Octal | 362 | 340 | 175 | 0 | 7 | 60 | 5 | 63 | 122 | 110 |
| Binary | 11110010 | 11100000 | 1111101 | 0 | 111 | 110000 | 101 | 110011 | 1010010 | 1001000 |
Color Harmonies of #F2E07D
Complementary color
Monochromatic Colors of #F2E07D
Black with #F2E07D
Text Example
Text Example
White with #F2E07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E07D; }
p { color: rgb(242,224,125); }
H1.HeaderClassName
{
color: #F2E07D;
}
.AnyTagClassName
{
color: #F2E07D;
}
</style>
background-color css
<style>
a { background-color: #F2E07D; }
a { background-color: rgb(242,224,125); }
div.DivClassName
{
background-color: #F2E07D;
}
.BgClassName
{
background-color: #F2E07D;
}
</style>
border-color css
<style>
span { border-color: #F2E07D; }
span { border-color: rgb(242,224,125); }
td.TdClassName
{
border-color: #F2E07D;
}
.TagClassName
{
border-color: #F2E07D;
}
</style>