Shades of Gorse #FFE525
Tints of Gorse #FFE525
RGB
CMYK
RGB Variations
Color information
#FFE525 (or 0xFFE525) is known color: Gorse. HEX triplet: FF, E5 and 25. RGB value is (255,229,37). Sum of RGB (Red+Green+Blue) = 255+229+37=521 (69% of max value = 765). Red value is 255 (100% from 255 or 48.94% from 521); Green value is 229 (89.84% from 255 or 43.95% from 521); Blue value is 37 (14.84% from 255 or 7.10% from 521); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE525 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE525 is #001ADA. Grayscale: #D7D7D7. Windows color (decimal): -6875 or 2483711. OLE color: 2483711.
HSL color Cylindrical-coordinate representation of color #FFE525: hue angle of 52.84º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FFE525 is Cyan = 0, Magento = 0.10, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 229 | 37 | - |
| CMYK | 0 | 0.10 | 0.85 | 0 |
| HSL | 52.84º | 1% | 0.57% | - |
| HSV(B) | 52.84º | 0.85% | 1% | - |
| XYZ | 69.59 | 77.43 | 13.03 | - |
| YUV | 214.89 | 27.61 | 156.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 229 | 37 | 0 | 0.10 | 0.85 | 0 | 52.84 | 1 | 0.57 |
| Hex | FF | E5 | 25 | 0 | A | 55 | 0 | 35 | 64 | 39 |
| Octal | 377 | 345 | 45 | 0 | 12 | 125 | 0 | 65 | 144 | 71 |
| Binary | 11111111 | 11100101 | 100101 | 0 | 1010 | 1010101 | 0 | 110101 | 1100100 | 111001 |
Color Harmonies of #FFE525
Complementary color
Monochromatic Colors of #FFE525
Black with #FFE525
Text Example
Text Example
White with #FFE525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE525; }
p { color: rgb(255,229,37); }
H1.HeaderClassName
{
color: #FFE525;
}
.AnyTagClassName
{
color: #FFE525;
}
</style>
background-color css
<style>
a { background-color: #FFE525; }
a { background-color: rgb(255,229,37); }
div.DivClassName
{
background-color: #FFE525;
}
.BgClassName
{
background-color: #FFE525;
}
</style>
border-color css
<style>
span { border-color: #FFE525; }
span { border-color: rgb(255,229,37); }
td.TdClassName
{
border-color: #FFE525;
}
.TagClassName
{
border-color: #FFE525;
}
</style>