Shades of Gorse #FEE135
Tints of Gorse #FEE135
RGB
CMYK
RGB Variations
Color information
#FEE135 (or 0xFEE135) is known color: Gorse. HEX triplet: FE, E1 and 35. RGB value is (254,225,53). Sum of RGB (Red+Green+Blue) = 254+225+53=532 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.74% from 532); Green value is 225 (88.28% from 255 or 42.29% from 532); Blue value is 53 (21.09% from 255 or 9.96% from 532); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE135 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE135 is #011ECA. Grayscale: #D6D6D6. Windows color (decimal): -73419 or 3531262. OLE color: 3531262.
HSL color Cylindrical-coordinate representation of color #FEE135: hue angle of 51.34º 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 #FEE135 is Cyan = 0, Magento = 0.11, Yellow = 0.79 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 225 | 53 | - |
| CMYK | 0 | 0.11 | 0.79 | 0.00 |
| HSL | 51.34º | 0.99% | 0.6% | - |
| HSV(B) | 51.34º | 0.79% | 1% | - |
| XYZ | 68.44 | 75.18 | 14.27 | - |
| YUV | 214.06 | 37.11 | 156.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 225 | 53 | 0 | 0.11 | 0.79 | 0.00 | 51.34 | 0.99 | 0.6 |
| Hex | FE | E1 | 35 | 0 | B | 4F | 0 | 33 | 63 | 3C |
| Octal | 376 | 341 | 65 | 0 | 13 | 117 | 0 | 63 | 143 | 74 |
| Binary | 11111110 | 11100001 | 110101 | 0 | 1011 | 1001111 | 0 | 110011 | 1100011 | 111100 |
Color Harmonies of #FEE135
Complementary color
Monochromatic Colors of #FEE135
Black with #FEE135
Text Example
Text Example
White with #FEE135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE135; }
p { color: rgb(254,225,53); }
H1.HeaderClassName
{
color: #FEE135;
}
.AnyTagClassName
{
color: #FEE135;
}
</style>
background-color css
<style>
a { background-color: #FEE135; }
a { background-color: rgb(254,225,53); }
div.DivClassName
{
background-color: #FEE135;
}
.BgClassName
{
background-color: #FEE135;
}
</style>
border-color css
<style>
span { border-color: #FEE135; }
span { border-color: rgb(254,225,53); }
td.TdClassName
{
border-color: #FEE135;
}
.TagClassName
{
border-color: #FEE135;
}
</style>