Shades of Gorse #FEE324
Tints of Gorse #FEE324
RGB
CMYK
RGB Variations
Color information
#FEE324 (or 0xFEE324) is known color: Gorse. HEX triplet: FE, E3 and 24. RGB value is (254,227,36). Sum of RGB (Red+Green+Blue) = 254+227+36=517 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.13% from 517); Green value is 227 (89.06% from 255 or 43.91% from 517); Blue value is 36 (14.45% from 255 or 6.96% from 517); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE324 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE324 is #011CDB. Grayscale: #D6D6D6. Windows color (decimal): -72924 or 2417662. OLE color: 2417662.
HSL color Cylindrical-coordinate representation of color #FEE324: hue angle of 52.57º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FEE324 is Cyan = 0, Magento = 0.11, Yellow = 0.86 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 227 | 36 | - |
| CMYK | 0 | 0.11 | 0.86 | 0.00 |
| HSL | 52.57º | 0.99% | 0.57% | - |
| HSV(B) | 52.57º | 0.86% | 1% | - |
| XYZ | 68.66 | 76.14 | 12.75 | - |
| YUV | 213.3 | 27.95 | 157.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 227 | 36 | 0 | 0.11 | 0.86 | 0.00 | 52.57 | 0.99 | 0.57 |
| Hex | FE | E3 | 24 | 0 | B | 56 | 0 | 35 | 63 | 39 |
| Octal | 376 | 343 | 44 | 0 | 13 | 126 | 0 | 65 | 143 | 71 |
| Binary | 11111110 | 11100011 | 100100 | 0 | 1011 | 1010110 | 0 | 110101 | 1100011 | 111001 |
Color Harmonies of #FEE324
Complementary color
Monochromatic Colors of #FEE324
Black with #FEE324
Text Example
Text Example
White with #FEE324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE324; }
p { color: rgb(254,227,36); }
H1.HeaderClassName
{
color: #FEE324;
}
.AnyTagClassName
{
color: #FEE324;
}
</style>
background-color css
<style>
a { background-color: #FEE324; }
a { background-color: rgb(254,227,36); }
div.DivClassName
{
background-color: #FEE324;
}
.BgClassName
{
background-color: #FEE324;
}
</style>
border-color css
<style>
span { border-color: #FEE324; }
span { border-color: rgb(254,227,36); }
td.TdClassName
{
border-color: #FEE324;
}
.TagClassName
{
border-color: #FEE324;
}
</style>