Shades of Gorse #FFE52B
Tints of Gorse #FFE52B
RGB
CMYK
RGB Variations
Color information
#FFE52B (or 0xFFE52B) is known color: Gorse. HEX triplet: FF, E5 and 2B. RGB value is (255,229,43). Sum of RGB (Red+Green+Blue) = 255+229+43=527 (69% of max value = 765). Red value is 255 (100% from 255 or 48.39% from 527); Green value is 229 (89.84% from 255 or 43.45% from 527); Blue value is 43 (17.19% from 255 or 8.16% from 527); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE52B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE52B is #001AD4. Grayscale: #D8D8D8. Windows color (decimal): -6869 or 2876927. OLE color: 2876927.
HSL color Cylindrical-coordinate representation of color #FFE52B: hue angle of 52.64º 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 #FFE52B is Cyan = 0, Magento = 0.10, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 229 | 43 | - |
| CMYK | 0 | 0.10 | 0.83 | 0 |
| HSL | 52.64º | 1% | 0.58% | - |
| HSV(B) | 52.64º | 0.83% | 1% | - |
| XYZ | 69.7 | 77.47 | 13.57 | - |
| YUV | 215.57 | 30.61 | 156.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 229 | 43 | 0 | 0.10 | 0.83 | 0 | 52.64 | 1 | 0.58 |
| Hex | FF | E5 | 2B | 0 | A | 53 | 0 | 35 | 64 | 3A |
| Octal | 377 | 345 | 53 | 0 | 12 | 123 | 0 | 65 | 144 | 72 |
| Binary | 11111111 | 11100101 | 101011 | 0 | 1010 | 1010011 | 0 | 110101 | 1100100 | 111010 |
Color Harmonies of #FFE52B
Complementary color
Monochromatic Colors of #FFE52B
Black with #FFE52B
Text Example
Text Example
White with #FFE52B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE52B; }
p { color: rgb(255,229,43); }
H1.HeaderClassName
{
color: #FFE52B;
}
.AnyTagClassName
{
color: #FFE52B;
}
</style>
background-color css
<style>
a { background-color: #FFE52B; }
a { background-color: rgb(255,229,43); }
div.DivClassName
{
background-color: #FFE52B;
}
.BgClassName
{
background-color: #FFE52B;
}
</style>
border-color css
<style>
span { border-color: #FFE52B; }
span { border-color: rgb(255,229,43); }
td.TdClassName
{
border-color: #FFE52B;
}
.TagClassName
{
border-color: #FFE52B;
}
</style>