Shades of Gorse #FEE33A
Tints of Gorse #FEE33A
RGB
CMYK
RGB Variations
Color information
#FEE33A (or 0xFEE33A) is known color: Gorse. HEX triplet: FE, E3 and 3A. RGB value is (254,227,58). Sum of RGB (Red+Green+Blue) = 254+227+58=539 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.12% from 539); Green value is 227 (89.06% from 255 or 42.12% from 539); Blue value is 58 (23.05% from 255 or 10.76% from 539); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE33A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE33A is #011CC5. Grayscale: #D8D8D8. Windows color (decimal): -72902 or 3859454. OLE color: 3859454.
HSL color Cylindrical-coordinate representation of color #FEE33A: hue angle of 51.73º 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 #FEE33A is Cyan = 0, Magento = 0.11, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 227 | 58 | - |
| CMYK | 0 | 0.11 | 0.77 | 0.00 |
| HSL | 51.73º | 0.99% | 0.61% | - |
| HSV(B) | 51.73º | 0.77% | 1% | - |
| XYZ | 69.11 | 76.31 | 15.09 | - |
| YUV | 215.81 | 38.95 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 227 | 58 | 0 | 0.11 | 0.77 | 0.00 | 51.73 | 0.99 | 0.61 |
| Hex | FE | E3 | 3A | 0 | B | 4D | 0 | 34 | 63 | 3D |
| Octal | 376 | 343 | 72 | 0 | 13 | 115 | 0 | 64 | 143 | 75 |
| Binary | 11111110 | 11100011 | 111010 | 0 | 1011 | 1001101 | 0 | 110100 | 1100011 | 111101 |
Color Harmonies of #FEE33A
Complementary color
Monochromatic Colors of #FEE33A
Black with #FEE33A
Text Example
Text Example
White with #FEE33A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE33A; }
p { color: rgb(254,227,58); }
H1.HeaderClassName
{
color: #FEE33A;
}
.AnyTagClassName
{
color: #FEE33A;
}
</style>
background-color css
<style>
a { background-color: #FEE33A; }
a { background-color: rgb(254,227,58); }
div.DivClassName
{
background-color: #FEE33A;
}
.BgClassName
{
background-color: #FEE33A;
}
</style>
border-color css
<style>
span { border-color: #FEE33A; }
span { border-color: rgb(254,227,58); }
td.TdClassName
{
border-color: #FEE33A;
}
.TagClassName
{
border-color: #FEE33A;
}
</style>