Shades of Golden Glow #FFE080
Tints of Golden Glow #FFE080
RGB
CMYK
RGB Variations
Color information
#FFE080 (or 0xFFE080) is known color: Golden Glow. HEX triplet: FF, E0 and 80. RGB value is (255,224,128). Sum of RGB (Red+Green+Blue) = 255+224+128=607 (80% of max value = 765). Red value is 255 (100% from 255 or 42.01% from 607); Green value is 224 (87.89% from 255 or 36.90% from 607); Blue value is 128 (50.39% from 255 or 21.09% from 607); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE080 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE080 is #001F7F. Grayscale: #DEDEDE. Windows color (decimal): -8064 or 8446207. OLE color: 8446207.
HSL color Cylindrical-coordinate representation of color #FFE080: hue angle of 45.35º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FFE080 is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 224 | 128 | - |
| CMYK | 0 | 0.12 | 0.50 | 0 |
| HSL | 45.35º | 1% | 0.75% | - |
| HSV(B) | 45.35º | 0.5% | 1% | - |
| XYZ | 71.79 | 76.13 | 31.33 | - |
| YUV | 222.33 | 74.77 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 224 | 128 | 0 | 0.12 | 0.50 | 0 | 45.35 | 1 | 0.75 |
| Hex | FF | E0 | 80 | 0 | C | 32 | 0 | 2D | 64 | 4B |
| Octal | 377 | 340 | 200 | 0 | 14 | 62 | 0 | 55 | 144 | 113 |
| Binary | 11111111 | 11100000 | 10000000 | 0 | 1100 | 110010 | 0 | 101101 | 1100100 | 1001011 |
Color Harmonies of #FFE080
Complementary color
Monochromatic Colors of #FFE080
Black with #FFE080
Text Example
Text Example
White with #FFE080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE080; }
p { color: rgb(255,224,128); }
H1.HeaderClassName
{
color: #FFE080;
}
.AnyTagClassName
{
color: #FFE080;
}
</style>
background-color css
<style>
a { background-color: #FFE080; }
a { background-color: rgb(255,224,128); }
div.DivClassName
{
background-color: #FFE080;
}
.BgClassName
{
background-color: #FFE080;
}
</style>
border-color css
<style>
span { border-color: #FFE080; }
span { border-color: rgb(255,224,128); }
td.TdClassName
{
border-color: #FFE080;
}
.TagClassName
{
border-color: #FFE080;
}
</style>