Shades of Gorse #FFE13C
Tints of Gorse #FFE13C
RGB
CMYK
RGB Variations
Color information
#FFE13C (or 0xFFE13C) is known color: Gorse. HEX triplet: FF, E1 and 3C. RGB value is (255,225,60). Sum of RGB (Red+Green+Blue) = 255+225+60=540 (71% of max value = 765). Red value is 255 (100% from 255 or 47.22% from 540); Green value is 225 (88.28% from 255 or 41.67% from 540); Blue value is 60 (23.83% from 255 or 11.11% from 540); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE13C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE13C is #001EC3. Grayscale: #D7D7D7. Windows color (decimal): -7876 or 3990015. OLE color: 3990015.
HSL color Cylindrical-coordinate representation of color #FFE13C: hue angle of 50.77º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FFE13C is Cyan = 0, Magento = 0.12, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 225 | 60 | - |
| CMYK | 0 | 0.12 | 0.76 | 0 |
| HSL | 50.77º | 1% | 0.62% | - |
| HSV(B) | 50.77º | 0.76% | 1% | - |
| XYZ | 68.98 | 75.44 | 15.2 | - |
| YUV | 215.16 | 40.44 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 225 | 60 | 0 | 0.12 | 0.76 | 0 | 50.77 | 1 | 0.62 |
| Hex | FF | E1 | 3C | 0 | C | 4C | 0 | 33 | 64 | 3E |
| Octal | 377 | 341 | 74 | 0 | 14 | 114 | 0 | 63 | 144 | 76 |
| Binary | 11111111 | 11100001 | 111100 | 0 | 1100 | 1001100 | 0 | 110011 | 1100100 | 111110 |
Color Harmonies of #FFE13C
Complementary color
Monochromatic Colors of #FFE13C
Black with #FFE13C
Text Example
Text Example
White with #FFE13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE13C; }
p { color: rgb(255,225,60); }
H1.HeaderClassName
{
color: #FFE13C;
}
.AnyTagClassName
{
color: #FFE13C;
}
</style>
background-color css
<style>
a { background-color: #FFE13C; }
a { background-color: rgb(255,225,60); }
div.DivClassName
{
background-color: #FFE13C;
}
.BgClassName
{
background-color: #FFE13C;
}
</style>
border-color css
<style>
span { border-color: #FFE13C; }
span { border-color: rgb(255,225,60); }
td.TdClassName
{
border-color: #FFE13C;
}
.TagClassName
{
border-color: #FFE13C;
}
</style>