Shades of Gorse #FFE231
Tints of Gorse #FFE231
RGB
CMYK
RGB Variations
Color information
#FFE231 (or 0xFFE231) is known color: Gorse. HEX triplet: FF, E2 and 31. RGB value is (255,226,49). Sum of RGB (Red+Green+Blue) = 255+226+49=530 (70% of max value = 765). Red value is 255 (100% from 255 or 48.11% from 530); Green value is 226 (88.67% from 255 or 42.64% from 530); Blue value is 49 (19.53% from 255 or 9.25% from 530); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE231 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE231 is #001DCE. Grayscale: #D7D7D7. Windows color (decimal): -7631 or 3269375. OLE color: 3269375.
HSL color Cylindrical-coordinate representation of color #FFE231: hue angle of 51.55º 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 #FFE231 is Cyan = 0, Magento = 0.11, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 226 | 49 | - |
| CMYK | 0 | 0.11 | 0.81 | 0 |
| HSL | 51.55º | 1% | 0.6% | - |
| HSV(B) | 51.55º | 0.81% | 1% | - |
| XYZ | 68.99 | 75.87 | 13.91 | - |
| YUV | 214.49 | 34.61 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 226 | 49 | 0 | 0.11 | 0.81 | 0 | 51.55 | 1 | 0.6 |
| Hex | FF | E2 | 31 | 0 | B | 51 | 0 | 34 | 64 | 3C |
| Octal | 377 | 342 | 61 | 0 | 13 | 121 | 0 | 64 | 144 | 74 |
| Binary | 11111111 | 11100010 | 110001 | 0 | 1011 | 1010001 | 0 | 110100 | 1100100 | 111100 |
Color Harmonies of #FFE231
Complementary color
Monochromatic Colors of #FFE231
Black with #FFE231
Text Example
Text Example
White with #FFE231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE231; }
p { color: rgb(255,226,49); }
H1.HeaderClassName
{
color: #FFE231;
}
.AnyTagClassName
{
color: #FFE231;
}
</style>
background-color css
<style>
a { background-color: #FFE231; }
a { background-color: rgb(255,226,49); }
div.DivClassName
{
background-color: #FFE231;
}
.BgClassName
{
background-color: #FFE231;
}
</style>
border-color css
<style>
span { border-color: #FFE231; }
span { border-color: rgb(255,226,49); }
td.TdClassName
{
border-color: #FFE231;
}
.TagClassName
{
border-color: #FFE231;
}
</style>