Shades of Gorse #FFEA39
Tints of Gorse #FFEA39
RGB
CMYK
RGB Variations
Color information
#FFEA39 (or 0xFFEA39) is known color: Gorse. HEX triplet: FF, EA and 39. RGB value is (255,234,57). Sum of RGB (Red+Green+Blue) = 255+234+57=546 (72% of max value = 765). Red value is 255 (100% from 255 or 46.70% from 546); Green value is 234 (91.80% from 255 or 42.86% from 546); Blue value is 57 (22.66% from 255 or 10.44% from 546); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEA39 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFEA39 is #0015C6. Grayscale: #DCDCDC. Windows color (decimal): -5575 or 3795711. OLE color: 3795711.
HSL color Cylindrical-coordinate representation of color #FFEA39: hue angle of 53.64º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FFEA39 is Cyan = 0, Magento = 0.08, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 234 | 57 | - |
| CMYK | 0 | 0.08 | 0.78 | 0 |
| HSL | 53.64º | 1% | 0.61% | - |
| HSV(B) | 53.64º | 0.78% | 1% | - |
| XYZ | 71.4 | 80.4 | 15.63 | - |
| YUV | 220.1 | 35.96 | 152.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 234 | 57 | 0 | 0.08 | 0.78 | 0 | 53.64 | 1 | 0.61 |
| Hex | FF | EA | 39 | 0 | 8 | 4E | 0 | 36 | 64 | 3D |
| Octal | 377 | 352 | 71 | 0 | 10 | 116 | 0 | 66 | 144 | 75 |
| Binary | 11111111 | 11101010 | 111001 | 0 | 1000 | 1001110 | 0 | 110110 | 1100100 | 111101 |
Color Harmonies of #FFEA39
Complementary color
Monochromatic Colors of #FFEA39
Black with #FFEA39
Text Example
Text Example
White with #FFEA39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEA39; }
p { color: rgb(255,234,57); }
H1.HeaderClassName
{
color: #FFEA39;
}
.AnyTagClassName
{
color: #FFEA39;
}
</style>
background-color css
<style>
a { background-color: #FFEA39; }
a { background-color: rgb(255,234,57); }
div.DivClassName
{
background-color: #FFEA39;
}
.BgClassName
{
background-color: #FFEA39;
}
</style>
border-color css
<style>
span { border-color: #FFEA39; }
span { border-color: rgb(255,234,57); }
td.TdClassName
{
border-color: #FFEA39;
}
.TagClassName
{
border-color: #FFEA39;
}
</style>