Shades of Gorse #FFE82B
Tints of Gorse #FFE82B
RGB
CMYK
RGB Variations
Color information
#FFE82B (or 0xFFE82B) is known color: Gorse. HEX triplet: FF, E8 and 2B. RGB value is (255,232,43). Sum of RGB (Red+Green+Blue) = 255+232+43=530 (70% of max value = 765). Red value is 255 (100% from 255 or 48.11% from 530); Green value is 232 (91.02% from 255 or 43.77% from 530); Blue value is 43 (17.19% from 255 or 8.11% from 530); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE82B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFE82B is #0017D4. Grayscale: #DADADA. Windows color (decimal): -6101 or 2877695. OLE color: 2877695.
HSL color Cylindrical-coordinate representation of color #FFE82B: hue angle of 53.49º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FFE82B is Cyan = 0, Magento = 0.09, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 232 | 43 | - |
| CMYK | 0 | 0.09 | 0.83 | 0 |
| HSL | 53.49º | 1% | 0.58% | - |
| HSV(B) | 53.49º | 0.83% | 1% | - |
| XYZ | 70.53 | 79.15 | 13.85 | - |
| YUV | 217.33 | 29.62 | 154.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 232 | 43 | 0 | 0.09 | 0.83 | 0 | 53.49 | 1 | 0.58 |
| Hex | FF | E8 | 2B | 0 | 9 | 53 | 0 | 35 | 64 | 3A |
| Octal | 377 | 350 | 53 | 0 | 11 | 123 | 0 | 65 | 144 | 72 |
| Binary | 11111111 | 11101000 | 101011 | 0 | 1001 | 1010011 | 0 | 110101 | 1100100 | 111010 |
Color Harmonies of #FFE82B
Complementary color
Monochromatic Colors of #FFE82B
Black with #FFE82B
Text Example
Text Example
White with #FFE82B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE82B; }
p { color: rgb(255,232,43); }
H1.HeaderClassName
{
color: #FFE82B;
}
.AnyTagClassName
{
color: #FFE82B;
}
</style>
background-color css
<style>
a { background-color: #FFE82B; }
a { background-color: rgb(255,232,43); }
div.DivClassName
{
background-color: #FFE82B;
}
.BgClassName
{
background-color: #FFE82B;
}
</style>
border-color css
<style>
span { border-color: #FFE82B; }
span { border-color: rgb(255,232,43); }
td.TdClassName
{
border-color: #FFE82B;
}
.TagClassName
{
border-color: #FFE82B;
}
</style>