Shades of Gorse #FFE82E
Tints of Gorse #FFE82E
RGB
CMYK
RGB Variations
Color information
#FFE82E (or 0xFFE82E) is known color: Gorse. HEX triplet: FF, E8 and 2E. RGB value is (255,232,46). Sum of RGB (Red+Green+Blue) = 255+232+46=533 (70% of max value = 765). Red value is 255 (100% from 255 or 47.84% from 533); Green value is 232 (91.02% from 255 or 43.53% from 533); Blue value is 46 (18.36% from 255 or 8.63% from 533); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE82E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFE82E is #0017D1. Grayscale: #DADADA. Windows color (decimal): -6098 or 3074303. OLE color: 3074303.
HSL color Cylindrical-coordinate representation of color #FFE82E: hue angle of 53.4º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FFE82E is Cyan = 0, Magento = 0.09, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 232 | 46 | - |
| CMYK | 0 | 0.09 | 0.82 | 0 |
| HSL | 53.4º | 1% | 0.59% | - |
| HSV(B) | 53.4º | 0.82% | 1% | - |
| XYZ | 70.59 | 79.17 | 14.15 | - |
| YUV | 217.67 | 31.12 | 154.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 232 | 46 | 0 | 0.09 | 0.82 | 0 | 53.4 | 1 | 0.59 |
| Hex | FF | E8 | 2E | 0 | 9 | 52 | 0 | 35 | 64 | 3B |
| Octal | 377 | 350 | 56 | 0 | 11 | 122 | 0 | 65 | 144 | 73 |
| Binary | 11111111 | 11101000 | 101110 | 0 | 1001 | 1010010 | 0 | 110101 | 1100100 | 111011 |
Color Harmonies of #FFE82E
Complementary color
Monochromatic Colors of #FFE82E
Black with #FFE82E
Text Example
Text Example
White with #FFE82E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE82E; }
p { color: rgb(255,232,46); }
H1.HeaderClassName
{
color: #FFE82E;
}
.AnyTagClassName
{
color: #FFE82E;
}
</style>
background-color css
<style>
a { background-color: #FFE82E; }
a { background-color: rgb(255,232,46); }
div.DivClassName
{
background-color: #FFE82E;
}
.BgClassName
{
background-color: #FFE82E;
}
</style>
border-color css
<style>
span { border-color: #FFE82E; }
span { border-color: rgb(255,232,46); }
td.TdClassName
{
border-color: #FFE82E;
}
.TagClassName
{
border-color: #FFE82E;
}
</style>