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