Shades of Gorse #FFE142
Tints of Gorse #FFE142
RGB
CMYK
RGB Variations
Color information
#FFE142 (or 0xFFE142) is known color: Gorse. HEX triplet: FF, E1 and 42. RGB value is (255,225,66). Sum of RGB (Red+Green+Blue) = 255+225+66=546 (72% of max value = 765). Red value is 255 (100% from 255 or 46.70% from 546); Green value is 225 (88.28% from 255 or 41.21% from 546); Blue value is 66 (26.17% from 255 or 12.09% from 546); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE142 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE142 is #001EBD. Grayscale: #D8D8D8. Windows color (decimal): -7870 or 4383231. OLE color: 4383231.
HSL color Cylindrical-coordinate representation of color #FFE142: hue angle of 50.48º 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 #FFE142 is Cyan = 0, Magento = 0.12, Yellow = 0.74 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 225 | 66 | - |
| CMYK | 0 | 0.12 | 0.74 | 0 |
| HSL | 50.48º | 1% | 0.63% | - |
| HSV(B) | 50.48º | 0.74% | 1% | - |
| XYZ | 69.15 | 75.5 | 16.08 | - |
| YUV | 215.84 | 43.44 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 225 | 66 | 0 | 0.12 | 0.74 | 0 | 50.48 | 1 | 0.63 |
| Hex | FF | E1 | 42 | 0 | C | 4A | 0 | 32 | 64 | 3F |
| Octal | 377 | 341 | 102 | 0 | 14 | 112 | 0 | 62 | 144 | 77 |
| Binary | 11111111 | 11100001 | 1000010 | 0 | 1100 | 1001010 | 0 | 110010 | 1100100 | 111111 |
Color Harmonies of #FFE142
Complementary color
Monochromatic Colors of #FFE142
Black with #FFE142
Text Example
Text Example
White with #FFE142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE142; }
p { color: rgb(255,225,66); }
H1.HeaderClassName
{
color: #FFE142;
}
.AnyTagClassName
{
color: #FFE142;
}
</style>
background-color css
<style>
a { background-color: #FFE142; }
a { background-color: rgb(255,225,66); }
div.DivClassName
{
background-color: #FFE142;
}
.BgClassName
{
background-color: #FFE142;
}
</style>
border-color css
<style>
span { border-color: #FFE142; }
span { border-color: rgb(255,225,66); }
td.TdClassName
{
border-color: #FFE142;
}
.TagClassName
{
border-color: #FFE142;
}
</style>