Shades of Golden Yellow #FFE305
Tints of Golden Yellow #FFE305
RGB
CMYK
RGB Variations
Color information
#FFE305 (or 0xFFE305) is known color: Golden Yellow. HEX triplet: FF, E3 and 05. RGB value is (255,227,5). Sum of RGB (Red+Green+Blue) = 255+227+5=487 (64% of max value = 765). Red value is 255 (100% from 255 or 52.36% from 487); Green value is 227 (89.06% from 255 or 46.61% from 487); Blue value is 5 (2.34% from 255 or 1.03% from 487); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE305 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFE305 is #001CFA. Grayscale: #D2D2D2. Windows color (decimal): -7419 or 386047. OLE color: 386047.
HSL color Cylindrical-coordinate representation of color #FFE305: hue angle of 53.28º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FFE305 is Cyan = 0, Magento = 0.11, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 227 | 5 | - |
| CMYK | 0 | 0.11 | 0.98 | 0 |
| HSL | 53.28º | 1% | 0.51% | - |
| HSV(B) | 53.28º | 0.98% | 1% | - |
| XYZ | 68.74 | 76.21 | 11.23 | - |
| YUV | 210.06 | 12.28 | 160.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 227 | 5 | 0 | 0.11 | 0.98 | 0 | 53.28 | 1 | 0.51 |
| Hex | FF | E3 | 5 | 0 | B | 62 | 0 | 35 | 64 | 33 |
| Octal | 377 | 343 | 5 | 0 | 13 | 142 | 0 | 65 | 144 | 63 |
| Binary | 11111111 | 11100011 | 101 | 0 | 1011 | 1100010 | 0 | 110101 | 1100100 | 110011 |
Color Harmonies of #FFE305
Complementary color
Monochromatic Colors of #FFE305
Black with #FFE305
Text Example
Text Example
White with #FFE305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE305; }
p { color: rgb(255,227,5); }
H1.HeaderClassName
{
color: #FFE305;
}
.AnyTagClassName
{
color: #FFE305;
}
</style>
background-color css
<style>
a { background-color: #FFE305; }
a { background-color: rgb(255,227,5); }
div.DivClassName
{
background-color: #FFE305;
}
.BgClassName
{
background-color: #FFE305;
}
</style>
border-color css
<style>
span { border-color: #FFE305; }
span { border-color: rgb(255,227,5); }
td.TdClassName
{
border-color: #FFE305;
}
.TagClassName
{
border-color: #FFE305;
}
</style>