Shades of Gorse #FFE430
Tints of Gorse #FFE430
RGB
CMYK
RGB Variations
Color information
#FFE430 (or 0xFFE430) is known color: Gorse. HEX triplet: FF, E4 and 30. RGB value is (255,228,48). Sum of RGB (Red+Green+Blue) = 255+228+48=531 (70% of max value = 765). Red value is 255 (100% from 255 or 48.02% from 531); Green value is 228 (89.45% from 255 or 42.94% from 531); Blue value is 48 (19.14% from 255 or 9.04% from 531); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE430 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE430 is #001BCF. Grayscale: #D8D8D8. Windows color (decimal): -7120 or 3204351. OLE color: 3204351.
HSL color Cylindrical-coordinate representation of color #FFE430: hue angle of 52.17º 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 #FFE430 is Cyan = 0, Magento = 0.11, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 228 | 48 | - |
| CMYK | 0 | 0.11 | 0.81 | 0 |
| HSL | 52.17º | 1% | 0.59% | - |
| HSV(B) | 52.17º | 0.81% | 1% | - |
| XYZ | 69.52 | 76.96 | 13.99 | - |
| YUV | 215.55 | 33.45 | 156.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 228 | 48 | 0 | 0.11 | 0.81 | 0 | 52.17 | 1 | 0.59 |
| Hex | FF | E4 | 30 | 0 | B | 51 | 0 | 34 | 64 | 3B |
| Octal | 377 | 344 | 60 | 0 | 13 | 121 | 0 | 64 | 144 | 73 |
| Binary | 11111111 | 11100100 | 110000 | 0 | 1011 | 1010001 | 0 | 110100 | 1100100 | 111011 |
Color Harmonies of #FFE430
Complementary color
Monochromatic Colors of #FFE430
Black with #FFE430
Text Example
Text Example
White with #FFE430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE430; }
p { color: rgb(255,228,48); }
H1.HeaderClassName
{
color: #FFE430;
}
.AnyTagClassName
{
color: #FFE430;
}
</style>
background-color css
<style>
a { background-color: #FFE430; }
a { background-color: rgb(255,228,48); }
div.DivClassName
{
background-color: #FFE430;
}
.BgClassName
{
background-color: #FFE430;
}
</style>
border-color css
<style>
span { border-color: #FFE430; }
span { border-color: rgb(255,228,48); }
td.TdClassName
{
border-color: #FFE430;
}
.TagClassName
{
border-color: #FFE430;
}
</style>