Shades of Gorse #FEE934
Tints of Gorse #FEE934
RGB
CMYK
RGB Variations
Color information
#FEE934 (or 0xFEE934) is known color: Gorse. HEX triplet: FE, E9 and 34. RGB value is (254,233,52). Sum of RGB (Red+Green+Blue) = 254+233+52=539 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.12% from 539); Green value is 233 (91.41% from 255 or 43.23% from 539); Blue value is 52 (20.70% from 255 or 9.65% from 539); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE934 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEE934 is #0116CB. Grayscale: #DBDBDB. Windows color (decimal): -71372 or 3467774. OLE color: 3467774.
HSL color Cylindrical-coordinate representation of color #FEE934: hue angle of 53.76º 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 #FEE934 is Cyan = 0, Magento = 0.08, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 233 | 52 | - |
| CMYK | 0 | 0.08 | 0.80 | 0.00 |
| HSL | 53.76º | 0.99% | 0.6% | - |
| HSV(B) | 53.76º | 0.8% | 1% | - |
| XYZ | 70.63 | 79.6 | 14.89 | - |
| YUV | 218.65 | 33.96 | 153.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 233 | 52 | 0 | 0.08 | 0.80 | 0.00 | 53.76 | 0.99 | 0.6 |
| Hex | FE | E9 | 34 | 0 | 8 | 50 | 0 | 36 | 63 | 3C |
| Octal | 376 | 351 | 64 | 0 | 10 | 120 | 0 | 66 | 143 | 74 |
| Binary | 11111110 | 11101001 | 110100 | 0 | 1000 | 1010000 | 0 | 110110 | 1100011 | 111100 |
Color Harmonies of #FEE934
Complementary color
Monochromatic Colors of #FEE934
Black with #FEE934
Text Example
Text Example
White with #FEE934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE934; }
p { color: rgb(254,233,52); }
H1.HeaderClassName
{
color: #FEE934;
}
.AnyTagClassName
{
color: #FEE934;
}
</style>
background-color css
<style>
a { background-color: #FEE934; }
a { background-color: rgb(254,233,52); }
div.DivClassName
{
background-color: #FEE934;
}
.BgClassName
{
background-color: #FEE934;
}
</style>
border-color css
<style>
span { border-color: #FEE934; }
span { border-color: rgb(254,233,52); }
td.TdClassName
{
border-color: #FEE934;
}
.TagClassName
{
border-color: #FEE934;
}
</style>