Shades of Gorse #FFE13B
Tints of Gorse #FFE13B
RGB
CMYK
RGB Variations
Color information
#FFE13B (or 0xFFE13B) is known color: Gorse. HEX triplet: FF, E1 and 3B. RGB value is (255,225,59). Sum of RGB (Red+Green+Blue) = 255+225+59=539 (71% of max value = 765). Red value is 255 (100% from 255 or 47.31% from 539); Green value is 225 (88.28% from 255 or 41.74% from 539); Blue value is 59 (23.44% from 255 or 10.95% from 539); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE13B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE13B is #001EC4. Grayscale: #D7D7D7. Windows color (decimal): -7877 or 3924479. OLE color: 3924479.
HSL color Cylindrical-coordinate representation of color #FFE13B: hue angle of 50.82º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FFE13B is Cyan = 0, Magento = 0.12, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 225 | 59 | - |
| CMYK | 0 | 0.12 | 0.77 | 0 |
| HSL | 50.82º | 1% | 0.62% | - |
| HSV(B) | 50.82º | 0.77% | 1% | - |
| XYZ | 68.95 | 75.43 | 15.06 | - |
| YUV | 215.05 | 39.94 | 156.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 225 | 59 | 0 | 0.12 | 0.77 | 0 | 50.82 | 1 | 0.62 |
| Hex | FF | E1 | 3B | 0 | C | 4D | 0 | 33 | 64 | 3E |
| Octal | 377 | 341 | 73 | 0 | 14 | 115 | 0 | 63 | 144 | 76 |
| Binary | 11111111 | 11100001 | 111011 | 0 | 1100 | 1001101 | 0 | 110011 | 1100100 | 111110 |
Color Harmonies of #FFE13B
Complementary color
Monochromatic Colors of #FFE13B
Black with #FFE13B
Text Example
Text Example
White with #FFE13B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE13B; }
p { color: rgb(255,225,59); }
H1.HeaderClassName
{
color: #FFE13B;
}
.AnyTagClassName
{
color: #FFE13B;
}
</style>
background-color css
<style>
a { background-color: #FFE13B; }
a { background-color: rgb(255,225,59); }
div.DivClassName
{
background-color: #FFE13B;
}
.BgClassName
{
background-color: #FFE13B;
}
</style>
border-color css
<style>
span { border-color: #FFE13B; }
span { border-color: rgb(255,225,59); }
td.TdClassName
{
border-color: #FFE13B;
}
.TagClassName
{
border-color: #FFE13B;
}
</style>