Shades of Gorse #FEE73A
Tints of Gorse #FEE73A
RGB
CMYK
RGB Variations
Color information
#FEE73A (or 0xFEE73A) is known color: Gorse. HEX triplet: FE, E7 and 3A. RGB value is (254,231,58). Sum of RGB (Red+Green+Blue) = 254+231+58=543 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.78% from 543); Green value is 231 (90.62% from 255 or 42.54% from 543); Blue value is 58 (23.05% from 255 or 10.68% from 543); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE73A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEE73A is #0118C5. Grayscale: #DADADA. Windows color (decimal): -71878 or 3860478. OLE color: 3860478.
HSL color Cylindrical-coordinate representation of color #FEE73A: hue angle of 52.96º 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 #FEE73A is Cyan = 0, Magento = 0.09, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 231 | 58 | - |
| CMYK | 0 | 0.09 | 0.77 | 0.00 |
| HSL | 52.96º | 0.99% | 0.61% | - |
| HSV(B) | 52.96º | 0.77% | 1% | - |
| XYZ | 70.21 | 78.53 | 15.46 | - |
| YUV | 218.16 | 37.62 | 153.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 231 | 58 | 0 | 0.09 | 0.77 | 0.00 | 52.96 | 0.99 | 0.61 |
| Hex | FE | E7 | 3A | 0 | 9 | 4D | 0 | 35 | 63 | 3D |
| Octal | 376 | 347 | 72 | 0 | 11 | 115 | 0 | 65 | 143 | 75 |
| Binary | 11111110 | 11100111 | 111010 | 0 | 1001 | 1001101 | 0 | 110101 | 1100011 | 111101 |
Color Harmonies of #FEE73A
Complementary color
Monochromatic Colors of #FEE73A
Black with #FEE73A
Text Example
Text Example
White with #FEE73A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE73A; }
p { color: rgb(254,231,58); }
H1.HeaderClassName
{
color: #FEE73A;
}
.AnyTagClassName
{
color: #FEE73A;
}
</style>
background-color css
<style>
a { background-color: #FEE73A; }
a { background-color: rgb(254,231,58); }
div.DivClassName
{
background-color: #FEE73A;
}
.BgClassName
{
background-color: #FEE73A;
}
</style>
border-color css
<style>
span { border-color: #FEE73A; }
span { border-color: rgb(254,231,58); }
td.TdClassName
{
border-color: #FEE73A;
}
.TagClassName
{
border-color: #FEE73A;
}
</style>