Shades of Golden Yellow #FFE00A
Tints of Golden Yellow #FFE00A
RGB
CMYK
RGB Variations
Color information
#FFE00A (or 0xFFE00A) is known color: Golden Yellow. HEX triplet: FF, E0 and 0A. RGB value is (255,224,10). Sum of RGB (Red+Green+Blue) = 255+224+10=489 (64% of max value = 765). Red value is 255 (100% from 255 or 52.15% from 489); Green value is 224 (87.89% from 255 or 45.81% from 489); Blue value is 10 (4.30% from 255 or 2.04% from 489); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE00A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFE00A is #001FF5. Grayscale: #D1D1D1. Windows color (decimal): -8182 or 712959. OLE color: 712959.
HSL color Cylindrical-coordinate representation of color #FFE00A: hue angle of 52.41º 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 #FFE00A is Cyan = 0, Magento = 0.12, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 224 | 10 | - |
| CMYK | 0 | 0.12 | 0.96 | 0 |
| HSL | 52.41º | 1% | 0.52% | - |
| HSV(B) | 52.41º | 0.96% | 1% | - |
| XYZ | 67.95 | 74.59 | 11.1 | - |
| YUV | 208.87 | 15.77 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 224 | 10 | 0 | 0.12 | 0.96 | 0 | 52.41 | 1 | 0.52 |
| Hex | FF | E0 | A | 0 | C | 60 | 0 | 34 | 64 | 34 |
| Octal | 377 | 340 | 12 | 0 | 14 | 140 | 0 | 64 | 144 | 64 |
| Binary | 11111111 | 11100000 | 1010 | 0 | 1100 | 1100000 | 0 | 110100 | 1100100 | 110100 |
Color Harmonies of #FFE00A
Complementary color
Monochromatic Colors of #FFE00A
Black with #FFE00A
Text Example
Text Example
White with #FFE00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE00A; }
p { color: rgb(255,224,10); }
H1.HeaderClassName
{
color: #FFE00A;
}
.AnyTagClassName
{
color: #FFE00A;
}
</style>
background-color css
<style>
a { background-color: #FFE00A; }
a { background-color: rgb(255,224,10); }
div.DivClassName
{
background-color: #FFE00A;
}
.BgClassName
{
background-color: #FFE00A;
}
</style>
border-color css
<style>
span { border-color: #FFE00A; }
span { border-color: rgb(255,224,10); }
td.TdClassName
{
border-color: #FFE00A;
}
.TagClassName
{
border-color: #FFE00A;
}
</style>