Shades of Gorse #FEE342
Tints of Gorse #FEE342
RGB
CMYK
RGB Variations
Color information
#FEE342 (or 0xFEE342) is known color: Gorse. HEX triplet: FE, E3 and 42. RGB value is (254,227,66). Sum of RGB (Red+Green+Blue) = 254+227+66=547 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.44% from 547); Green value is 227 (89.06% from 255 or 41.50% from 547); Blue value is 66 (26.17% from 255 or 12.07% from 547); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE342 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE342 is #011CBD. Grayscale: #D9D9D9. Windows color (decimal): -72894 or 4383742. OLE color: 4383742.
HSL color Cylindrical-coordinate representation of color #FEE342: hue angle of 51.38º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FEE342 is Cyan = 0, Magento = 0.11, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 227 | 66 | - |
| CMYK | 0 | 0.11 | 0.74 | 0.00 |
| HSL | 51.38º | 0.99% | 0.63% | - |
| HSV(B) | 51.38º | 0.74% | 1% | - |
| XYZ | 69.33 | 76.4 | 16.25 | - |
| YUV | 216.72 | 42.95 | 154.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 227 | 66 | 0 | 0.11 | 0.74 | 0.00 | 51.38 | 0.99 | 0.63 |
| Hex | FE | E3 | 42 | 0 | B | 4A | 0 | 33 | 63 | 3F |
| Octal | 376 | 343 | 102 | 0 | 13 | 112 | 0 | 63 | 143 | 77 |
| Binary | 11111110 | 11100011 | 1000010 | 0 | 1011 | 1001010 | 0 | 110011 | 1100011 | 111111 |
Color Harmonies of #FEE342
Complementary color
Monochromatic Colors of #FEE342
Black with #FEE342
Text Example
Text Example
White with #FEE342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE342; }
p { color: rgb(254,227,66); }
H1.HeaderClassName
{
color: #FEE342;
}
.AnyTagClassName
{
color: #FEE342;
}
</style>
background-color css
<style>
a { background-color: #FEE342; }
a { background-color: rgb(254,227,66); }
div.DivClassName
{
background-color: #FEE342;
}
.BgClassName
{
background-color: #FEE342;
}
</style>
border-color css
<style>
span { border-color: #FEE342; }
span { border-color: rgb(254,227,66); }
td.TdClassName
{
border-color: #FEE342;
}
.TagClassName
{
border-color: #FEE342;
}
</style>