Shades of Gorse #FFEE31
Tints of Gorse #FFEE31
RGB
CMYK
RGB Variations
Color information
#FFEE31 (or 0xFFEE31) is known color: Gorse. HEX triplet: FF, EE and 31. RGB value is (255,238,49). Sum of RGB (Red+Green+Blue) = 255+238+49=542 (71% of max value = 765). Red value is 255 (100% from 255 or 47.05% from 542); Green value is 238 (93.36% from 255 or 43.91% from 542); Blue value is 49 (19.53% from 255 or 9.04% from 542); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEE31 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFEE31 is #0011CE. Grayscale: #DEDEDE. Windows color (decimal): -4559 or 3272447. OLE color: 3272447.
HSL color Cylindrical-coordinate representation of color #FFEE31: hue angle of 55.05º 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 #FFEE31 is Cyan = 0, Magento = 0.07, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 238 | 49 | - |
| CMYK | 0 | 0.07 | 0.81 | 0 |
| HSL | 55.05º | 1% | 0.6% | - |
| HSV(B) | 55.05º | 0.81% | 1% | - |
| XYZ | 72.37 | 82.63 | 15.04 | - |
| YUV | 221.54 | 30.63 | 151.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 238 | 49 | 0 | 0.07 | 0.81 | 0 | 55.05 | 1 | 0.6 |
| Hex | FF | EE | 31 | 0 | 7 | 51 | 0 | 37 | 64 | 3C |
| Octal | 377 | 356 | 61 | 0 | 7 | 121 | 0 | 67 | 144 | 74 |
| Binary | 11111111 | 11101110 | 110001 | 0 | 111 | 1010001 | 0 | 110111 | 1100100 | 111100 |
Color Harmonies of #FFEE31
Complementary color
Monochromatic Colors of #FFEE31
Black with #FFEE31
Text Example
Text Example
White with #FFEE31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEE31; }
p { color: rgb(255,238,49); }
H1.HeaderClassName
{
color: #FFEE31;
}
.AnyTagClassName
{
color: #FFEE31;
}
</style>
background-color css
<style>
a { background-color: #FFEE31; }
a { background-color: rgb(255,238,49); }
div.DivClassName
{
background-color: #FFEE31;
}
.BgClassName
{
background-color: #FFEE31;
}
</style>
border-color css
<style>
span { border-color: #FFEE31; }
span { border-color: rgb(255,238,49); }
td.TdClassName
{
border-color: #FFEE31;
}
.TagClassName
{
border-color: #FFEE31;
}
</style>