Shades of Gorse #FEE542
Tints of Gorse #FEE542
RGB
CMYK
RGB Variations
Color information
#FEE542 (or 0xFEE542) is known color: Gorse. HEX triplet: FE, E5 and 42. RGB value is (254,229,66). Sum of RGB (Red+Green+Blue) = 254+229+66=549 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.27% from 549); Green value is 229 (89.84% from 255 or 41.71% from 549); Blue value is 66 (26.17% from 255 or 12.02% from 549); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE542 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE542 is #011ABD. Grayscale: #DADADA. Windows color (decimal): -72382 or 4384254. OLE color: 4384254.
HSL color Cylindrical-coordinate representation of color #FEE542: hue angle of 52.02º 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 #FEE542 is Cyan = 0, Magento = 0.10, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 229 | 66 | - |
| CMYK | 0 | 0.10 | 0.74 | 0.00 |
| HSL | 52.02º | 0.99% | 0.63% | - |
| HSV(B) | 52.02º | 0.74% | 1% | - |
| XYZ | 69.88 | 77.5 | 16.43 | - |
| YUV | 217.89 | 42.28 | 153.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 229 | 66 | 0 | 0.10 | 0.74 | 0.00 | 52.02 | 0.99 | 0.63 |
| Hex | FE | E5 | 42 | 0 | A | 4A | 0 | 34 | 63 | 3F |
| Octal | 376 | 345 | 102 | 0 | 12 | 112 | 0 | 64 | 143 | 77 |
| Binary | 11111110 | 11100101 | 1000010 | 0 | 1010 | 1001010 | 0 | 110100 | 1100011 | 111111 |
Color Harmonies of #FEE542
Complementary color
Monochromatic Colors of #FEE542
Black with #FEE542
Text Example
Text Example
White with #FEE542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE542; }
p { color: rgb(254,229,66); }
H1.HeaderClassName
{
color: #FEE542;
}
.AnyTagClassName
{
color: #FEE542;
}
</style>
background-color css
<style>
a { background-color: #FEE542; }
a { background-color: rgb(254,229,66); }
div.DivClassName
{
background-color: #FEE542;
}
.BgClassName
{
background-color: #FEE542;
}
</style>
border-color css
<style>
span { border-color: #FEE542; }
span { border-color: rgb(254,229,66); }
td.TdClassName
{
border-color: #FEE542;
}
.TagClassName
{
border-color: #FEE542;
}
</style>