Shades of Gorse #FEE035
Tints of Gorse #FEE035
RGB
CMYK
RGB Variations
Color information
#FEE035 (or 0xFEE035) is known color: Gorse. HEX triplet: FE, E0 and 35. RGB value is (254,224,53). Sum of RGB (Red+Green+Blue) = 254+224+53=531 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.83% from 531); Green value is 224 (87.89% from 255 or 42.18% from 531); Blue value is 53 (21.09% from 255 or 9.98% from 531); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE035 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE035 is #011FCA. Grayscale: #D6D6D6. Windows color (decimal): -73675 or 3531006. OLE color: 3531006.
HSL color Cylindrical-coordinate representation of color #FEE035: hue angle of 51.04º 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 #FEE035 is Cyan = 0, Magento = 0.12, Yellow = 0.79 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 224 | 53 | - |
| CMYK | 0 | 0.12 | 0.79 | 0.00 |
| HSL | 51.04º | 0.99% | 0.6% | - |
| HSV(B) | 51.04º | 0.79% | 1% | - |
| XYZ | 68.17 | 74.64 | 14.18 | - |
| YUV | 213.48 | 37.44 | 156.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 224 | 53 | 0 | 0.12 | 0.79 | 0.00 | 51.04 | 0.99 | 0.6 |
| Hex | FE | E0 | 35 | 0 | C | 4F | 0 | 33 | 63 | 3C |
| Octal | 376 | 340 | 65 | 0 | 14 | 117 | 0 | 63 | 143 | 74 |
| Binary | 11111110 | 11100000 | 110101 | 0 | 1100 | 1001111 | 0 | 110011 | 1100011 | 111100 |
Color Harmonies of #FEE035
Complementary color
Monochromatic Colors of #FEE035
Black with #FEE035
Text Example
Text Example
White with #FEE035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE035; }
p { color: rgb(254,224,53); }
H1.HeaderClassName
{
color: #FEE035;
}
.AnyTagClassName
{
color: #FEE035;
}
</style>
background-color css
<style>
a { background-color: #FEE035; }
a { background-color: rgb(254,224,53); }
div.DivClassName
{
background-color: #FEE035;
}
.BgClassName
{
background-color: #FEE035;
}
</style>
border-color css
<style>
span { border-color: #FEE035; }
span { border-color: rgb(254,224,53); }
td.TdClassName
{
border-color: #FEE035;
}
.TagClassName
{
border-color: #FEE035;
}
</style>