Shades of Gorse #FEEA2B
Tints of Gorse #FEEA2B
RGB
CMYK
RGB Variations
Color information
#FEEA2B (or 0xFEEA2B) is known color: Gorse. HEX triplet: FE, EA and 2B. RGB value is (254,234,43). Sum of RGB (Red+Green+Blue) = 254+234+43=531 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.83% from 531); Green value is 234 (91.80% from 255 or 44.07% from 531); Blue value is 43 (17.19% from 255 or 8.10% from 531); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEA2B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEEA2B is #0115D4. Grayscale: #DADADA. Windows color (decimal): -71125 or 2878206. OLE color: 2878206.
HSL color Cylindrical-coordinate representation of color #FEEA2B: hue angle of 54.31º 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 #FEEA2B is Cyan = 0, Magento = 0.08, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 234 | 43 | - |
| CMYK | 0 | 0.08 | 0.83 | 0.00 |
| HSL | 54.31º | 0.99% | 0.58% | - |
| HSV(B) | 54.31º | 0.83% | 1% | - |
| XYZ | 70.73 | 80.09 | 14.02 | - |
| YUV | 218.21 | 29.13 | 153.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 234 | 43 | 0 | 0.08 | 0.83 | 0.00 | 54.31 | 0.99 | 0.58 |
| Hex | FE | EA | 2B | 0 | 8 | 53 | 0 | 36 | 63 | 3A |
| Octal | 376 | 352 | 53 | 0 | 10 | 123 | 0 | 66 | 143 | 72 |
| Binary | 11111110 | 11101010 | 101011 | 0 | 1000 | 1010011 | 0 | 110110 | 1100011 | 111010 |
Color Harmonies of #FEEA2B
Complementary color
Monochromatic Colors of #FEEA2B
Black with #FEEA2B
Text Example
Text Example
White with #FEEA2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEA2B; }
p { color: rgb(254,234,43); }
H1.HeaderClassName
{
color: #FEEA2B;
}
.AnyTagClassName
{
color: #FEEA2B;
}
</style>
background-color css
<style>
a { background-color: #FEEA2B; }
a { background-color: rgb(254,234,43); }
div.DivClassName
{
background-color: #FEEA2B;
}
.BgClassName
{
background-color: #FEEA2B;
}
</style>
border-color css
<style>
span { border-color: #FEEA2B; }
span { border-color: rgb(254,234,43); }
td.TdClassName
{
border-color: #FEEA2B;
}
.TagClassName
{
border-color: #FEEA2B;
}
</style>