Shades of Gorse #FFEB31
Tints of Gorse #FFEB31
RGB
CMYK
RGB Variations
Color information
#FFEB31 (or 0xFFEB31) is known color: Gorse. HEX triplet: FF, EB and 31. RGB value is (255,235,49). Sum of RGB (Red+Green+Blue) = 255+235+49=539 (71% of max value = 765). Red value is 255 (100% from 255 or 47.31% from 539); Green value is 235 (92.19% from 255 or 43.60% from 539); Blue value is 49 (19.53% from 255 or 9.09% from 539); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEB31 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFEB31 is #0014CE. Grayscale: #DCDCDC. Windows color (decimal): -5327 or 3271679. OLE color: 3271679.
HSL color Cylindrical-coordinate representation of color #FFEB31: hue angle of 54.17º 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 #FFEB31 is Cyan = 0, Magento = 0.08, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 235 | 49 | - |
| CMYK | 0 | 0.08 | 0.81 | 0 |
| HSL | 54.17º | 1% | 0.6% | - |
| HSV(B) | 54.17º | 0.81% | 1% | - |
| XYZ | 71.5 | 80.9 | 14.75 | - |
| YUV | 219.78 | 31.63 | 153.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 235 | 49 | 0 | 0.08 | 0.81 | 0 | 54.17 | 1 | 0.6 |
| Hex | FF | EB | 31 | 0 | 8 | 51 | 0 | 36 | 64 | 3C |
| Octal | 377 | 353 | 61 | 0 | 10 | 121 | 0 | 66 | 144 | 74 |
| Binary | 11111111 | 11101011 | 110001 | 0 | 1000 | 1010001 | 0 | 110110 | 1100100 | 111100 |
Color Harmonies of #FFEB31
Complementary color
Monochromatic Colors of #FFEB31
Black with #FFEB31
Text Example
Text Example
White with #FFEB31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEB31; }
p { color: rgb(255,235,49); }
H1.HeaderClassName
{
color: #FFEB31;
}
.AnyTagClassName
{
color: #FFEB31;
}
</style>
background-color css
<style>
a { background-color: #FFEB31; }
a { background-color: rgb(255,235,49); }
div.DivClassName
{
background-color: #FFEB31;
}
.BgClassName
{
background-color: #FFEB31;
}
</style>
border-color css
<style>
span { border-color: #FFEB31; }
span { border-color: rgb(255,235,49); }
td.TdClassName
{
border-color: #FFEB31;
}
.TagClassName
{
border-color: #FFEB31;
}
</style>