Shades of Golden Glow #FEDD83
Tints of Golden Glow #FEDD83
RGB
CMYK
RGB Variations
Color information
#FEDD83 (or 0xFEDD83) is known color: Golden Glow. HEX triplet: FE, DD and 83. RGB value is (254,221,131). Sum of RGB (Red+Green+Blue) = 254+221+131=606 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.91% from 606); Green value is 221 (86.72% from 255 or 36.47% from 606); Blue value is 131 (51.56% from 255 or 21.62% from 606); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDD83 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDD83 is #01227C. Grayscale: #DCDCDC. Windows color (decimal): -74365 or 8642046. OLE color: 8642046.
HSL color Cylindrical-coordinate representation of color #FEDD83: hue angle of 43.9º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FEDD83 is Cyan = 0, Magento = 0.13, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 221 | 131 | - |
| CMYK | 0 | 0.13 | 0.48 | 0.00 |
| HSL | 43.9º | 0.98% | 0.75% | - |
| HSV(B) | 43.9º | 0.48% | 1% | - |
| XYZ | 70.83 | 74.42 | 32.1 | - |
| YUV | 220.61 | 77.43 | 151.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 221 | 131 | 0 | 0.13 | 0.48 | 0.00 | 43.9 | 0.98 | 0.75 |
| Hex | FE | DD | 83 | 0 | D | 30 | 0 | 2C | 62 | 4B |
| Octal | 376 | 335 | 203 | 0 | 15 | 60 | 0 | 54 | 142 | 113 |
| Binary | 11111110 | 11011101 | 10000011 | 0 | 1101 | 110000 | 0 | 101100 | 1100010 | 1001011 |
Color Harmonies of #FEDD83
Complementary color
Monochromatic Colors of #FEDD83
Black with #FEDD83
Text Example
Text Example
White with #FEDD83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDD83; }
p { color: rgb(254,221,131); }
H1.HeaderClassName
{
color: #FEDD83;
}
.AnyTagClassName
{
color: #FEDD83;
}
</style>
background-color css
<style>
a { background-color: #FEDD83; }
a { background-color: rgb(254,221,131); }
div.DivClassName
{
background-color: #FEDD83;
}
.BgClassName
{
background-color: #FEDD83;
}
</style>
border-color css
<style>
span { border-color: #FEDD83; }
span { border-color: rgb(254,221,131); }
td.TdClassName
{
border-color: #FEDD83;
}
.TagClassName
{
border-color: #FEDD83;
}
</style>