Shades of Gorse #FFE42A
Tints of Gorse #FFE42A
RGB
CMYK
RGB Variations
Color information
#FFE42A (or 0xFFE42A) is known color: Gorse. HEX triplet: FF, E4 and 2A. RGB value is (255,228,42). Sum of RGB (Red+Green+Blue) = 255+228+42=525 (69% of max value = 765). Red value is 255 (100% from 255 or 48.57% from 525); Green value is 228 (89.45% from 255 or 43.43% from 525); Blue value is 42 (16.80% from 255 or 8% from 525); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE42A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE42A is #001BD5. Grayscale: #D7D7D7. Windows color (decimal): -7126 or 2811135. OLE color: 2811135.
HSL color Cylindrical-coordinate representation of color #FFE42A: hue angle of 52.39º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FFE42A is Cyan = 0, Magento = 0.11, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 228 | 42 | - |
| CMYK | 0 | 0.11 | 0.84 | 0 |
| HSL | 52.39º | 1% | 0.58% | - |
| HSV(B) | 52.39º | 0.84% | 1% | - |
| XYZ | 69.4 | 76.91 | 13.38 | - |
| YUV | 214.87 | 30.45 | 156.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 228 | 42 | 0 | 0.11 | 0.84 | 0 | 52.39 | 1 | 0.58 |
| Hex | FF | E4 | 2A | 0 | B | 54 | 0 | 34 | 64 | 3A |
| Octal | 377 | 344 | 52 | 0 | 13 | 124 | 0 | 64 | 144 | 72 |
| Binary | 11111111 | 11100100 | 101010 | 0 | 1011 | 1010100 | 0 | 110100 | 1100100 | 111010 |
Color Harmonies of #FFE42A
Complementary color
Monochromatic Colors of #FFE42A
Black with #FFE42A
Text Example
Text Example
White with #FFE42A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE42A; }
p { color: rgb(255,228,42); }
H1.HeaderClassName
{
color: #FFE42A;
}
.AnyTagClassName
{
color: #FFE42A;
}
</style>
background-color css
<style>
a { background-color: #FFE42A; }
a { background-color: rgb(255,228,42); }
div.DivClassName
{
background-color: #FFE42A;
}
.BgClassName
{
background-color: #FFE42A;
}
</style>
border-color css
<style>
span { border-color: #FFE42A; }
span { border-color: rgb(255,228,42); }
td.TdClassName
{
border-color: #FFE42A;
}
.TagClassName
{
border-color: #FFE42A;
}
</style>