Shades of Gorse #FFE13A
Tints of Gorse #FFE13A
RGB
CMYK
RGB Variations
Color information
#FFE13A (or 0xFFE13A) is known color: Gorse. HEX triplet: FF, E1 and 3A. RGB value is (255,225,58). Sum of RGB (Red+Green+Blue) = 255+225+58=538 (71% of max value = 765). Red value is 255 (100% from 255 or 47.40% from 538); Green value is 225 (88.28% from 255 or 41.82% from 538); Blue value is 58 (23.05% from 255 or 10.78% from 538); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE13A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE13A is #001EC5. Grayscale: #D7D7D7. Windows color (decimal): -7878 or 3858943. OLE color: 3858943.
HSL color Cylindrical-coordinate representation of color #FFE13A: hue angle of 50.86º 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 #FFE13A is Cyan = 0, Magento = 0.12, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 225 | 58 | - |
| CMYK | 0 | 0.12 | 0.77 | 0 |
| HSL | 50.86º | 1% | 0.61% | - |
| HSV(B) | 50.86º | 0.77% | 1% | - |
| XYZ | 68.93 | 75.42 | 14.93 | - |
| YUV | 214.93 | 39.44 | 156.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 225 | 58 | 0 | 0.12 | 0.77 | 0 | 50.86 | 1 | 0.61 |
| Hex | FF | E1 | 3A | 0 | C | 4D | 0 | 33 | 64 | 3D |
| Octal | 377 | 341 | 72 | 0 | 14 | 115 | 0 | 63 | 144 | 75 |
| Binary | 11111111 | 11100001 | 111010 | 0 | 1100 | 1001101 | 0 | 110011 | 1100100 | 111101 |
Color Harmonies of #FFE13A
Complementary color
Monochromatic Colors of #FFE13A
Black with #FFE13A
Text Example
Text Example
White with #FFE13A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE13A; }
p { color: rgb(255,225,58); }
H1.HeaderClassName
{
color: #FFE13A;
}
.AnyTagClassName
{
color: #FFE13A;
}
</style>
background-color css
<style>
a { background-color: #FFE13A; }
a { background-color: rgb(255,225,58); }
div.DivClassName
{
background-color: #FFE13A;
}
.BgClassName
{
background-color: #FFE13A;
}
</style>
border-color css
<style>
span { border-color: #FFE13A; }
span { border-color: rgb(255,225,58); }
td.TdClassName
{
border-color: #FFE13A;
}
.TagClassName
{
border-color: #FFE13A;
}
</style>