Shades of Gorse #FEE83A
Tints of Gorse #FEE83A
RGB
CMYK
RGB Variations
Color information
#FEE83A (or 0xFEE83A) is known color: Gorse. HEX triplet: FE, E8 and 3A. RGB value is (254,232,58). Sum of RGB (Red+Green+Blue) = 254+232+58=544 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.69% from 544); Green value is 232 (91.02% from 255 or 42.65% from 544); Blue value is 58 (23.05% from 255 or 10.66% from 544); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE83A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEE83A is #0117C5. Grayscale: #DBDBDB. Windows color (decimal): -71622 or 3860734. OLE color: 3860734.
HSL color Cylindrical-coordinate representation of color #FEE83A: hue angle of 53.27º 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 #FEE83A is Cyan = 0, Magento = 0.09, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 232 | 58 | - |
| CMYK | 0 | 0.09 | 0.77 | 0.00 |
| HSL | 53.27º | 0.99% | 0.61% | - |
| HSV(B) | 53.27º | 0.77% | 1% | - |
| XYZ | 70.49 | 79.09 | 15.55 | - |
| YUV | 218.74 | 37.29 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 232 | 58 | 0 | 0.09 | 0.77 | 0.00 | 53.27 | 0.99 | 0.61 |
| Hex | FE | E8 | 3A | 0 | 9 | 4D | 0 | 35 | 63 | 3D |
| Octal | 376 | 350 | 72 | 0 | 11 | 115 | 0 | 65 | 143 | 75 |
| Binary | 11111110 | 11101000 | 111010 | 0 | 1001 | 1001101 | 0 | 110101 | 1100011 | 111101 |
Color Harmonies of #FEE83A
Complementary color
Monochromatic Colors of #FEE83A
Black with #FEE83A
Text Example
Text Example
White with #FEE83A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE83A; }
p { color: rgb(254,232,58); }
H1.HeaderClassName
{
color: #FEE83A;
}
.AnyTagClassName
{
color: #FEE83A;
}
</style>
background-color css
<style>
a { background-color: #FEE83A; }
a { background-color: rgb(254,232,58); }
div.DivClassName
{
background-color: #FEE83A;
}
.BgClassName
{
background-color: #FEE83A;
}
</style>
border-color css
<style>
span { border-color: #FEE83A; }
span { border-color: rgb(254,232,58); }
td.TdClassName
{
border-color: #FEE83A;
}
.TagClassName
{
border-color: #FEE83A;
}
</style>