Shades of Gorse #FFE942
Tints of Gorse #FFE942
RGB
CMYK
RGB Variations
Color information
#FFE942 (or 0xFFE942) is known color: Gorse. HEX triplet: FF, E9 and 42. RGB value is (255,233,66). Sum of RGB (Red+Green+Blue) = 255+233+66=554 (73% of max value = 765). Red value is 255 (100% from 255 or 46.03% from 554); Green value is 233 (91.41% from 255 or 42.06% from 554); Blue value is 66 (26.17% from 255 or 11.91% from 554); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE942 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFE942 is #0016BD. Grayscale: #DDDDDD. Windows color (decimal): -5822 or 4385279. OLE color: 4385279.
HSL color Cylindrical-coordinate representation of color #FFE942: hue angle of 53.02º 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 #FFE942 is Cyan = 0, Magento = 0.09, Yellow = 0.74 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 233 | 66 | - |
| CMYK | 0 | 0.09 | 0.74 | 0 |
| HSL | 53.02º | 1% | 0.63% | - |
| HSV(B) | 53.02º | 0.74% | 1% | - |
| XYZ | 71.36 | 79.93 | 16.82 | - |
| YUV | 220.54 | 40.79 | 152.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 233 | 66 | 0 | 0.09 | 0.74 | 0 | 53.02 | 1 | 0.63 |
| Hex | FF | E9 | 42 | 0 | 9 | 4A | 0 | 35 | 64 | 3F |
| Octal | 377 | 351 | 102 | 0 | 11 | 112 | 0 | 65 | 144 | 77 |
| Binary | 11111111 | 11101001 | 1000010 | 0 | 1001 | 1001010 | 0 | 110101 | 1100100 | 111111 |
Color Harmonies of #FFE942
Complementary color
Monochromatic Colors of #FFE942
Black with #FFE942
Text Example
Text Example
White with #FFE942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE942; }
p { color: rgb(255,233,66); }
H1.HeaderClassName
{
color: #FFE942;
}
.AnyTagClassName
{
color: #FFE942;
}
</style>
background-color css
<style>
a { background-color: #FFE942; }
a { background-color: rgb(255,233,66); }
div.DivClassName
{
background-color: #FFE942;
}
.BgClassName
{
background-color: #FFE942;
}
</style>
border-color css
<style>
span { border-color: #FFE942; }
span { border-color: rgb(255,233,66); }
td.TdClassName
{
border-color: #FFE942;
}
.TagClassName
{
border-color: #FFE942;
}
</style>