Shades of Gorse #FEE32B
Tints of Gorse #FEE32B
RGB
CMYK
RGB Variations
Color information
#FEE32B (or 0xFEE32B) is known color: Gorse. HEX triplet: FE, E3 and 2B. RGB value is (254,227,43). Sum of RGB (Red+Green+Blue) = 254+227+43=524 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.47% from 524); Green value is 227 (89.06% from 255 or 43.32% from 524); Blue value is 43 (17.19% from 255 or 8.21% from 524); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE32B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE32B is #011CD4. Grayscale: #D6D6D6. Windows color (decimal): -72917 or 2876414. OLE color: 2876414.
HSL color Cylindrical-coordinate representation of color #FEE32B: hue angle of 52.32º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FEE32B is Cyan = 0, Magento = 0.11, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 227 | 43 | - |
| CMYK | 0 | 0.11 | 0.83 | 0.00 |
| HSL | 52.32º | 0.99% | 0.58% | - |
| HSV(B) | 52.32º | 0.83% | 1% | - |
| XYZ | 68.78 | 76.18 | 13.37 | - |
| YUV | 214.1 | 31.45 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 227 | 43 | 0 | 0.11 | 0.83 | 0.00 | 52.32 | 0.99 | 0.58 |
| Hex | FE | E3 | 2B | 0 | B | 53 | 0 | 34 | 63 | 3A |
| Octal | 376 | 343 | 53 | 0 | 13 | 123 | 0 | 64 | 143 | 72 |
| Binary | 11111110 | 11100011 | 101011 | 0 | 1011 | 1010011 | 0 | 110100 | 1100011 | 111010 |
Color Harmonies of #FEE32B
Complementary color
Monochromatic Colors of #FEE32B
Black with #FEE32B
Text Example
Text Example
White with #FEE32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE32B; }
p { color: rgb(254,227,43); }
H1.HeaderClassName
{
color: #FEE32B;
}
.AnyTagClassName
{
color: #FEE32B;
}
</style>
background-color css
<style>
a { background-color: #FEE32B; }
a { background-color: rgb(254,227,43); }
div.DivClassName
{
background-color: #FEE32B;
}
.BgClassName
{
background-color: #FEE32B;
}
</style>
border-color css
<style>
span { border-color: #FEE32B; }
span { border-color: rgb(254,227,43); }
td.TdClassName
{
border-color: #FEE32B;
}
.TagClassName
{
border-color: #FEE32B;
}
</style>