Shades of Gorse #FFE331
Tints of Gorse #FFE331
RGB
CMYK
RGB Variations
Color information
#FFE331 (or 0xFFE331) is known color: Gorse. HEX triplet: FF, E3 and 31. RGB value is (255,227,49). Sum of RGB (Red+Green+Blue) = 255+227+49=531 (70% of max value = 765). Red value is 255 (100% from 255 or 48.02% from 531); Green value is 227 (89.06% from 255 or 42.75% from 531); Blue value is 49 (19.53% from 255 or 9.23% from 531); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE331 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE331 is #001CCE. Grayscale: #D7D7D7. Windows color (decimal): -7375 or 3269631. OLE color: 3269631.
HSL color Cylindrical-coordinate representation of color #FFE331: hue angle of 51.84º 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 #FFE331 is Cyan = 0, Magento = 0.11, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 227 | 49 | - |
| CMYK | 0 | 0.11 | 0.81 | 0 |
| HSL | 51.84º | 1% | 0.6% | - |
| HSV(B) | 51.84º | 0.81% | 1% | - |
| XYZ | 69.26 | 76.42 | 14.01 | - |
| YUV | 215.08 | 34.28 | 156.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 227 | 49 | 0 | 0.11 | 0.81 | 0 | 51.84 | 1 | 0.6 |
| Hex | FF | E3 | 31 | 0 | B | 51 | 0 | 34 | 64 | 3C |
| Octal | 377 | 343 | 61 | 0 | 13 | 121 | 0 | 64 | 144 | 74 |
| Binary | 11111111 | 11100011 | 110001 | 0 | 1011 | 1010001 | 0 | 110100 | 1100100 | 111100 |
Color Harmonies of #FFE331
Complementary color
Monochromatic Colors of #FFE331
Black with #FFE331
Text Example
Text Example
White with #FFE331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE331; }
p { color: rgb(255,227,49); }
H1.HeaderClassName
{
color: #FFE331;
}
.AnyTagClassName
{
color: #FFE331;
}
</style>
background-color css
<style>
a { background-color: #FFE331; }
a { background-color: rgb(255,227,49); }
div.DivClassName
{
background-color: #FFE331;
}
.BgClassName
{
background-color: #FFE331;
}
</style>
border-color css
<style>
span { border-color: #FFE331; }
span { border-color: rgb(255,227,49); }
td.TdClassName
{
border-color: #FFE331;
}
.TagClassName
{
border-color: #FFE331;
}
</style>