Shades of Gorse #FFE53D
Tints of Gorse #FFE53D
RGB
CMYK
RGB Variations
Color information
#FFE53D (or 0xFFE53D) is known color: Gorse. HEX triplet: FF, E5 and 3D. RGB value is (255,229,61). Sum of RGB (Red+Green+Blue) = 255+229+61=545 (72% of max value = 765). Red value is 255 (100% from 255 or 46.79% from 545); Green value is 229 (89.84% from 255 or 42.02% from 545); Blue value is 61 (24.22% from 255 or 11.19% from 545); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE53D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE53D is #001AC2. Grayscale: #DADADA. Windows color (decimal): -6851 or 4056575. OLE color: 4056575.
HSL color Cylindrical-coordinate representation of color #FFE53D: hue angle of 51.96º 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 #FFE53D is Cyan = 0, Magento = 0.10, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 229 | 61 | - |
| CMYK | 0 | 0.10 | 0.76 | 0 |
| HSL | 51.96º | 1% | 0.62% | - |
| HSV(B) | 51.96º | 0.76% | 1% | - |
| XYZ | 70.1 | 77.64 | 15.71 | - |
| YUV | 217.62 | 39.61 | 154.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 229 | 61 | 0 | 0.10 | 0.76 | 0 | 51.96 | 1 | 0.62 |
| Hex | FF | E5 | 3D | 0 | A | 4C | 0 | 34 | 64 | 3E |
| Octal | 377 | 345 | 75 | 0 | 12 | 114 | 0 | 64 | 144 | 76 |
| Binary | 11111111 | 11100101 | 111101 | 0 | 1010 | 1001100 | 0 | 110100 | 1100100 | 111110 |
Color Harmonies of #FFE53D
Complementary color
Monochromatic Colors of #FFE53D
Black with #FFE53D
Text Example
Text Example
White with #FFE53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE53D; }
p { color: rgb(255,229,61); }
H1.HeaderClassName
{
color: #FFE53D;
}
.AnyTagClassName
{
color: #FFE53D;
}
</style>
background-color css
<style>
a { background-color: #FFE53D; }
a { background-color: rgb(255,229,61); }
div.DivClassName
{
background-color: #FFE53D;
}
.BgClassName
{
background-color: #FFE53D;
}
</style>
border-color css
<style>
span { border-color: #FFE53D; }
span { border-color: rgb(255,229,61); }
td.TdClassName
{
border-color: #FFE53D;
}
.TagClassName
{
border-color: #FFE53D;
}
</style>