Shades of Gorse #FEEA3A
Tints of Gorse #FEEA3A
RGB
CMYK
RGB Variations
Color information
#FEEA3A (or 0xFEEA3A) is known color: Gorse. HEX triplet: FE, EA and 3A. RGB value is (254,234,58). Sum of RGB (Red+Green+Blue) = 254+234+58=546 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.52% from 546); Green value is 234 (91.80% from 255 or 42.86% from 546); Blue value is 58 (23.05% from 255 or 10.62% from 546); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEA3A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEEA3A is #0115C5. Grayscale: #DCDCDC. Windows color (decimal): -71110 or 3861246. OLE color: 3861246.
HSL color Cylindrical-coordinate representation of color #FEEA3A: hue angle of 53.88º 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 #FEEA3A is Cyan = 0, Magento = 0.08, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 234 | 58 | - |
| CMYK | 0 | 0.08 | 0.77 | 0.00 |
| HSL | 53.88º | 0.99% | 0.61% | - |
| HSV(B) | 53.88º | 0.77% | 1% | - |
| XYZ | 71.06 | 80.22 | 15.74 | - |
| YUV | 219.92 | 36.63 | 152.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 234 | 58 | 0 | 0.08 | 0.77 | 0.00 | 53.88 | 0.99 | 0.61 |
| Hex | FE | EA | 3A | 0 | 8 | 4D | 0 | 36 | 63 | 3D |
| Octal | 376 | 352 | 72 | 0 | 10 | 115 | 0 | 66 | 143 | 75 |
| Binary | 11111110 | 11101010 | 111010 | 0 | 1000 | 1001101 | 0 | 110110 | 1100011 | 111101 |
Color Harmonies of #FEEA3A
Complementary color
Monochromatic Colors of #FEEA3A
Black with #FEEA3A
Text Example
Text Example
White with #FEEA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEA3A; }
p { color: rgb(254,234,58); }
H1.HeaderClassName
{
color: #FEEA3A;
}
.AnyTagClassName
{
color: #FEEA3A;
}
</style>
background-color css
<style>
a { background-color: #FEEA3A; }
a { background-color: rgb(254,234,58); }
div.DivClassName
{
background-color: #FEEA3A;
}
.BgClassName
{
background-color: #FEEA3A;
}
</style>
border-color css
<style>
span { border-color: #FEEA3A; }
span { border-color: rgb(254,234,58); }
td.TdClassName
{
border-color: #FEEA3A;
}
.TagClassName
{
border-color: #FEEA3A;
}
</style>