Shades of Gorse #FFE531
Tints of Gorse #FFE531
RGB
CMYK
RGB Variations
Color information
#FFE531 (or 0xFFE531) is known color: Gorse. HEX triplet: FF, E5 and 31. RGB value is (255,229,49). Sum of RGB (Red+Green+Blue) = 255+229+49=533 (70% of max value = 765). Red value is 255 (100% from 255 or 47.84% from 533); Green value is 229 (89.84% from 255 or 42.96% from 533); Blue value is 49 (19.53% from 255 or 9.19% from 533); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE531 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE531 is #001ACE. Grayscale: #D8D8D8. Windows color (decimal): -6863 or 3270143. OLE color: 3270143.
HSL color Cylindrical-coordinate representation of color #FFE531: hue angle of 52.43º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FFE531 is Cyan = 0, Magento = 0.10, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 229 | 49 | - |
| CMYK | 0 | 0.10 | 0.81 | 0 |
| HSL | 52.43º | 1% | 0.6% | - |
| HSV(B) | 52.43º | 0.81% | 1% | - |
| XYZ | 69.81 | 77.52 | 14.19 | - |
| YUV | 216.25 | 33.61 | 155.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 229 | 49 | 0 | 0.10 | 0.81 | 0 | 52.43 | 1 | 0.6 |
| Hex | FF | E5 | 31 | 0 | A | 51 | 0 | 34 | 64 | 3C |
| Octal | 377 | 345 | 61 | 0 | 12 | 121 | 0 | 64 | 144 | 74 |
| Binary | 11111111 | 11100101 | 110001 | 0 | 1010 | 1010001 | 0 | 110100 | 1100100 | 111100 |
Color Harmonies of #FFE531
Complementary color
Monochromatic Colors of #FFE531
Black with #FFE531
Text Example
Text Example
White with #FFE531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE531; }
p { color: rgb(255,229,49); }
H1.HeaderClassName
{
color: #FFE531;
}
.AnyTagClassName
{
color: #FFE531;
}
</style>
background-color css
<style>
a { background-color: #FFE531; }
a { background-color: rgb(255,229,49); }
div.DivClassName
{
background-color: #FFE531;
}
.BgClassName
{
background-color: #FFE531;
}
</style>
border-color css
<style>
span { border-color: #FFE531; }
span { border-color: rgb(255,229,49); }
td.TdClassName
{
border-color: #FFE531;
}
.TagClassName
{
border-color: #FFE531;
}
</style>