Shades of Gorse #FFEA3F
Tints of Gorse #FFEA3F
RGB
CMYK
RGB Variations
Color information
#FFEA3F (or 0xFFEA3F) is known color: Gorse. HEX triplet: FF, EA and 3F. RGB value is (255,234,63). Sum of RGB (Red+Green+Blue) = 255+234+63=552 (73% of max value = 765). Red value is 255 (100% from 255 or 46.20% from 552); Green value is 234 (91.80% from 255 or 42.39% from 552); Blue value is 63 (25% from 255 or 11.41% from 552); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEA3F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFEA3F is #0015C0. Grayscale: #DDDDDD. Windows color (decimal): -5569 or 4188927. OLE color: 4188927.
HSL color Cylindrical-coordinate representation of color #FFEA3F: hue angle of 53.44º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FFEA3F is Cyan = 0, Magento = 0.08, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 234 | 63 | - |
| CMYK | 0 | 0.08 | 0.75 | 0 |
| HSL | 53.44º | 1% | 0.62% | - |
| HSV(B) | 53.44º | 0.75% | 1% | - |
| XYZ | 71.56 | 80.46 | 16.46 | - |
| YUV | 220.79 | 38.96 | 152.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 234 | 63 | 0 | 0.08 | 0.75 | 0 | 53.44 | 1 | 0.62 |
| Hex | FF | EA | 3F | 0 | 8 | 4B | 0 | 35 | 64 | 3E |
| Octal | 377 | 352 | 77 | 0 | 10 | 113 | 0 | 65 | 144 | 76 |
| Binary | 11111111 | 11101010 | 111111 | 0 | 1000 | 1001011 | 0 | 110101 | 1100100 | 111110 |
Color Harmonies of #FFEA3F
Complementary color
Monochromatic Colors of #FFEA3F
Black with #FFEA3F
Text Example
Text Example
White with #FFEA3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEA3F; }
p { color: rgb(255,234,63); }
H1.HeaderClassName
{
color: #FFEA3F;
}
.AnyTagClassName
{
color: #FFEA3F;
}
</style>
background-color css
<style>
a { background-color: #FFEA3F; }
a { background-color: rgb(255,234,63); }
div.DivClassName
{
background-color: #FFEA3F;
}
.BgClassName
{
background-color: #FFEA3F;
}
</style>
border-color css
<style>
span { border-color: #FFEA3F; }
span { border-color: rgb(255,234,63); }
td.TdClassName
{
border-color: #FFEA3F;
}
.TagClassName
{
border-color: #FFEA3F;
}
</style>