Shades of Gorse #FFE842
Tints of Gorse #FFE842
RGB
CMYK
RGB Variations
Color information
#FFE842 (or 0xFFE842) is known color: Gorse. HEX triplet: FF, E8 and 42. RGB value is (255,232,66). Sum of RGB (Red+Green+Blue) = 255+232+66=553 (73% of max value = 765). Red value is 255 (100% from 255 or 46.11% from 553); Green value is 232 (91.02% from 255 or 41.95% from 553); Blue value is 66 (26.17% from 255 or 11.93% from 553); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE842 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFE842 is #0017BD. Grayscale: #DCDCDC. Windows color (decimal): -6078 or 4385023. OLE color: 4385023.
HSL color Cylindrical-coordinate representation of color #FFE842: hue angle of 52.7º 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 #FFE842 is Cyan = 0, Magento = 0.09, Yellow = 0.74 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 232 | 66 | - |
| CMYK | 0 | 0.09 | 0.74 | 0 |
| HSL | 52.7º | 1% | 0.63% | - |
| HSV(B) | 52.7º | 0.74% | 1% | - |
| XYZ | 71.08 | 79.37 | 16.73 | - |
| YUV | 219.95 | 41.12 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 232 | 66 | 0 | 0.09 | 0.74 | 0 | 52.7 | 1 | 0.63 |
| Hex | FF | E8 | 42 | 0 | 9 | 4A | 0 | 35 | 64 | 3F |
| Octal | 377 | 350 | 102 | 0 | 11 | 112 | 0 | 65 | 144 | 77 |
| Binary | 11111111 | 11101000 | 1000010 | 0 | 1001 | 1001010 | 0 | 110101 | 1100100 | 111111 |
Color Harmonies of #FFE842
Complementary color
Monochromatic Colors of #FFE842
Black with #FFE842
Text Example
Text Example
White with #FFE842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE842; }
p { color: rgb(255,232,66); }
H1.HeaderClassName
{
color: #FFE842;
}
.AnyTagClassName
{
color: #FFE842;
}
</style>
background-color css
<style>
a { background-color: #FFE842; }
a { background-color: rgb(255,232,66); }
div.DivClassName
{
background-color: #FFE842;
}
.BgClassName
{
background-color: #FFE842;
}
</style>
border-color css
<style>
span { border-color: #FFE842; }
span { border-color: rgb(255,232,66); }
td.TdClassName
{
border-color: #FFE842;
}
.TagClassName
{
border-color: #FFE842;
}
</style>