Shades of Gorse #FEE33B
Tints of Gorse #FEE33B
RGB
CMYK
RGB Variations
Color information
#FEE33B (or 0xFEE33B) is known color: Gorse. HEX triplet: FE, E3 and 3B. RGB value is (254,227,59). Sum of RGB (Red+Green+Blue) = 254+227+59=540 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.04% from 540); Green value is 227 (89.06% from 255 or 42.04% from 540); Blue value is 59 (23.44% from 255 or 10.93% from 540); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE33B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE33B is #011CC4. Grayscale: #D8D8D8. Windows color (decimal): -72901 or 3924990. OLE color: 3924990.
HSL color Cylindrical-coordinate representation of color #FEE33B: hue angle of 51.69º 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 #FEE33B is Cyan = 0, Magento = 0.11, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 227 | 59 | - |
| CMYK | 0 | 0.11 | 0.77 | 0.00 |
| HSL | 51.69º | 0.99% | 0.61% | - |
| HSV(B) | 51.69º | 0.77% | 1% | - |
| XYZ | 69.13 | 76.32 | 15.23 | - |
| YUV | 215.92 | 39.45 | 155.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 227 | 59 | 0 | 0.11 | 0.77 | 0.00 | 51.69 | 0.99 | 0.61 |
| Hex | FE | E3 | 3B | 0 | B | 4D | 0 | 34 | 63 | 3D |
| Octal | 376 | 343 | 73 | 0 | 13 | 115 | 0 | 64 | 143 | 75 |
| Binary | 11111110 | 11100011 | 111011 | 0 | 1011 | 1001101 | 0 | 110100 | 1100011 | 111101 |
Color Harmonies of #FEE33B
Complementary color
Monochromatic Colors of #FEE33B
Black with #FEE33B
Text Example
Text Example
White with #FEE33B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE33B; }
p { color: rgb(254,227,59); }
H1.HeaderClassName
{
color: #FEE33B;
}
.AnyTagClassName
{
color: #FEE33B;
}
</style>
background-color css
<style>
a { background-color: #FEE33B; }
a { background-color: rgb(254,227,59); }
div.DivClassName
{
background-color: #FEE33B;
}
.BgClassName
{
background-color: #FEE33B;
}
</style>
border-color css
<style>
span { border-color: #FEE33B; }
span { border-color: rgb(254,227,59); }
td.TdClassName
{
border-color: #FEE33B;
}
.TagClassName
{
border-color: #FEE33B;
}
</style>