Shades of Golden Yellow #FFE705
Tints of Golden Yellow #FFE705
RGB
CMYK
RGB Variations
Color information
#FFE705 (or 0xFFE705) is known color: Golden Yellow. HEX triplet: FF, E7 and 05. RGB value is (255,231,5). Sum of RGB (Red+Green+Blue) = 255+231+5=491 (65% of max value = 765). Red value is 255 (100% from 255 or 51.93% from 491); Green value is 231 (90.62% from 255 or 47.05% from 491); Blue value is 5 (2.34% from 255 or 1.02% from 491); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE705 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFE705 is #0018FA. Grayscale: #D5D5D5. Windows color (decimal): -6395 or 387071. OLE color: 387071.
HSL color Cylindrical-coordinate representation of color #FFE705: hue angle of 54.24º 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 #FFE705 is Cyan = 0, Magento = 0.09, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 231 | 5 | - |
| CMYK | 0 | 0.09 | 0.98 | 0 |
| HSL | 54.24º | 1% | 0.51% | - |
| HSV(B) | 54.24º | 0.98% | 1% | - |
| XYZ | 69.84 | 78.42 | 11.6 | - |
| YUV | 212.41 | 10.95 | 158.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 231 | 5 | 0 | 0.09 | 0.98 | 0 | 54.24 | 1 | 0.51 |
| Hex | FF | E7 | 5 | 0 | 9 | 62 | 0 | 36 | 64 | 33 |
| Octal | 377 | 347 | 5 | 0 | 11 | 142 | 0 | 66 | 144 | 63 |
| Binary | 11111111 | 11100111 | 101 | 0 | 1001 | 1100010 | 0 | 110110 | 1100100 | 110011 |
Color Harmonies of #FFE705
Complementary color
Monochromatic Colors of #FFE705
Black with #FFE705
Text Example
Text Example
White with #FFE705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE705; }
p { color: rgb(255,231,5); }
H1.HeaderClassName
{
color: #FFE705;
}
.AnyTagClassName
{
color: #FFE705;
}
</style>
background-color css
<style>
a { background-color: #FFE705; }
a { background-color: rgb(255,231,5); }
div.DivClassName
{
background-color: #FFE705;
}
.BgClassName
{
background-color: #FFE705;
}
</style>
border-color css
<style>
span { border-color: #FFE705; }
span { border-color: rgb(255,231,5); }
td.TdClassName
{
border-color: #FFE705;
}
.TagClassName
{
border-color: #FFE705;
}
</style>