Shades of Gorse #FEE93A
Tints of Gorse #FEE93A
RGB
CMYK
RGB Variations
Color information
#FEE93A (or 0xFEE93A) is known color: Gorse. HEX triplet: FE, E9 and 3A. RGB value is (254,233,58). Sum of RGB (Red+Green+Blue) = 254+233+58=545 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.61% from 545); Green value is 233 (91.41% from 255 or 42.75% from 545); Blue value is 58 (23.05% from 255 or 10.64% from 545); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE93A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEE93A is #0116C5. Grayscale: #DCDCDC. Windows color (decimal): -71366 or 3860990. OLE color: 3860990.
HSL color Cylindrical-coordinate representation of color #FEE93A: hue angle of 53.57º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FEE93A is Cyan = 0, Magento = 0.08, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 233 | 58 | - |
| CMYK | 0 | 0.08 | 0.77 | 0.00 |
| HSL | 53.57º | 0.99% | 0.61% | - |
| HSV(B) | 53.57º | 0.77% | 1% | - |
| XYZ | 70.78 | 79.65 | 15.65 | - |
| YUV | 219.33 | 36.96 | 152.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 233 | 58 | 0 | 0.08 | 0.77 | 0.00 | 53.57 | 0.99 | 0.61 |
| Hex | FE | E9 | 3A | 0 | 8 | 4D | 0 | 36 | 63 | 3D |
| Octal | 376 | 351 | 72 | 0 | 10 | 115 | 0 | 66 | 143 | 75 |
| Binary | 11111110 | 11101001 | 111010 | 0 | 1000 | 1001101 | 0 | 110110 | 1100011 | 111101 |
Color Harmonies of #FEE93A
Complementary color
Monochromatic Colors of #FEE93A
Black with #FEE93A
Text Example
Text Example
White with #FEE93A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE93A; }
p { color: rgb(254,233,58); }
H1.HeaderClassName
{
color: #FEE93A;
}
.AnyTagClassName
{
color: #FEE93A;
}
</style>
background-color css
<style>
a { background-color: #FEE93A; }
a { background-color: rgb(254,233,58); }
div.DivClassName
{
background-color: #FEE93A;
}
.BgClassName
{
background-color: #FEE93A;
}
</style>
border-color css
<style>
span { border-color: #FEE93A; }
span { border-color: rgb(254,233,58); }
td.TdClassName
{
border-color: #FEE93A;
}
.TagClassName
{
border-color: #FEE93A;
}
</style>