Shades of Gorse #FFE532
Tints of Gorse #FFE532
RGB
CMYK
RGB Variations
Color information
#FFE532 (or 0xFFE532) is known color: Gorse. HEX triplet: FF, E5 and 32. RGB value is (255,229,50). Sum of RGB (Red+Green+Blue) = 255+229+50=534 (70% of max value = 765). Red value is 255 (100% from 255 or 47.75% from 534); Green value is 229 (89.84% from 255 or 42.88% from 534); Blue value is 50 (19.92% from 255 or 9.36% from 534); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE532 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE532 is #001ACD. Grayscale: #D9D9D9. Windows color (decimal): -6862 or 3335679. OLE color: 3335679.
HSL color Cylindrical-coordinate representation of color #FFE532: hue angle of 52.39º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FFE532 is Cyan = 0, Magento = 0.10, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 229 | 50 | - |
| CMYK | 0 | 0.10 | 0.80 | 0 |
| HSL | 52.39º | 1% | 0.6% | - |
| HSV(B) | 52.39º | 0.8% | 1% | - |
| XYZ | 69.84 | 77.53 | 14.3 | - |
| YUV | 216.37 | 34.11 | 155.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 229 | 50 | 0 | 0.10 | 0.80 | 0 | 52.39 | 1 | 0.6 |
| Hex | FF | E5 | 32 | 0 | A | 50 | 0 | 34 | 64 | 3C |
| Octal | 377 | 345 | 62 | 0 | 12 | 120 | 0 | 64 | 144 | 74 |
| Binary | 11111111 | 11100101 | 110010 | 0 | 1010 | 1010000 | 0 | 110100 | 1100100 | 111100 |
Color Harmonies of #FFE532
Complementary color
Monochromatic Colors of #FFE532
Black with #FFE532
Text Example
Text Example
White with #FFE532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE532; }
p { color: rgb(255,229,50); }
H1.HeaderClassName
{
color: #FFE532;
}
.AnyTagClassName
{
color: #FFE532;
}
</style>
background-color css
<style>
a { background-color: #FFE532; }
a { background-color: rgb(255,229,50); }
div.DivClassName
{
background-color: #FFE532;
}
.BgClassName
{
background-color: #FFE532;
}
</style>
border-color css
<style>
span { border-color: #FFE532; }
span { border-color: rgb(255,229,50); }
td.TdClassName
{
border-color: #FFE532;
}
.TagClassName
{
border-color: #FFE532;
}
</style>