Shades of Gorse #FEEE2A
Tints of Gorse #FEEE2A
RGB
CMYK
RGB Variations
Color information
#FEEE2A (or 0xFEEE2A) is known color: Gorse. HEX triplet: FE, EE and 2A. RGB value is (254,238,42). Sum of RGB (Red+Green+Blue) = 254+238+42=534 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.57% from 534); Green value is 238 (93.36% from 255 or 44.57% from 534); Blue value is 42 (16.80% from 255 or 7.87% from 534); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEE2A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEEE2A is #0111D5. Grayscale: #DDDDDD. Windows color (decimal): -70102 or 2813694. OLE color: 2813694.
HSL color Cylindrical-coordinate representation of color #FEEE2A: hue angle of 55.47º 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 #FEEE2A is Cyan = 0, Magento = 0.06, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 238 | 42 | - |
| CMYK | 0 | 0.06 | 0.83 | 0.00 |
| HSL | 55.47º | 0.99% | 0.58% | - |
| HSV(B) | 55.47º | 0.83% | 1% | - |
| XYZ | 71.87 | 82.39 | 14.31 | - |
| YUV | 220.44 | 27.3 | 151.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 238 | 42 | 0 | 0.06 | 0.83 | 0.00 | 55.47 | 0.99 | 0.58 |
| Hex | FE | EE | 2A | 0 | 6 | 53 | 0 | 37 | 63 | 3A |
| Octal | 376 | 356 | 52 | 0 | 6 | 123 | 0 | 67 | 143 | 72 |
| Binary | 11111110 | 11101110 | 101010 | 0 | 110 | 1010011 | 0 | 110111 | 1100011 | 111010 |
Color Harmonies of #FEEE2A
Complementary color
Monochromatic Colors of #FEEE2A
Black with #FEEE2A
Text Example
Text Example
White with #FEEE2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEE2A; }
p { color: rgb(254,238,42); }
H1.HeaderClassName
{
color: #FEEE2A;
}
.AnyTagClassName
{
color: #FEEE2A;
}
</style>
background-color css
<style>
a { background-color: #FEEE2A; }
a { background-color: rgb(254,238,42); }
div.DivClassName
{
background-color: #FEEE2A;
}
.BgClassName
{
background-color: #FEEE2A;
}
</style>
border-color css
<style>
span { border-color: #FEEE2A; }
span { border-color: rgb(254,238,42); }
td.TdClassName
{
border-color: #FEEE2A;
}
.TagClassName
{
border-color: #FEEE2A;
}
</style>