Shades of Golden Glow #FFE282
Tints of Golden Glow #FFE282
RGB
CMYK
RGB Variations
Color information
#FFE282 (or 0xFFE282) is known color: Golden Glow. HEX triplet: FF, E2 and 82. RGB value is (255,226,130). Sum of RGB (Red+Green+Blue) = 255+226+130=611 (80% of max value = 765). Red value is 255 (100% from 255 or 41.73% from 611); Green value is 226 (88.67% from 255 or 36.99% from 611); Blue value is 130 (51.17% from 255 or 21.28% from 611); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE282 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE282 is #001D7D. Grayscale: #E0E0E0. Windows color (decimal): -7550 or 8577791. OLE color: 8577791.
HSL color Cylindrical-coordinate representation of color #FFE282: hue angle of 46.08º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FFE282 is Cyan = 0, Magento = 0.11, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 226 | 130 | - |
| CMYK | 0 | 0.11 | 0.49 | 0 |
| HSL | 46.08º | 1% | 0.75% | - |
| HSV(B) | 46.08º | 0.49% | 1% | - |
| XYZ | 72.47 | 77.26 | 32.21 | - |
| YUV | 223.73 | 75.11 | 150.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 226 | 130 | 0 | 0.11 | 0.49 | 0 | 46.08 | 1 | 0.75 |
| Hex | FF | E2 | 82 | 0 | B | 31 | 0 | 2E | 64 | 4B |
| Octal | 377 | 342 | 202 | 0 | 13 | 61 | 0 | 56 | 144 | 113 |
| Binary | 11111111 | 11100010 | 10000010 | 0 | 1011 | 110001 | 0 | 101110 | 1100100 | 1001011 |
Color Harmonies of #FFE282
Complementary color
Monochromatic Colors of #FFE282
Black with #FFE282
Text Example
Text Example
White with #FFE282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE282; }
p { color: rgb(255,226,130); }
H1.HeaderClassName
{
color: #FFE282;
}
.AnyTagClassName
{
color: #FFE282;
}
</style>
background-color css
<style>
a { background-color: #FFE282; }
a { background-color: rgb(255,226,130); }
div.DivClassName
{
background-color: #FFE282;
}
.BgClassName
{
background-color: #FFE282;
}
</style>
border-color css
<style>
span { border-color: #FFE282; }
span { border-color: rgb(255,226,130); }
td.TdClassName
{
border-color: #FFE282;
}
.TagClassName
{
border-color: #FFE282;
}
</style>