Shades of Gorse #FEE43B
Tints of Gorse #FEE43B
RGB
CMYK
RGB Variations
Color information
#FEE43B (or 0xFEE43B) is known color: Gorse. HEX triplet: FE, E4 and 3B. RGB value is (254,228,59). Sum of RGB (Red+Green+Blue) = 254+228+59=541 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.95% from 541); Green value is 228 (89.45% from 255 or 42.14% from 541); Blue value is 59 (23.44% from 255 or 10.91% from 541); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE43B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE43B is #011BC4. Grayscale: #D9D9D9. Windows color (decimal): -72645 or 3925246. OLE color: 3925246.
HSL color Cylindrical-coordinate representation of color #FEE43B: hue angle of 52º 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 #FEE43B is Cyan = 0, Magento = 0.10, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 228 | 59 | - |
| CMYK | 0 | 0.10 | 0.77 | 0.00 |
| HSL | 52º | 0.99% | 0.61% | - |
| HSV(B) | 52º | 0.77% | 1% | - |
| XYZ | 69.41 | 76.87 | 15.32 | - |
| YUV | 216.51 | 39.11 | 154.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 228 | 59 | 0 | 0.10 | 0.77 | 0.00 | 52 | 0.99 | 0.61 |
| Hex | FE | E4 | 3B | 0 | A | 4D | 0 | 34 | 63 | 3D |
| Octal | 376 | 344 | 73 | 0 | 12 | 115 | 0 | 64 | 143 | 75 |
| Binary | 11111110 | 11100100 | 111011 | 0 | 1010 | 1001101 | 0 | 110100 | 1100011 | 111101 |
Color Harmonies of #FEE43B
Complementary color
Monochromatic Colors of #FEE43B
Black with #FEE43B
Text Example
Text Example
White with #FEE43B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE43B; }
p { color: rgb(254,228,59); }
H1.HeaderClassName
{
color: #FEE43B;
}
.AnyTagClassName
{
color: #FEE43B;
}
</style>
background-color css
<style>
a { background-color: #FEE43B; }
a { background-color: rgb(254,228,59); }
div.DivClassName
{
background-color: #FEE43B;
}
.BgClassName
{
background-color: #FEE43B;
}
</style>
border-color css
<style>
span { border-color: #FEE43B; }
span { border-color: rgb(254,228,59); }
td.TdClassName
{
border-color: #FEE43B;
}
.TagClassName
{
border-color: #FEE43B;
}
</style>