Shades of Gorse #FEE136
Tints of Gorse #FEE136
RGB
CMYK
RGB Variations
Color information
#FEE136 (or 0xFEE136) is known color: Gorse. HEX triplet: FE, E1 and 36. RGB value is (254,225,54). Sum of RGB (Red+Green+Blue) = 254+225+54=533 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.65% from 533); Green value is 225 (88.28% from 255 or 42.21% from 533); Blue value is 54 (21.48% from 255 or 10.13% from 533); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE136 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE136 is #011EC9. Grayscale: #D6D6D6. Windows color (decimal): -73418 or 3596798. OLE color: 3596798.
HSL color Cylindrical-coordinate representation of color #FEE136: hue angle of 51.3º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FEE136 is Cyan = 0, Magento = 0.11, Yellow = 0.79 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 225 | 54 | - |
| CMYK | 0 | 0.11 | 0.79 | 0.00 |
| HSL | 51.3º | 0.99% | 0.6% | - |
| HSV(B) | 51.3º | 0.79% | 1% | - |
| XYZ | 68.46 | 75.19 | 14.39 | - |
| YUV | 214.18 | 37.61 | 156.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 225 | 54 | 0 | 0.11 | 0.79 | 0.00 | 51.3 | 0.99 | 0.6 |
| Hex | FE | E1 | 36 | 0 | B | 4F | 0 | 33 | 63 | 3C |
| Octal | 376 | 341 | 66 | 0 | 13 | 117 | 0 | 63 | 143 | 74 |
| Binary | 11111110 | 11100001 | 110110 | 0 | 1011 | 1001111 | 0 | 110011 | 1100011 | 111100 |
Color Harmonies of #FEE136
Complementary color
Monochromatic Colors of #FEE136
Black with #FEE136
Text Example
Text Example
White with #FEE136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE136; }
p { color: rgb(254,225,54); }
H1.HeaderClassName
{
color: #FEE136;
}
.AnyTagClassName
{
color: #FEE136;
}
</style>
background-color css
<style>
a { background-color: #FEE136; }
a { background-color: rgb(254,225,54); }
div.DivClassName
{
background-color: #FEE136;
}
.BgClassName
{
background-color: #FEE136;
}
</style>
border-color css
<style>
span { border-color: #FEE136; }
span { border-color: rgb(254,225,54); }
td.TdClassName
{
border-color: #FEE136;
}
.TagClassName
{
border-color: #FEE136;
}
</style>