Shades of Gorse #FFE431
Tints of Gorse #FFE431
RGB
CMYK
RGB Variations
Color information
#FFE431 (or 0xFFE431) is known color: Gorse. HEX triplet: FF, E4 and 31. RGB value is (255,228,49). Sum of RGB (Red+Green+Blue) = 255+228+49=532 (70% of max value = 765). Red value is 255 (100% from 255 or 47.93% from 532); Green value is 228 (89.45% from 255 or 42.86% from 532); Blue value is 49 (19.53% from 255 or 9.21% from 532); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE431 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE431 is #001BCE. Grayscale: #D8D8D8. Windows color (decimal): -7119 or 3269887. OLE color: 3269887.
HSL color Cylindrical-coordinate representation of color #FFE431: hue angle of 52.14º 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 #FFE431 is Cyan = 0, Magento = 0.11, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 228 | 49 | - |
| CMYK | 0 | 0.11 | 0.81 | 0 |
| HSL | 52.14º | 1% | 0.6% | - |
| HSV(B) | 52.14º | 0.81% | 1% | - |
| XYZ | 69.54 | 76.97 | 14.1 | - |
| YUV | 215.67 | 33.95 | 156.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 228 | 49 | 0 | 0.11 | 0.81 | 0 | 52.14 | 1 | 0.6 |
| Hex | FF | E4 | 31 | 0 | B | 51 | 0 | 34 | 64 | 3C |
| Octal | 377 | 344 | 61 | 0 | 13 | 121 | 0 | 64 | 144 | 74 |
| Binary | 11111111 | 11100100 | 110001 | 0 | 1011 | 1010001 | 0 | 110100 | 1100100 | 111100 |
Color Harmonies of #FFE431
Complementary color
Monochromatic Colors of #FFE431
Black with #FFE431
Text Example
Text Example
White with #FFE431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE431; }
p { color: rgb(255,228,49); }
H1.HeaderClassName
{
color: #FFE431;
}
.AnyTagClassName
{
color: #FFE431;
}
</style>
background-color css
<style>
a { background-color: #FFE431; }
a { background-color: rgb(255,228,49); }
div.DivClassName
{
background-color: #FFE431;
}
.BgClassName
{
background-color: #FFE431;
}
</style>
border-color css
<style>
span { border-color: #FFE431; }
span { border-color: rgb(255,228,49); }
td.TdClassName
{
border-color: #FFE431;
}
.TagClassName
{
border-color: #FFE431;
}
</style>