Shades of Golden Glow #FEDD7D
Tints of Golden Glow #FEDD7D
RGB
CMYK
RGB Variations
Color information
#FEDD7D (or 0xFEDD7D) is known color: Golden Glow. HEX triplet: FE, DD and 7D. RGB value is (254,221,125). Sum of RGB (Red+Green+Blue) = 254+221+125=600 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.33% from 600); Green value is 221 (86.72% from 255 or 36.83% from 600); Blue value is 125 (49.22% from 255 or 20.83% from 600); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDD7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDD7D is #012282. Grayscale: #DCDCDC. Windows color (decimal): -74371 or 8248830. OLE color: 8248830.
HSL color Cylindrical-coordinate representation of color #FEDD7D: hue angle of 44.65º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FEDD7D is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 221 | 125 | - |
| CMYK | 0 | 0.13 | 0.51 | 0.00 |
| HSL | 44.65º | 0.98% | 0.74% | - |
| HSV(B) | 44.65º | 0.51% | 1% | - |
| XYZ | 70.43 | 74.26 | 30.02 | - |
| YUV | 219.92 | 74.43 | 152.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 221 | 125 | 0 | 0.13 | 0.51 | 0.00 | 44.65 | 0.98 | 0.74 |
| Hex | FE | DD | 7D | 0 | D | 33 | 0 | 2D | 62 | 4A |
| Octal | 376 | 335 | 175 | 0 | 15 | 63 | 0 | 55 | 142 | 112 |
| Binary | 11111110 | 11011101 | 1111101 | 0 | 1101 | 110011 | 0 | 101101 | 1100010 | 1001010 |
Color Harmonies of #FEDD7D
Complementary color
Monochromatic Colors of #FEDD7D
Black with #FEDD7D
Text Example
Text Example
White with #FEDD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDD7D; }
p { color: rgb(254,221,125); }
H1.HeaderClassName
{
color: #FEDD7D;
}
.AnyTagClassName
{
color: #FEDD7D;
}
</style>
background-color css
<style>
a { background-color: #FEDD7D; }
a { background-color: rgb(254,221,125); }
div.DivClassName
{
background-color: #FEDD7D;
}
.BgClassName
{
background-color: #FEDD7D;
}
</style>
border-color css
<style>
span { border-color: #FEDD7D; }
span { border-color: rgb(254,221,125); }
td.TdClassName
{
border-color: #FEDD7D;
}
.TagClassName
{
border-color: #FEDD7D;
}
</style>