Shades of Gorse #FFEA2E
Tints of Gorse #FFEA2E
RGB
CMYK
RGB Variations
Color information
#FFEA2E (or 0xFFEA2E) is known color: Gorse. HEX triplet: FF, EA and 2E. RGB value is (255,234,46). Sum of RGB (Red+Green+Blue) = 255+234+46=535 (70% of max value = 765). Red value is 255 (100% from 255 or 47.66% from 535); Green value is 234 (91.80% from 255 or 43.74% from 535); Blue value is 46 (18.36% from 255 or 8.60% from 535); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEA2E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFEA2E is #0015D1. Grayscale: #DBDBDB. Windows color (decimal): -5586 or 3074815. OLE color: 3074815.
HSL color Cylindrical-coordinate representation of color #FFEA2E: hue angle of 53.97º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FFEA2E is Cyan = 0, Magento = 0.08, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 234 | 46 | - |
| CMYK | 0 | 0.08 | 0.82 | 0 |
| HSL | 53.97º | 1% | 0.59% | - |
| HSV(B) | 53.97º | 0.82% | 1% | - |
| XYZ | 71.16 | 80.3 | 14.33 | - |
| YUV | 218.85 | 30.46 | 153.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 234 | 46 | 0 | 0.08 | 0.82 | 0 | 53.97 | 1 | 0.59 |
| Hex | FF | EA | 2E | 0 | 8 | 52 | 0 | 36 | 64 | 3B |
| Octal | 377 | 352 | 56 | 0 | 10 | 122 | 0 | 66 | 144 | 73 |
| Binary | 11111111 | 11101010 | 101110 | 0 | 1000 | 1010010 | 0 | 110110 | 1100100 | 111011 |
Color Harmonies of #FFEA2E
Complementary color
Monochromatic Colors of #FFEA2E
Black with #FFEA2E
Text Example
Text Example
White with #FFEA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEA2E; }
p { color: rgb(255,234,46); }
H1.HeaderClassName
{
color: #FFEA2E;
}
.AnyTagClassName
{
color: #FFEA2E;
}
</style>
background-color css
<style>
a { background-color: #FFEA2E; }
a { background-color: rgb(255,234,46); }
div.DivClassName
{
background-color: #FFEA2E;
}
.BgClassName
{
background-color: #FFEA2E;
}
</style>
border-color css
<style>
span { border-color: #FFEA2E; }
span { border-color: rgb(255,234,46); }
td.TdClassName
{
border-color: #FFEA2E;
}
.TagClassName
{
border-color: #FFEA2E;
}
</style>