Shades of Gorse #FEE834
Tints of Gorse #FEE834
RGB
CMYK
RGB Variations
Color information
#FEE834 (or 0xFEE834) is known color: Gorse. HEX triplet: FE, E8 and 34. RGB value is (254,232,52). Sum of RGB (Red+Green+Blue) = 254+232+52=538 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.21% from 538); Green value is 232 (91.02% from 255 or 43.12% from 538); Blue value is 52 (20.70% from 255 or 9.67% from 538); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE834 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEE834 is #0117CB. Grayscale: #DADADA. Windows color (decimal): -71628 or 3467518. OLE color: 3467518.
HSL color Cylindrical-coordinate representation of color #FEE834: hue angle of 53.47º 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 #FEE834 is Cyan = 0, Magento = 0.09, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 232 | 52 | - |
| CMYK | 0 | 0.09 | 0.80 | 0.00 |
| HSL | 53.47º | 0.99% | 0.6% | - |
| HSV(B) | 53.47º | 0.8% | 1% | - |
| XYZ | 70.35 | 79.03 | 14.8 | - |
| YUV | 218.06 | 34.29 | 153.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 232 | 52 | 0 | 0.09 | 0.80 | 0.00 | 53.47 | 0.99 | 0.6 |
| Hex | FE | E8 | 34 | 0 | 9 | 50 | 0 | 35 | 63 | 3C |
| Octal | 376 | 350 | 64 | 0 | 11 | 120 | 0 | 65 | 143 | 74 |
| Binary | 11111110 | 11101000 | 110100 | 0 | 1001 | 1010000 | 0 | 110101 | 1100011 | 111100 |
Color Harmonies of #FEE834
Complementary color
Monochromatic Colors of #FEE834
Black with #FEE834
Text Example
Text Example
White with #FEE834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE834; }
p { color: rgb(254,232,52); }
H1.HeaderClassName
{
color: #FEE834;
}
.AnyTagClassName
{
color: #FEE834;
}
</style>
background-color css
<style>
a { background-color: #FEE834; }
a { background-color: rgb(254,232,52); }
div.DivClassName
{
background-color: #FEE834;
}
.BgClassName
{
background-color: #FEE834;
}
</style>
border-color css
<style>
span { border-color: #FEE834; }
span { border-color: rgb(254,232,52); }
td.TdClassName
{
border-color: #FEE834;
}
.TagClassName
{
border-color: #FEE834;
}
</style>