Shades of Gorse #FFE128
Tints of Gorse #FFE128
RGB
CMYK
RGB Variations
Color information
#FFE128 (or 0xFFE128) is known color: Gorse. HEX triplet: FF, E1 and 28. RGB value is (255,225,40). Sum of RGB (Red+Green+Blue) = 255+225+40=520 (68% of max value = 765). Red value is 255 (100% from 255 or 49.04% from 520); Green value is 225 (88.28% from 255 or 43.27% from 520); Blue value is 40 (16.02% from 255 or 7.69% from 520); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE128 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE128 is #001ED7. Grayscale: #D5D5D5. Windows color (decimal): -7896 or 2679295. OLE color: 2679295.
HSL color Cylindrical-coordinate representation of color #FFE128: hue angle of 51.63º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FFE128 is Cyan = 0, Magento = 0.12, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 225 | 40 | - |
| CMYK | 0 | 0.12 | 0.84 | 0 |
| HSL | 51.63º | 1% | 0.58% | - |
| HSV(B) | 51.63º | 0.84% | 1% | - |
| XYZ | 68.55 | 75.26 | 12.92 | - |
| YUV | 212.88 | 30.44 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 225 | 40 | 0 | 0.12 | 0.84 | 0 | 51.63 | 1 | 0.58 |
| Hex | FF | E1 | 28 | 0 | C | 54 | 0 | 34 | 64 | 3A |
| Octal | 377 | 341 | 50 | 0 | 14 | 124 | 0 | 64 | 144 | 72 |
| Binary | 11111111 | 11100001 | 101000 | 0 | 1100 | 1010100 | 0 | 110100 | 1100100 | 111010 |
Color Harmonies of #FFE128
Complementary color
Monochromatic Colors of #FFE128
Black with #FFE128
Text Example
Text Example
White with #FFE128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE128; }
p { color: rgb(255,225,40); }
H1.HeaderClassName
{
color: #FFE128;
}
.AnyTagClassName
{
color: #FFE128;
}
</style>
background-color css
<style>
a { background-color: #FFE128; }
a { background-color: rgb(255,225,40); }
div.DivClassName
{
background-color: #FFE128;
}
.BgClassName
{
background-color: #FFE128;
}
</style>
border-color css
<style>
span { border-color: #FFE128; }
span { border-color: rgb(255,225,40); }
td.TdClassName
{
border-color: #FFE128;
}
.TagClassName
{
border-color: #FFE128;
}
</style>