Shades of Gorse #FFE83A
Tints of Gorse #FFE83A
RGB
CMYK
RGB Variations
Color information
#FFE83A (or 0xFFE83A) is known color: Gorse. HEX triplet: FF, E8 and 3A. RGB value is (255,232,58). Sum of RGB (Red+Green+Blue) = 255+232+58=545 (72% of max value = 765). Red value is 255 (100% from 255 or 46.79% from 545); Green value is 232 (91.02% from 255 or 42.57% from 545); Blue value is 58 (23.05% from 255 or 10.64% from 545); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE83A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFE83A is #0017C5. Grayscale: #DBDBDB. Windows color (decimal): -6086 or 3860735. OLE color: 3860735.
HSL color Cylindrical-coordinate representation of color #FFE83A: hue angle of 52.99º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FFE83A is Cyan = 0, Magento = 0.09, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 232 | 58 | - |
| CMYK | 0 | 0.09 | 0.77 | 0 |
| HSL | 52.99º | 1% | 0.61% | - |
| HSV(B) | 52.99º | 0.77% | 1% | - |
| XYZ | 70.86 | 79.28 | 15.57 | - |
| YUV | 219.04 | 37.12 | 153.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 232 | 58 | 0 | 0.09 | 0.77 | 0 | 52.99 | 1 | 0.61 |
| Hex | FF | E8 | 3A | 0 | 9 | 4D | 0 | 35 | 64 | 3D |
| Octal | 377 | 350 | 72 | 0 | 11 | 115 | 0 | 65 | 144 | 75 |
| Binary | 11111111 | 11101000 | 111010 | 0 | 1001 | 1001101 | 0 | 110101 | 1100100 | 111101 |
Color Harmonies of #FFE83A
Complementary color
Monochromatic Colors of #FFE83A
Black with #FFE83A
Text Example
Text Example
White with #FFE83A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE83A; }
p { color: rgb(255,232,58); }
H1.HeaderClassName
{
color: #FFE83A;
}
.AnyTagClassName
{
color: #FFE83A;
}
</style>
background-color css
<style>
a { background-color: #FFE83A; }
a { background-color: rgb(255,232,58); }
div.DivClassName
{
background-color: #FFE83A;
}
.BgClassName
{
background-color: #FFE83A;
}
</style>
border-color css
<style>
span { border-color: #FFE83A; }
span { border-color: rgb(255,232,58); }
td.TdClassName
{
border-color: #FFE83A;
}
.TagClassName
{
border-color: #FFE83A;
}
</style>