Shades of Gorse #FFE530
Tints of Gorse #FFE530
RGB
CMYK
RGB Variations
Color information
#FFE530 (or 0xFFE530) is known color: Gorse. HEX triplet: FF, E5 and 30. RGB value is (255,229,48). Sum of RGB (Red+Green+Blue) = 255+229+48=532 (70% of max value = 765). Red value is 255 (100% from 255 or 47.93% from 532); Green value is 229 (89.84% from 255 or 43.05% from 532); Blue value is 48 (19.14% from 255 or 9.02% from 532); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE530 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE530 is #001ACF. Grayscale: #D8D8D8. Windows color (decimal): -6864 or 3204607. OLE color: 3204607.
HSL color Cylindrical-coordinate representation of color #FFE530: hue angle of 52.46º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FFE530 is Cyan = 0, Magento = 0.10, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 229 | 48 | - |
| CMYK | 0 | 0.10 | 0.81 | 0 |
| HSL | 52.46º | 1% | 0.59% | - |
| HSV(B) | 52.46º | 0.81% | 1% | - |
| XYZ | 69.79 | 77.51 | 14.08 | - |
| YUV | 216.14 | 33.11 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 229 | 48 | 0 | 0.10 | 0.81 | 0 | 52.46 | 1 | 0.59 |
| Hex | FF | E5 | 30 | 0 | A | 51 | 0 | 34 | 64 | 3B |
| Octal | 377 | 345 | 60 | 0 | 12 | 121 | 0 | 64 | 144 | 73 |
| Binary | 11111111 | 11100101 | 110000 | 0 | 1010 | 1010001 | 0 | 110100 | 1100100 | 111011 |
Color Harmonies of #FFE530
Complementary color
Monochromatic Colors of #FFE530
Black with #FFE530
Text Example
Text Example
White with #FFE530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE530; }
p { color: rgb(255,229,48); }
H1.HeaderClassName
{
color: #FFE530;
}
.AnyTagClassName
{
color: #FFE530;
}
</style>
background-color css
<style>
a { background-color: #FFE530; }
a { background-color: rgb(255,229,48); }
div.DivClassName
{
background-color: #FFE530;
}
.BgClassName
{
background-color: #FFE530;
}
</style>
border-color css
<style>
span { border-color: #FFE530; }
span { border-color: rgb(255,229,48); }
td.TdClassName
{
border-color: #FFE530;
}
.TagClassName
{
border-color: #FFE530;
}
</style>