Shades of Gorse #FFEA42
Tints of Gorse #FFEA42
RGB
CMYK
RGB Variations
Color information
#FFEA42 (or 0xFFEA42) is known color: Gorse. HEX triplet: FF, EA and 42. RGB value is (255,234,66). Sum of RGB (Red+Green+Blue) = 255+234+66=555 (73% of max value = 765). Red value is 255 (100% from 255 or 45.95% from 555); Green value is 234 (91.80% from 255 or 42.16% from 555); Blue value is 66 (26.17% from 255 or 11.89% from 555); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEA42 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFEA42 is #0015BD. Grayscale: #DDDDDD. Windows color (decimal): -5566 or 4385535. OLE color: 4385535.
HSL color Cylindrical-coordinate representation of color #FFEA42: hue angle of 53.33º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FFEA42 is Cyan = 0, Magento = 0.08, Yellow = 0.74 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 234 | 66 | - |
| CMYK | 0 | 0.08 | 0.74 | 0 |
| HSL | 53.33º | 1% | 0.63% | - |
| HSV(B) | 53.33º | 0.74% | 1% | - |
| XYZ | 71.65 | 80.5 | 16.92 | - |
| YUV | 221.13 | 40.46 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 234 | 66 | 0 | 0.08 | 0.74 | 0 | 53.33 | 1 | 0.63 |
| Hex | FF | EA | 42 | 0 | 8 | 4A | 0 | 35 | 64 | 3F |
| Octal | 377 | 352 | 102 | 0 | 10 | 112 | 0 | 65 | 144 | 77 |
| Binary | 11111111 | 11101010 | 1000010 | 0 | 1000 | 1001010 | 0 | 110101 | 1100100 | 111111 |
Color Harmonies of #FFEA42
Complementary color
Monochromatic Colors of #FFEA42
Black with #FFEA42
Text Example
Text Example
White with #FFEA42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEA42; }
p { color: rgb(255,234,66); }
H1.HeaderClassName
{
color: #FFEA42;
}
.AnyTagClassName
{
color: #FFEA42;
}
</style>
background-color css
<style>
a { background-color: #FFEA42; }
a { background-color: rgb(255,234,66); }
div.DivClassName
{
background-color: #FFEA42;
}
.BgClassName
{
background-color: #FFEA42;
}
</style>
border-color css
<style>
span { border-color: #FFEA42; }
span { border-color: rgb(255,234,66); }
td.TdClassName
{
border-color: #FFEA42;
}
.TagClassName
{
border-color: #FFEA42;
}
</style>