Shades of Golden Glow #FFE283
Tints of Golden Glow #FFE283
RGB
CMYK
RGB Variations
Color information
#FFE283 (or 0xFFE283) is known color: Golden Glow. HEX triplet: FF, E2 and 83. RGB value is (255,226,131). Sum of RGB (Red+Green+Blue) = 255+226+131=612 (81% of max value = 765). Red value is 255 (100% from 255 or 41.67% from 612); Green value is 226 (88.67% from 255 or 36.93% from 612); Blue value is 131 (51.56% from 255 or 21.41% from 612); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE283 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE283 is #001D7C. Grayscale: #E0E0E0. Windows color (decimal): -7549 or 8643327. OLE color: 8643327.
HSL color Cylindrical-coordinate representation of color #FFE283: hue angle of 45.97º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FFE283 is Cyan = 0, Magento = 0.11, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 226 | 131 | - |
| CMYK | 0 | 0.11 | 0.49 | 0 |
| HSL | 45.97º | 1% | 0.76% | - |
| HSV(B) | 45.97º | 0.49% | 1% | - |
| XYZ | 72.53 | 77.29 | 32.57 | - |
| YUV | 223.84 | 75.61 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 226 | 131 | 0 | 0.11 | 0.49 | 0 | 45.97 | 1 | 0.76 |
| Hex | FF | E2 | 83 | 0 | B | 31 | 0 | 2E | 64 | 4C |
| Octal | 377 | 342 | 203 | 0 | 13 | 61 | 0 | 56 | 144 | 114 |
| Binary | 11111111 | 11100010 | 10000011 | 0 | 1011 | 110001 | 0 | 101110 | 1100100 | 1001100 |
Color Harmonies of #FFE283
Complementary color
Monochromatic Colors of #FFE283
Black with #FFE283
Text Example
Text Example
White with #FFE283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE283; }
p { color: rgb(255,226,131); }
H1.HeaderClassName
{
color: #FFE283;
}
.AnyTagClassName
{
color: #FFE283;
}
</style>
background-color css
<style>
a { background-color: #FFE283; }
a { background-color: rgb(255,226,131); }
div.DivClassName
{
background-color: #FFE283;
}
.BgClassName
{
background-color: #FFE283;
}
</style>
border-color css
<style>
span { border-color: #FFE283; }
span { border-color: rgb(255,226,131); }
td.TdClassName
{
border-color: #FFE283;
}
.TagClassName
{
border-color: #FFE283;
}
</style>