Shades of Gorse #FFE53C
Tints of Gorse #FFE53C
RGB
CMYK
RGB Variations
Color information
#FFE53C (or 0xFFE53C) is known color: Gorse. HEX triplet: FF, E5 and 3C. RGB value is (255,229,60). Sum of RGB (Red+Green+Blue) = 255+229+60=544 (72% of max value = 765). Red value is 255 (100% from 255 or 46.88% from 544); Green value is 229 (89.84% from 255 or 42.10% from 544); Blue value is 60 (23.83% from 255 or 11.03% from 544); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE53C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE53C is #001AC3. Grayscale: #DADADA. Windows color (decimal): -6852 or 3991039. OLE color: 3991039.
HSL color Cylindrical-coordinate representation of color #FFE53C: hue angle of 52º 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 #FFE53C is Cyan = 0, Magento = 0.10, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 229 | 60 | - |
| CMYK | 0 | 0.10 | 0.76 | 0 |
| HSL | 52º | 1% | 0.62% | - |
| HSV(B) | 52º | 0.76% | 1% | - |
| XYZ | 70.07 | 77.62 | 15.56 | - |
| YUV | 217.51 | 39.11 | 154.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 229 | 60 | 0 | 0.10 | 0.76 | 0 | 52 | 1 | 0.62 |
| Hex | FF | E5 | 3C | 0 | A | 4C | 0 | 34 | 64 | 3E |
| Octal | 377 | 345 | 74 | 0 | 12 | 114 | 0 | 64 | 144 | 76 |
| Binary | 11111111 | 11100101 | 111100 | 0 | 1010 | 1001100 | 0 | 110100 | 1100100 | 111110 |
Color Harmonies of #FFE53C
Complementary color
Monochromatic Colors of #FFE53C
Black with #FFE53C
Text Example
Text Example
White with #FFE53C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE53C; }
p { color: rgb(255,229,60); }
H1.HeaderClassName
{
color: #FFE53C;
}
.AnyTagClassName
{
color: #FFE53C;
}
</style>
background-color css
<style>
a { background-color: #FFE53C; }
a { background-color: rgb(255,229,60); }
div.DivClassName
{
background-color: #FFE53C;
}
.BgClassName
{
background-color: #FFE53C;
}
</style>
border-color css
<style>
span { border-color: #FFE53C; }
span { border-color: rgb(255,229,60); }
td.TdClassName
{
border-color: #FFE53C;
}
.TagClassName
{
border-color: #FFE53C;
}
</style>