Shades of Gorse #FFE93A
Tints of Gorse #FFE93A
RGB
CMYK
RGB Variations
Color information
#FFE93A (or 0xFFE93A) is known color: Gorse. HEX triplet: FF, E9 and 3A. RGB value is (255,233,58). Sum of RGB (Red+Green+Blue) = 255+233+58=546 (72% of max value = 765). Red value is 255 (100% from 255 or 46.70% from 546); Green value is 233 (91.41% from 255 or 42.67% from 546); Blue value is 58 (23.05% from 255 or 10.62% from 546); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE93A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFE93A is #0016C5. Grayscale: #DCDCDC. Windows color (decimal): -5830 or 3860991. OLE color: 3860991.
HSL color Cylindrical-coordinate representation of color #FFE93A: hue angle of 53.3º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FFE93A is Cyan = 0, Magento = 0.09, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 233 | 58 | - |
| CMYK | 0 | 0.09 | 0.77 | 0 |
| HSL | 53.3º | 1% | 0.61% | - |
| HSV(B) | 53.3º | 0.77% | 1% | - |
| XYZ | 71.14 | 79.84 | 15.66 | - |
| YUV | 219.63 | 36.79 | 153.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 233 | 58 | 0 | 0.09 | 0.77 | 0 | 53.3 | 1 | 0.61 |
| Hex | FF | E9 | 3A | 0 | 9 | 4D | 0 | 35 | 64 | 3D |
| Octal | 377 | 351 | 72 | 0 | 11 | 115 | 0 | 65 | 144 | 75 |
| Binary | 11111111 | 11101001 | 111010 | 0 | 1001 | 1001101 | 0 | 110101 | 1100100 | 111101 |
Color Harmonies of #FFE93A
Complementary color
Monochromatic Colors of #FFE93A
Black with #FFE93A
Text Example
Text Example
White with #FFE93A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE93A; }
p { color: rgb(255,233,58); }
H1.HeaderClassName
{
color: #FFE93A;
}
.AnyTagClassName
{
color: #FFE93A;
}
</style>
background-color css
<style>
a { background-color: #FFE93A; }
a { background-color: rgb(255,233,58); }
div.DivClassName
{
background-color: #FFE93A;
}
.BgClassName
{
background-color: #FFE93A;
}
</style>
border-color css
<style>
span { border-color: #FFE93A; }
span { border-color: rgb(255,233,58); }
td.TdClassName
{
border-color: #FFE93A;
}
.TagClassName
{
border-color: #FFE93A;
}
</style>