Shades of Gorse #FFEA2B
Tints of Gorse #FFEA2B
RGB
CMYK
RGB Variations
Color information
#FFEA2B (or 0xFFEA2B) is known color: Gorse. HEX triplet: FF, EA and 2B. RGB value is (255,234,43). Sum of RGB (Red+Green+Blue) = 255+234+43=532 (70% of max value = 765). Red value is 255 (100% from 255 or 47.93% from 532); Green value is 234 (91.80% from 255 or 43.98% from 532); Blue value is 43 (17.19% from 255 or 8.08% from 532); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEA2B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFEA2B is #0015D4. Grayscale: #DBDBDB. Windows color (decimal): -5589 or 2878207. OLE color: 2878207.
HSL color Cylindrical-coordinate representation of color #FFEA2B: hue angle of 54.06º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FFEA2B is Cyan = 0, Magento = 0.08, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 234 | 43 | - |
| CMYK | 0 | 0.08 | 0.83 | 0 |
| HSL | 54.06º | 1% | 0.58% | - |
| HSV(B) | 54.06º | 0.83% | 1% | - |
| XYZ | 71.1 | 80.28 | 14.03 | - |
| YUV | 218.51 | 28.96 | 154.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 234 | 43 | 0 | 0.08 | 0.83 | 0 | 54.06 | 1 | 0.58 |
| Hex | FF | EA | 2B | 0 | 8 | 53 | 0 | 36 | 64 | 3A |
| Octal | 377 | 352 | 53 | 0 | 10 | 123 | 0 | 66 | 144 | 72 |
| Binary | 11111111 | 11101010 | 101011 | 0 | 1000 | 1010011 | 0 | 110110 | 1100100 | 111010 |
Color Harmonies of #FFEA2B
Complementary color
Monochromatic Colors of #FFEA2B
Black with #FFEA2B
Text Example
Text Example
White with #FFEA2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEA2B; }
p { color: rgb(255,234,43); }
H1.HeaderClassName
{
color: #FFEA2B;
}
.AnyTagClassName
{
color: #FFEA2B;
}
</style>
background-color css
<style>
a { background-color: #FFEA2B; }
a { background-color: rgb(255,234,43); }
div.DivClassName
{
background-color: #FFEA2B;
}
.BgClassName
{
background-color: #FFEA2B;
}
</style>
border-color css
<style>
span { border-color: #FFEA2B; }
span { border-color: rgb(255,234,43); }
td.TdClassName
{
border-color: #FFEA2B;
}
.TagClassName
{
border-color: #FFEA2B;
}
</style>