Shades of Gorse #FEE033
Tints of Gorse #FEE033
RGB
CMYK
RGB Variations
Color information
#FEE033 (or 0xFEE033) is known color: Gorse. HEX triplet: FE, E0 and 33. RGB value is (254,224,51). Sum of RGB (Red+Green+Blue) = 254+224+51=529 (70% of max value = 765). Red value is 254 (99.61% from 255 or 48.02% from 529); Green value is 224 (87.89% from 255 or 42.34% from 529); Blue value is 51 (20.31% from 255 or 9.64% from 529); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE033 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE033 is #011FCC. Grayscale: #D5D5D5. Windows color (decimal): -73677 or 3399934. OLE color: 3399934.
HSL color Cylindrical-coordinate representation of color #FEE033: hue angle of 51.13º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FEE033 is Cyan = 0, Magento = 0.12, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 224 | 51 | - |
| CMYK | 0 | 0.12 | 0.80 | 0.00 |
| HSL | 51.13º | 0.99% | 0.6% | - |
| HSV(B) | 51.13º | 0.8% | 1% | - |
| XYZ | 68.13 | 74.62 | 13.94 | - |
| YUV | 213.25 | 36.44 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 224 | 51 | 0 | 0.12 | 0.80 | 0.00 | 51.13 | 0.99 | 0.6 |
| Hex | FE | E0 | 33 | 0 | C | 50 | 0 | 33 | 63 | 3C |
| Octal | 376 | 340 | 63 | 0 | 14 | 120 | 0 | 63 | 143 | 74 |
| Binary | 11111110 | 11100000 | 110011 | 0 | 1100 | 1010000 | 0 | 110011 | 1100011 | 111100 |
Color Harmonies of #FEE033
Complementary color
Monochromatic Colors of #FEE033
Black with #FEE033
Text Example
Text Example
White with #FEE033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE033; }
p { color: rgb(254,224,51); }
H1.HeaderClassName
{
color: #FEE033;
}
.AnyTagClassName
{
color: #FEE033;
}
</style>
background-color css
<style>
a { background-color: #FEE033; }
a { background-color: rgb(254,224,51); }
div.DivClassName
{
background-color: #FEE033;
}
.BgClassName
{
background-color: #FEE033;
}
</style>
border-color css
<style>
span { border-color: #FEE033; }
span { border-color: rgb(254,224,51); }
td.TdClassName
{
border-color: #FEE033;
}
.TagClassName
{
border-color: #FEE033;
}
</style>