Shades of Gorse #FEEE32
Tints of Gorse #FEEE32
RGB
CMYK
RGB Variations
Color information
#FEEE32 (or 0xFEEE32) is known color: Gorse. HEX triplet: FE, EE and 32. RGB value is (254,238,50). Sum of RGB (Red+Green+Blue) = 254+238+50=542 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.86% from 542); Green value is 238 (93.36% from 255 or 43.91% from 542); Blue value is 50 (19.92% from 255 or 9.23% from 542); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEE32 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEEE32 is #0111CD. Grayscale: #DEDEDE. Windows color (decimal): -70094 or 3337982. OLE color: 3337982.
HSL color Cylindrical-coordinate representation of color #FEEE32: hue angle of 55.29º 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 #FEEE32 is Cyan = 0, Magento = 0.06, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 238 | 50 | - |
| CMYK | 0 | 0.06 | 0.80 | 0.00 |
| HSL | 55.29º | 0.99% | 0.6% | - |
| HSV(B) | 55.29º | 0.8% | 1% | - |
| XYZ | 72.02 | 82.45 | 15.14 | - |
| YUV | 221.35 | 31.3 | 151.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 238 | 50 | 0 | 0.06 | 0.80 | 0.00 | 55.29 | 0.99 | 0.6 |
| Hex | FE | EE | 32 | 0 | 6 | 50 | 0 | 37 | 63 | 3C |
| Octal | 376 | 356 | 62 | 0 | 6 | 120 | 0 | 67 | 143 | 74 |
| Binary | 11111110 | 11101110 | 110010 | 0 | 110 | 1010000 | 0 | 110111 | 1100011 | 111100 |
Color Harmonies of #FEEE32
Complementary color
Monochromatic Colors of #FEEE32
Black with #FEEE32
Text Example
Text Example
White with #FEEE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEE32; }
p { color: rgb(254,238,50); }
H1.HeaderClassName
{
color: #FEEE32;
}
.AnyTagClassName
{
color: #FEEE32;
}
</style>
background-color css
<style>
a { background-color: #FEEE32; }
a { background-color: rgb(254,238,50); }
div.DivClassName
{
background-color: #FEEE32;
}
.BgClassName
{
background-color: #FEEE32;
}
</style>
border-color css
<style>
span { border-color: #FEEE32; }
span { border-color: rgb(254,238,50); }
td.TdClassName
{
border-color: #FEEE32;
}
.TagClassName
{
border-color: #FEEE32;
}
</style>