Shades of Gorse #FFEA2C
Tints of Gorse #FFEA2C
RGB
CMYK
RGB Variations
Color information
#FFEA2C (or 0xFFEA2C) is known color: Gorse. HEX triplet: FF, EA and 2C. RGB value is (255,234,44). Sum of RGB (Red+Green+Blue) = 255+234+44=533 (70% of max value = 765). Red value is 255 (100% from 255 or 47.84% from 533); Green value is 234 (91.80% from 255 or 43.90% from 533); Blue value is 44 (17.58% from 255 or 8.26% from 533); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEA2C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFEA2C is #0015D3. Grayscale: #DBDBDB. Windows color (decimal): -5588 or 2943743. OLE color: 2943743.
HSL color Cylindrical-coordinate representation of color #FFEA2C: hue angle of 54.03º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FFEA2C is Cyan = 0, Magento = 0.08, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 234 | 44 | - |
| CMYK | 0 | 0.08 | 0.83 | 0 |
| HSL | 54.03º | 1% | 0.59% | - |
| HSV(B) | 54.03º | 0.83% | 1% | - |
| XYZ | 71.12 | 80.29 | 14.13 | - |
| YUV | 218.62 | 29.46 | 153.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 234 | 44 | 0 | 0.08 | 0.83 | 0 | 54.03 | 1 | 0.59 |
| Hex | FF | EA | 2C | 0 | 8 | 53 | 0 | 36 | 64 | 3B |
| Octal | 377 | 352 | 54 | 0 | 10 | 123 | 0 | 66 | 144 | 73 |
| Binary | 11111111 | 11101010 | 101100 | 0 | 1000 | 1010011 | 0 | 110110 | 1100100 | 111011 |
Color Harmonies of #FFEA2C
Complementary color
Monochromatic Colors of #FFEA2C
Black with #FFEA2C
Text Example
Text Example
White with #FFEA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEA2C; }
p { color: rgb(255,234,44); }
H1.HeaderClassName
{
color: #FFEA2C;
}
.AnyTagClassName
{
color: #FFEA2C;
}
</style>
background-color css
<style>
a { background-color: #FFEA2C; }
a { background-color: rgb(255,234,44); }
div.DivClassName
{
background-color: #FFEA2C;
}
.BgClassName
{
background-color: #FFEA2C;
}
</style>
border-color css
<style>
span { border-color: #FFEA2C; }
span { border-color: rgb(255,234,44); }
td.TdClassName
{
border-color: #FFEA2C;
}
.TagClassName
{
border-color: #FFEA2C;
}
</style>