Shades of Gorse #FEE039
Tints of Gorse #FEE039
RGB
CMYK
RGB Variations
Color information
#FEE039 (or 0xFEE039) is known color: Gorse. HEX triplet: FE, E0 and 39. RGB value is (254,224,57). Sum of RGB (Red+Green+Blue) = 254+224+57=535 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.48% from 535); Green value is 224 (87.89% from 255 or 41.87% from 535); Blue value is 57 (22.66% from 255 or 10.65% from 535); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE039 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE039 is #011FC6. Grayscale: #D6D6D6. Windows color (decimal): -73671 or 3793150. OLE color: 3793150.
HSL color Cylindrical-coordinate representation of color #FEE039: hue angle of 50.86º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FEE039 is Cyan = 0, Magento = 0.12, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 224 | 57 | - |
| CMYK | 0 | 0.12 | 0.78 | 0.00 |
| HSL | 50.86º | 0.99% | 0.61% | - |
| HSV(B) | 50.86º | 0.78% | 1% | - |
| XYZ | 68.27 | 74.68 | 14.69 | - |
| YUV | 213.93 | 39.44 | 156.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 224 | 57 | 0 | 0.12 | 0.78 | 0.00 | 50.86 | 0.99 | 0.61 |
| Hex | FE | E0 | 39 | 0 | C | 4E | 0 | 33 | 63 | 3D |
| Octal | 376 | 340 | 71 | 0 | 14 | 116 | 0 | 63 | 143 | 75 |
| Binary | 11111110 | 11100000 | 111001 | 0 | 1100 | 1001110 | 0 | 110011 | 1100011 | 111101 |
Color Harmonies of #FEE039
Complementary color
Monochromatic Colors of #FEE039
Black with #FEE039
Text Example
Text Example
White with #FEE039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE039; }
p { color: rgb(254,224,57); }
H1.HeaderClassName
{
color: #FEE039;
}
.AnyTagClassName
{
color: #FEE039;
}
</style>
background-color css
<style>
a { background-color: #FEE039; }
a { background-color: rgb(254,224,57); }
div.DivClassName
{
background-color: #FEE039;
}
.BgClassName
{
background-color: #FEE039;
}
</style>
border-color css
<style>
span { border-color: #FEE039; }
span { border-color: rgb(254,224,57); }
td.TdClassName
{
border-color: #FEE039;
}
.TagClassName
{
border-color: #FEE039;
}
</style>