Shades of Gorse #FFE145
Tints of Gorse #FFE145
RGB
CMYK
RGB Variations
Color information
#FFE145 (or 0xFFE145) is known color: Gorse. HEX triplet: FF, E1 and 45. RGB value is (255,225,69). Sum of RGB (Red+Green+Blue) = 255+225+69=549 (72% of max value = 765). Red value is 255 (100% from 255 or 46.45% from 549); Green value is 225 (88.28% from 255 or 40.98% from 549); Blue value is 69 (27.34% from 255 or 12.57% from 549); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE145 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE145 is #001EBA. Grayscale: #D8D8D8. Windows color (decimal): -7867 or 4579839. OLE color: 4579839.
HSL color Cylindrical-coordinate representation of color #FFE145: hue angle of 50.32º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FFE145 is Cyan = 0, Magento = 0.12, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 225 | 69 | - |
| CMYK | 0 | 0.12 | 0.73 | 0 |
| HSL | 50.32º | 1% | 0.64% | - |
| HSV(B) | 50.32º | 0.73% | 1% | - |
| XYZ | 69.24 | 75.54 | 16.56 | - |
| YUV | 216.19 | 44.94 | 155.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 225 | 69 | 0 | 0.12 | 0.73 | 0 | 50.32 | 1 | 0.64 |
| Hex | FF | E1 | 45 | 0 | C | 49 | 0 | 32 | 64 | 40 |
| Octal | 377 | 341 | 105 | 0 | 14 | 111 | 0 | 62 | 144 | 100 |
| Binary | 11111111 | 11100001 | 1000101 | 0 | 1100 | 1001001 | 0 | 110010 | 1100100 | 1000000 |
Color Harmonies of #FFE145
Complementary color
Monochromatic Colors of #FFE145
Black with #FFE145
Text Example
Text Example
White with #FFE145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE145; }
p { color: rgb(255,225,69); }
H1.HeaderClassName
{
color: #FFE145;
}
.AnyTagClassName
{
color: #FFE145;
}
</style>
background-color css
<style>
a { background-color: #FFE145; }
a { background-color: rgb(255,225,69); }
div.DivClassName
{
background-color: #FFE145;
}
.BgClassName
{
background-color: #FFE145;
}
</style>
border-color css
<style>
span { border-color: #FFE145; }
span { border-color: rgb(255,225,69); }
td.TdClassName
{
border-color: #FFE145;
}
.TagClassName
{
border-color: #FFE145;
}
</style>