Shades of Gorse #FEEA2C
Tints of Gorse #FEEA2C
RGB
CMYK
RGB Variations
Color information
#FEEA2C (or 0xFEEA2C) is known color: Gorse. HEX triplet: FE, EA and 2C. RGB value is (254,234,44). Sum of RGB (Red+Green+Blue) = 254+234+44=532 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.74% from 532); Green value is 234 (91.80% from 255 or 43.98% from 532); Blue value is 44 (17.58% from 255 or 8.27% from 532); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEA2C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEEA2C is #0115D3. Grayscale: #DBDBDB. Windows color (decimal): -71124 or 2943742. OLE color: 2943742.
HSL color Cylindrical-coordinate representation of color #FEEA2C: hue angle of 54.29º 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 #FEEA2C is Cyan = 0, Magento = 0.08, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 234 | 44 | - |
| CMYK | 0 | 0.08 | 0.83 | 0.00 |
| HSL | 54.29º | 0.99% | 0.58% | - |
| HSV(B) | 54.29º | 0.83% | 1% | - |
| XYZ | 70.75 | 80.1 | 14.11 | - |
| YUV | 218.32 | 29.63 | 153.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 234 | 44 | 0 | 0.08 | 0.83 | 0.00 | 54.29 | 0.99 | 0.58 |
| Hex | FE | EA | 2C | 0 | 8 | 53 | 0 | 36 | 63 | 3A |
| Octal | 376 | 352 | 54 | 0 | 10 | 123 | 0 | 66 | 143 | 72 |
| Binary | 11111110 | 11101010 | 101100 | 0 | 1000 | 1010011 | 0 | 110110 | 1100011 | 111010 |
Color Harmonies of #FEEA2C
Complementary color
Monochromatic Colors of #FEEA2C
Black with #FEEA2C
Text Example
Text Example
White with #FEEA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEA2C; }
p { color: rgb(254,234,44); }
H1.HeaderClassName
{
color: #FEEA2C;
}
.AnyTagClassName
{
color: #FEEA2C;
}
</style>
background-color css
<style>
a { background-color: #FEEA2C; }
a { background-color: rgb(254,234,44); }
div.DivClassName
{
background-color: #FEEA2C;
}
.BgClassName
{
background-color: #FEEA2C;
}
</style>
border-color css
<style>
span { border-color: #FEEA2C; }
span { border-color: rgb(254,234,44); }
td.TdClassName
{
border-color: #FEEA2C;
}
.TagClassName
{
border-color: #FEEA2C;
}
</style>