Shades of Gorse #FEE435
Tints of Gorse #FEE435
RGB
CMYK
RGB Variations
Color information
#FEE435 (or 0xFEE435) is known color: Gorse. HEX triplet: FE, E4 and 35. RGB value is (254,228,53). Sum of RGB (Red+Green+Blue) = 254+228+53=535 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.48% from 535); Green value is 228 (89.45% from 255 or 42.62% from 535); Blue value is 53 (21.09% from 255 or 9.91% from 535); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE435 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE435 is #011BCA. Grayscale: #D8D8D8. Windows color (decimal): -72651 or 3532030. OLE color: 3532030.
HSL color Cylindrical-coordinate representation of color #FEE435: hue angle of 52.24º 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 #FEE435 is Cyan = 0, Magento = 0.10, Yellow = 0.79 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 228 | 53 | - |
| CMYK | 0 | 0.10 | 0.79 | 0.00 |
| HSL | 52.24º | 0.99% | 0.6% | - |
| HSV(B) | 52.24º | 0.79% | 1% | - |
| XYZ | 69.26 | 76.81 | 14.54 | - |
| YUV | 215.82 | 36.11 | 155.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 228 | 53 | 0 | 0.10 | 0.79 | 0.00 | 52.24 | 0.99 | 0.6 |
| Hex | FE | E4 | 35 | 0 | A | 4F | 0 | 34 | 63 | 3C |
| Octal | 376 | 344 | 65 | 0 | 12 | 117 | 0 | 64 | 143 | 74 |
| Binary | 11111110 | 11100100 | 110101 | 0 | 1010 | 1001111 | 0 | 110100 | 1100011 | 111100 |
Color Harmonies of #FEE435
Complementary color
Monochromatic Colors of #FEE435
Black with #FEE435
Text Example
Text Example
White with #FEE435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE435; }
p { color: rgb(254,228,53); }
H1.HeaderClassName
{
color: #FEE435;
}
.AnyTagClassName
{
color: #FEE435;
}
</style>
background-color css
<style>
a { background-color: #FEE435; }
a { background-color: rgb(254,228,53); }
div.DivClassName
{
background-color: #FEE435;
}
.BgClassName
{
background-color: #FEE435;
}
</style>
border-color css
<style>
span { border-color: #FEE435; }
span { border-color: rgb(254,228,53); }
td.TdClassName
{
border-color: #FEE435;
}
.TagClassName
{
border-color: #FEE435;
}
</style>