Shades of Gorse #FFE73E
Tints of Gorse #FFE73E
RGB
CMYK
RGB Variations
Color information
#FFE73E (or 0xFFE73E) is known color: Gorse. HEX triplet: FF, E7 and 3E. RGB value is (255,231,62). Sum of RGB (Red+Green+Blue) = 255+231+62=548 (72% of max value = 765). Red value is 255 (100% from 255 or 46.53% from 548); Green value is 231 (90.62% from 255 or 42.15% from 548); Blue value is 62 (24.61% from 255 or 11.31% from 548); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE73E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFE73E is #0018C1. Grayscale: #DBDBDB. Windows color (decimal): -6338 or 4122623. OLE color: 4122623.
HSL color Cylindrical-coordinate representation of color #FFE73E: hue angle of 52.54º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FFE73E is Cyan = 0, Magento = 0.09, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 231 | 62 | - |
| CMYK | 0 | 0.09 | 0.76 | 0 |
| HSL | 52.54º | 1% | 0.62% | - |
| HSV(B) | 52.54º | 0.76% | 1% | - |
| XYZ | 70.69 | 78.76 | 16.03 | - |
| YUV | 218.91 | 39.45 | 153.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 231 | 62 | 0 | 0.09 | 0.76 | 0 | 52.54 | 1 | 0.62 |
| Hex | FF | E7 | 3E | 0 | 9 | 4C | 0 | 35 | 64 | 3E |
| Octal | 377 | 347 | 76 | 0 | 11 | 114 | 0 | 65 | 144 | 76 |
| Binary | 11111111 | 11100111 | 111110 | 0 | 1001 | 1001100 | 0 | 110101 | 1100100 | 111110 |
Color Harmonies of #FFE73E
Complementary color
Monochromatic Colors of #FFE73E
Black with #FFE73E
Text Example
Text Example
White with #FFE73E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE73E; }
p { color: rgb(255,231,62); }
H1.HeaderClassName
{
color: #FFE73E;
}
.AnyTagClassName
{
color: #FFE73E;
}
</style>
background-color css
<style>
a { background-color: #FFE73E; }
a { background-color: rgb(255,231,62); }
div.DivClassName
{
background-color: #FFE73E;
}
.BgClassName
{
background-color: #FFE73E;
}
</style>
border-color css
<style>
span { border-color: #FFE73E; }
span { border-color: rgb(255,231,62); }
td.TdClassName
{
border-color: #FFE73E;
}
.TagClassName
{
border-color: #FFE73E;
}
</style>