Shades of Gorse #FEE23A
Tints of Gorse #FEE23A
RGB
CMYK
RGB Variations
Color information
#FEE23A (or 0xFEE23A) is known color: Gorse. HEX triplet: FE, E2 and 3A. RGB value is (254,226,58). Sum of RGB (Red+Green+Blue) = 254+226+58=538 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.21% from 538); Green value is 226 (88.67% from 255 or 42.01% from 538); Blue value is 58 (23.05% from 255 or 10.78% from 538); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE23A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE23A is #011DC5. Grayscale: #D7D7D7. Windows color (decimal): -73158 or 3859198. OLE color: 3859198.
HSL color Cylindrical-coordinate representation of color #FEE23A: hue angle of 51.43º 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 #FEE23A is Cyan = 0, Magento = 0.11, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 226 | 58 | - |
| CMYK | 0 | 0.11 | 0.77 | 0.00 |
| HSL | 51.43º | 0.99% | 0.61% | - |
| HSV(B) | 51.43º | 0.77% | 1% | - |
| XYZ | 68.83 | 75.77 | 15 | - |
| YUV | 215.22 | 39.28 | 155.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 226 | 58 | 0 | 0.11 | 0.77 | 0.00 | 51.43 | 0.99 | 0.61 |
| Hex | FE | E2 | 3A | 0 | B | 4D | 0 | 33 | 63 | 3D |
| Octal | 376 | 342 | 72 | 0 | 13 | 115 | 0 | 63 | 143 | 75 |
| Binary | 11111110 | 11100010 | 111010 | 0 | 1011 | 1001101 | 0 | 110011 | 1100011 | 111101 |
Color Harmonies of #FEE23A
Complementary color
Monochromatic Colors of #FEE23A
Black with #FEE23A
Text Example
Text Example
White with #FEE23A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE23A; }
p { color: rgb(254,226,58); }
H1.HeaderClassName
{
color: #FEE23A;
}
.AnyTagClassName
{
color: #FEE23A;
}
</style>
background-color css
<style>
a { background-color: #FEE23A; }
a { background-color: rgb(254,226,58); }
div.DivClassName
{
background-color: #FEE23A;
}
.BgClassName
{
background-color: #FEE23A;
}
</style>
border-color css
<style>
span { border-color: #FEE23A; }
span { border-color: rgb(254,226,58); }
td.TdClassName
{
border-color: #FEE23A;
}
.TagClassName
{
border-color: #FEE23A;
}
</style>