Shades of Gorse #FEE423
Tints of Gorse #FEE423
RGB
CMYK
RGB Variations
Color information
#FEE423 (or 0xFEE423) is known color: Gorse. HEX triplet: FE, E4 and 23. RGB value is (254,228,35). Sum of RGB (Red+Green+Blue) = 254+228+35=517 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.13% from 517); Green value is 228 (89.45% from 255 or 44.10% from 517); Blue value is 35 (14.06% from 255 or 6.77% from 517); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE423 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE423 is #011BDC. Grayscale: #D6D6D6. Windows color (decimal): -72669 or 2352382. OLE color: 2352382.
HSL color Cylindrical-coordinate representation of color #FEE423: hue angle of 52.88º 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 #FEE423 is Cyan = 0, Magento = 0.10, Yellow = 0.86 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 228 | 35 | - |
| CMYK | 0 | 0.10 | 0.86 | 0.00 |
| HSL | 52.88º | 0.99% | 0.57% | - |
| HSV(B) | 52.88º | 0.86% | 1% | - |
| XYZ | 68.92 | 76.68 | 12.76 | - |
| YUV | 213.77 | 27.11 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 228 | 35 | 0 | 0.10 | 0.86 | 0.00 | 52.88 | 0.99 | 0.57 |
| Hex | FE | E4 | 23 | 0 | A | 56 | 0 | 35 | 63 | 39 |
| Octal | 376 | 344 | 43 | 0 | 12 | 126 | 0 | 65 | 143 | 71 |
| Binary | 11111110 | 11100100 | 100011 | 0 | 1010 | 1010110 | 0 | 110101 | 1100011 | 111001 |
Color Harmonies of #FEE423
Complementary color
Monochromatic Colors of #FEE423
Black with #FEE423
Text Example
Text Example
White with #FEE423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE423; }
p { color: rgb(254,228,35); }
H1.HeaderClassName
{
color: #FEE423;
}
.AnyTagClassName
{
color: #FEE423;
}
</style>
background-color css
<style>
a { background-color: #FEE423; }
a { background-color: rgb(254,228,35); }
div.DivClassName
{
background-color: #FEE423;
}
.BgClassName
{
background-color: #FEE423;
}
</style>
border-color css
<style>
span { border-color: #FEE423; }
span { border-color: rgb(254,228,35); }
td.TdClassName
{
border-color: #FEE423;
}
.TagClassName
{
border-color: #FEE423;
}
</style>