Shades of Gorse #FFE534
Tints of Gorse #FFE534
RGB
CMYK
RGB Variations
Color information
#FFE534 (or 0xFFE534) is known color: Gorse. HEX triplet: FF, E5 and 34. RGB value is (255,229,52). Sum of RGB (Red+Green+Blue) = 255+229+52=536 (70% of max value = 765). Red value is 255 (100% from 255 or 47.57% from 536); Green value is 229 (89.84% from 255 or 42.72% from 536); Blue value is 52 (20.70% from 255 or 9.70% from 536); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE534 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE534 is #001ACB. Grayscale: #D9D9D9. Windows color (decimal): -6860 or 3466751. OLE color: 3466751.
HSL color Cylindrical-coordinate representation of color #FFE534: hue angle of 52.32º 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 #FFE534 is Cyan = 0, Magento = 0.10, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 229 | 52 | - |
| CMYK | 0 | 0.10 | 0.80 | 0 |
| HSL | 52.32º | 1% | 0.6% | - |
| HSV(B) | 52.32º | 0.8% | 1% | - |
| XYZ | 69.88 | 77.55 | 14.53 | - |
| YUV | 216.6 | 35.11 | 155.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 229 | 52 | 0 | 0.10 | 0.80 | 0 | 52.32 | 1 | 0.6 |
| Hex | FF | E5 | 34 | 0 | A | 50 | 0 | 34 | 64 | 3C |
| Octal | 377 | 345 | 64 | 0 | 12 | 120 | 0 | 64 | 144 | 74 |
| Binary | 11111111 | 11100101 | 110100 | 0 | 1010 | 1010000 | 0 | 110100 | 1100100 | 111100 |
Color Harmonies of #FFE534
Complementary color
Monochromatic Colors of #FFE534
Black with #FFE534
Text Example
Text Example
White with #FFE534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE534; }
p { color: rgb(255,229,52); }
H1.HeaderClassName
{
color: #FFE534;
}
.AnyTagClassName
{
color: #FFE534;
}
</style>
background-color css
<style>
a { background-color: #FFE534; }
a { background-color: rgb(255,229,52); }
div.DivClassName
{
background-color: #FFE534;
}
.BgClassName
{
background-color: #FFE534;
}
</style>
border-color css
<style>
span { border-color: #FFE534; }
span { border-color: rgb(255,229,52); }
td.TdClassName
{
border-color: #FFE534;
}
.TagClassName
{
border-color: #FFE534;
}
</style>