Shades of Gorse #FEE03B
Tints of Gorse #FEE03B
RGB
CMYK
RGB Variations
Color information
#FEE03B (or 0xFEE03B) is known color: Gorse. HEX triplet: FE, E0 and 3B. RGB value is (254,224,59). Sum of RGB (Red+Green+Blue) = 254+224+59=537 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.30% from 537); Green value is 224 (87.89% from 255 or 41.71% from 537); Blue value is 59 (23.44% from 255 or 10.99% from 537); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE03B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE03B is #011FC4. Grayscale: #D6D6D6. Windows color (decimal): -73669 or 3924222. OLE color: 3924222.
HSL color Cylindrical-coordinate representation of color #FEE03B: hue angle of 50.77º 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 #FEE03B is Cyan = 0, Magento = 0.12, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 224 | 59 | - |
| CMYK | 0 | 0.12 | 0.77 | 0.00 |
| HSL | 50.77º | 0.99% | 0.61% | - |
| HSV(B) | 50.77º | 0.77% | 1% | - |
| XYZ | 68.32 | 74.7 | 14.96 | - |
| YUV | 214.16 | 40.44 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 224 | 59 | 0 | 0.12 | 0.77 | 0.00 | 50.77 | 0.99 | 0.61 |
| Hex | FE | E0 | 3B | 0 | C | 4D | 0 | 33 | 63 | 3D |
| Octal | 376 | 340 | 73 | 0 | 14 | 115 | 0 | 63 | 143 | 75 |
| Binary | 11111110 | 11100000 | 111011 | 0 | 1100 | 1001101 | 0 | 110011 | 1100011 | 111101 |
Color Harmonies of #FEE03B
Complementary color
Monochromatic Colors of #FEE03B
Black with #FEE03B
Text Example
Text Example
White with #FEE03B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE03B; }
p { color: rgb(254,224,59); }
H1.HeaderClassName
{
color: #FEE03B;
}
.AnyTagClassName
{
color: #FEE03B;
}
</style>
background-color css
<style>
a { background-color: #FEE03B; }
a { background-color: rgb(254,224,59); }
div.DivClassName
{
background-color: #FEE03B;
}
.BgClassName
{
background-color: #FEE03B;
}
</style>
border-color css
<style>
span { border-color: #FEE03B; }
span { border-color: rgb(254,224,59); }
td.TdClassName
{
border-color: #FEE03B;
}
.TagClassName
{
border-color: #FEE03B;
}
</style>