Shades of Golden Glow #FFE07F
Tints of Golden Glow #FFE07F
RGB
CMYK
RGB Variations
Color information
#FFE07F (or 0xFFE07F) is known color: Golden Glow. HEX triplet: FF, E0 and 7F. RGB value is (255,224,127). Sum of RGB (Red+Green+Blue) = 255+224+127=606 (80% of max value = 765). Red value is 255 (100% from 255 or 42.08% from 606); Green value is 224 (87.89% from 255 or 36.96% from 606); Blue value is 127 (50% from 255 or 20.96% from 606); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE07F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE07F is #001F80. Grayscale: #DEDEDE. Windows color (decimal): -8065 or 8380671. OLE color: 8380671.
HSL color Cylindrical-coordinate representation of color #FFE07F: hue angle of 45.47º 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 #FFE07F is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 224 | 127 | - |
| CMYK | 0 | 0.12 | 0.50 | 0 |
| HSL | 45.47º | 1% | 0.75% | - |
| HSV(B) | 45.47º | 0.5% | 1% | - |
| XYZ | 71.73 | 76.1 | 30.99 | - |
| YUV | 222.21 | 74.27 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 224 | 127 | 0 | 0.12 | 0.50 | 0 | 45.47 | 1 | 0.75 |
| Hex | FF | E0 | 7F | 0 | C | 32 | 0 | 2D | 64 | 4B |
| Octal | 377 | 340 | 177 | 0 | 14 | 62 | 0 | 55 | 144 | 113 |
| Binary | 11111111 | 11100000 | 1111111 | 0 | 1100 | 110010 | 0 | 101101 | 1100100 | 1001011 |
Color Harmonies of #FFE07F
Complementary color
Monochromatic Colors of #FFE07F
Black with #FFE07F
Text Example
Text Example
White with #FFE07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE07F; }
p { color: rgb(255,224,127); }
H1.HeaderClassName
{
color: #FFE07F;
}
.AnyTagClassName
{
color: #FFE07F;
}
</style>
background-color css
<style>
a { background-color: #FFE07F; }
a { background-color: rgb(255,224,127); }
div.DivClassName
{
background-color: #FFE07F;
}
.BgClassName
{
background-color: #FFE07F;
}
</style>
border-color css
<style>
span { border-color: #FFE07F; }
span { border-color: rgb(255,224,127); }
td.TdClassName
{
border-color: #FFE07F;
}
.TagClassName
{
border-color: #FFE07F;
}
</style>