Shades of Golden Glow #FFE184
Tints of Golden Glow #FFE184
RGB
CMYK
RGB Variations
Color information
#FFE184 (or 0xFFE184) is known color: Golden Glow. HEX triplet: FF, E1 and 84. RGB value is (255,225,132). Sum of RGB (Red+Green+Blue) = 255+225+132=612 (81% of max value = 765). Red value is 255 (100% from 255 or 41.67% from 612); Green value is 225 (88.28% from 255 or 36.76% from 612); Blue value is 132 (51.95% from 255 or 21.57% from 612); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE184 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE184 is #001E7B. Grayscale: #DFDFDF. Windows color (decimal): -7804 or 8708607. OLE color: 8708607.
HSL color Cylindrical-coordinate representation of color #FFE184: hue angle of 45.37º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FFE184 is Cyan = 0, Magento = 0.12, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 225 | 132 | - |
| CMYK | 0 | 0.12 | 0.48 | 0 |
| HSL | 45.37º | 1% | 0.76% | - |
| HSV(B) | 45.37º | 0.48% | 1% | - |
| XYZ | 72.33 | 76.78 | 32.84 | - |
| YUV | 223.37 | 76.44 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 225 | 132 | 0 | 0.12 | 0.48 | 0 | 45.37 | 1 | 0.76 |
| Hex | FF | E1 | 84 | 0 | C | 30 | 0 | 2D | 64 | 4C |
| Octal | 377 | 341 | 204 | 0 | 14 | 60 | 0 | 55 | 144 | 114 |
| Binary | 11111111 | 11100001 | 10000100 | 0 | 1100 | 110000 | 0 | 101101 | 1100100 | 1001100 |
Color Harmonies of #FFE184
Complementary color
Monochromatic Colors of #FFE184
Black with #FFE184
Text Example
Text Example
White with #FFE184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE184; }
p { color: rgb(255,225,132); }
H1.HeaderClassName
{
color: #FFE184;
}
.AnyTagClassName
{
color: #FFE184;
}
</style>
background-color css
<style>
a { background-color: #FFE184; }
a { background-color: rgb(255,225,132); }
div.DivClassName
{
background-color: #FFE184;
}
.BgClassName
{
background-color: #FFE184;
}
</style>
border-color css
<style>
span { border-color: #FFE184; }
span { border-color: rgb(255,225,132); }
td.TdClassName
{
border-color: #FFE184;
}
.TagClassName
{
border-color: #FFE184;
}
</style>