Shades of Gorse #FEE932
Tints of Gorse #FEE932
RGB
CMYK
RGB Variations
Color information
#FEE932 (or 0xFEE932) is known color: Gorse. HEX triplet: FE, E9 and 32. RGB value is (254,233,50). Sum of RGB (Red+Green+Blue) = 254+233+50=537 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.30% from 537); Green value is 233 (91.41% from 255 or 43.39% from 537); Blue value is 50 (19.92% from 255 or 9.31% from 537); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE932 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEE932 is #0116CD. Grayscale: #DBDBDB. Windows color (decimal): -71374 or 3336702. OLE color: 3336702.
HSL color Cylindrical-coordinate representation of color #FEE932: hue angle of 53.82º 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 #FEE932 is Cyan = 0, Magento = 0.08, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 233 | 50 | - |
| CMYK | 0 | 0.08 | 0.80 | 0.00 |
| HSL | 53.82º | 0.99% | 0.6% | - |
| HSV(B) | 53.82º | 0.8% | 1% | - |
| XYZ | 70.59 | 79.58 | 14.66 | - |
| YUV | 218.42 | 32.96 | 153.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 233 | 50 | 0 | 0.08 | 0.80 | 0.00 | 53.82 | 0.99 | 0.6 |
| Hex | FE | E9 | 32 | 0 | 8 | 50 | 0 | 36 | 63 | 3C |
| Octal | 376 | 351 | 62 | 0 | 10 | 120 | 0 | 66 | 143 | 74 |
| Binary | 11111110 | 11101001 | 110010 | 0 | 1000 | 1010000 | 0 | 110110 | 1100011 | 111100 |
Color Harmonies of #FEE932
Complementary color
Monochromatic Colors of #FEE932
Black with #FEE932
Text Example
Text Example
White with #FEE932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE932; }
p { color: rgb(254,233,50); }
H1.HeaderClassName
{
color: #FEE932;
}
.AnyTagClassName
{
color: #FEE932;
}
</style>
background-color css
<style>
a { background-color: #FEE932; }
a { background-color: rgb(254,233,50); }
div.DivClassName
{
background-color: #FEE932;
}
.BgClassName
{
background-color: #FEE932;
}
</style>
border-color css
<style>
span { border-color: #FEE932; }
span { border-color: rgb(254,233,50); }
td.TdClassName
{
border-color: #FEE932;
}
.TagClassName
{
border-color: #FEE932;
}
</style>