Shades of Golden Glow #FEE282
Tints of Golden Glow #FEE282
RGB
CMYK
RGB Variations
Color information
#FEE282 (or 0xFEE282) is known color: Golden Glow. HEX triplet: FE, E2 and 82. RGB value is (254,226,130). Sum of RGB (Red+Green+Blue) = 254+226+130=610 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.64% from 610); Green value is 226 (88.67% from 255 or 37.05% from 610); Blue value is 130 (51.17% from 255 or 21.31% from 610); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE282 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE282 is #011D7D. Grayscale: #DFDFDF. Windows color (decimal): -73086 or 8577790. OLE color: 8577790.
HSL color Cylindrical-coordinate representation of color #FEE282: hue angle of 46.45º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FEE282 is Cyan = 0, Magento = 0.11, Yellow = 0.49 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 226 | 130 | - |
| CMYK | 0 | 0.11 | 0.49 | 0.00 |
| HSL | 46.45º | 0.98% | 0.75% | - |
| HSV(B) | 46.45º | 0.49% | 1% | - |
| XYZ | 72.1 | 77.08 | 32.2 | - |
| YUV | 223.43 | 75.28 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 226 | 130 | 0 | 0.11 | 0.49 | 0.00 | 46.45 | 0.98 | 0.75 |
| Hex | FE | E2 | 82 | 0 | B | 31 | 0 | 2E | 62 | 4B |
| Octal | 376 | 342 | 202 | 0 | 13 | 61 | 0 | 56 | 142 | 113 |
| Binary | 11111110 | 11100010 | 10000010 | 0 | 1011 | 110001 | 0 | 101110 | 1100010 | 1001011 |
Color Harmonies of #FEE282
Complementary color
Monochromatic Colors of #FEE282
Black with #FEE282
Text Example
Text Example
White with #FEE282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE282; }
p { color: rgb(254,226,130); }
H1.HeaderClassName
{
color: #FEE282;
}
.AnyTagClassName
{
color: #FEE282;
}
</style>
background-color css
<style>
a { background-color: #FEE282; }
a { background-color: rgb(254,226,130); }
div.DivClassName
{
background-color: #FEE282;
}
.BgClassName
{
background-color: #FEE282;
}
</style>
border-color css
<style>
span { border-color: #FEE282; }
span { border-color: rgb(254,226,130); }
td.TdClassName
{
border-color: #FEE282;
}
.TagClassName
{
border-color: #FEE282;
}
</style>