Shades of Gorse #FFE542
Tints of Gorse #FFE542
RGB
CMYK
RGB Variations
Color information
#FFE542 (or 0xFFE542) is known color: Gorse. HEX triplet: FF, E5 and 42. RGB value is (255,229,66). Sum of RGB (Red+Green+Blue) = 255+229+66=550 (72% of max value = 765). Red value is 255 (100% from 255 or 46.36% from 550); Green value is 229 (89.84% from 255 or 41.64% from 550); Blue value is 66 (26.17% from 255 or 12% from 550); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE542 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE542 is #001ABD. Grayscale: #DADADA. Windows color (decimal): -6846 or 4384255. OLE color: 4384255.
HSL color Cylindrical-coordinate representation of color #FFE542: hue angle of 51.75º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FFE542 is Cyan = 0, Magento = 0.10, Yellow = 0.74 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 229 | 66 | - |
| CMYK | 0 | 0.10 | 0.74 | 0 |
| HSL | 51.75º | 1% | 0.63% | - |
| HSV(B) | 51.75º | 0.74% | 1% | - |
| XYZ | 70.24 | 77.69 | 16.45 | - |
| YUV | 218.19 | 42.11 | 154.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 229 | 66 | 0 | 0.10 | 0.74 | 0 | 51.75 | 1 | 0.63 |
| Hex | FF | E5 | 42 | 0 | A | 4A | 0 | 34 | 64 | 3F |
| Octal | 377 | 345 | 102 | 0 | 12 | 112 | 0 | 64 | 144 | 77 |
| Binary | 11111111 | 11100101 | 1000010 | 0 | 1010 | 1001010 | 0 | 110100 | 1100100 | 111111 |
Color Harmonies of #FFE542
Complementary color
Monochromatic Colors of #FFE542
Black with #FFE542
Text Example
Text Example
White with #FFE542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE542; }
p { color: rgb(255,229,66); }
H1.HeaderClassName
{
color: #FFE542;
}
.AnyTagClassName
{
color: #FFE542;
}
</style>
background-color css
<style>
a { background-color: #FFE542; }
a { background-color: rgb(255,229,66); }
div.DivClassName
{
background-color: #FFE542;
}
.BgClassName
{
background-color: #FFE542;
}
</style>
border-color css
<style>
span { border-color: #FFE542; }
span { border-color: rgb(255,229,66); }
td.TdClassName
{
border-color: #FFE542;
}
.TagClassName
{
border-color: #FFE542;
}
</style>