Shades of Golden Yellow #FFE10A
Tints of Golden Yellow #FFE10A
RGB
CMYK
RGB Variations
Color information
#FFE10A (or 0xFFE10A) is known color: Golden Yellow. HEX triplet: FF, E1 and 0A. RGB value is (255,225,10). Sum of RGB (Red+Green+Blue) = 255+225+10=490 (64% of max value = 765). Red value is 255 (100% from 255 or 52.04% from 490); Green value is 225 (88.28% from 255 or 45.92% from 490); Blue value is 10 (4.30% from 255 or 2.04% from 490); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE10A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFE10A is #001EF5. Grayscale: #D2D2D2. Windows color (decimal): -7926 or 713215. OLE color: 713215.
HSL color Cylindrical-coordinate representation of color #FFE10A: hue angle of 52.65º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FFE10A is Cyan = 0, Magento = 0.12, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 225 | 10 | - |
| CMYK | 0 | 0.12 | 0.96 | 0 |
| HSL | 52.65º | 1% | 0.52% | - |
| HSV(B) | 52.65º | 0.96% | 1% | - |
| XYZ | 68.22 | 75.13 | 11.19 | - |
| YUV | 209.46 | 15.44 | 160.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 225 | 10 | 0 | 0.12 | 0.96 | 0 | 52.65 | 1 | 0.52 |
| Hex | FF | E1 | A | 0 | C | 60 | 0 | 35 | 64 | 34 |
| Octal | 377 | 341 | 12 | 0 | 14 | 140 | 0 | 65 | 144 | 64 |
| Binary | 11111111 | 11100001 | 1010 | 0 | 1100 | 1100000 | 0 | 110101 | 1100100 | 110100 |
Color Harmonies of #FFE10A
Complementary color
Monochromatic Colors of #FFE10A
Black with #FFE10A
Text Example
Text Example
White with #FFE10A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE10A; }
p { color: rgb(255,225,10); }
H1.HeaderClassName
{
color: #FFE10A;
}
.AnyTagClassName
{
color: #FFE10A;
}
</style>
background-color css
<style>
a { background-color: #FFE10A; }
a { background-color: rgb(255,225,10); }
div.DivClassName
{
background-color: #FFE10A;
}
.BgClassName
{
background-color: #FFE10A;
}
</style>
border-color css
<style>
span { border-color: #FFE10A; }
span { border-color: rgb(255,225,10); }
td.TdClassName
{
border-color: #FFE10A;
}
.TagClassName
{
border-color: #FFE10A;
}
</style>