Shades of Golden Glow #FEE182
Tints of Golden Glow #FEE182
RGB
CMYK
RGB Variations
Color information
#FEE182 (or 0xFEE182) is known color: Golden Glow. HEX triplet: FE, E1 and 82. RGB value is (254,225,130). Sum of RGB (Red+Green+Blue) = 254+225+130=609 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.71% from 609); Green value is 225 (88.28% from 255 or 36.95% from 609); Blue value is 130 (51.17% from 255 or 21.35% from 609); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE182 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE182 is #011E7D. Grayscale: #DFDFDF. Windows color (decimal): -73342 or 8577534. OLE color: 8577534.
HSL color Cylindrical-coordinate representation of color #FEE182: hue angle of 45.97º 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 #FEE182 is Cyan = 0, Magento = 0.11, Yellow = 0.49 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 225 | 130 | - |
| CMYK | 0 | 0.11 | 0.49 | 0.00 |
| HSL | 45.97º | 0.98% | 0.75% | - |
| HSV(B) | 45.97º | 0.49% | 1% | - |
| XYZ | 71.83 | 76.53 | 32.11 | - |
| YUV | 222.84 | 75.61 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 225 | 130 | 0 | 0.11 | 0.49 | 0.00 | 45.97 | 0.98 | 0.75 |
| Hex | FE | E1 | 82 | 0 | B | 31 | 0 | 2E | 62 | 4B |
| Octal | 376 | 341 | 202 | 0 | 13 | 61 | 0 | 56 | 142 | 113 |
| Binary | 11111110 | 11100001 | 10000010 | 0 | 1011 | 110001 | 0 | 101110 | 1100010 | 1001011 |
Color Harmonies of #FEE182
Complementary color
Monochromatic Colors of #FEE182
Black with #FEE182
Text Example
Text Example
White with #FEE182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE182; }
p { color: rgb(254,225,130); }
H1.HeaderClassName
{
color: #FEE182;
}
.AnyTagClassName
{
color: #FEE182;
}
</style>
background-color css
<style>
a { background-color: #FEE182; }
a { background-color: rgb(254,225,130); }
div.DivClassName
{
background-color: #FEE182;
}
.BgClassName
{
background-color: #FEE182;
}
</style>
border-color css
<style>
span { border-color: #FEE182; }
span { border-color: rgb(254,225,130); }
td.TdClassName
{
border-color: #FEE182;
}
.TagClassName
{
border-color: #FEE182;
}
</style>