Shades of Gorse #FFE045
Tints of Gorse #FFE045
RGB
CMYK
RGB Variations
Color information
#FFE045 (or 0xFFE045) is known color: Gorse. HEX triplet: FF, E0 and 45. RGB value is (255,224,69). Sum of RGB (Red+Green+Blue) = 255+224+69=548 (72% of max value = 765). Red value is 255 (100% from 255 or 46.53% from 548); Green value is 224 (87.89% from 255 or 40.88% from 548); Blue value is 69 (27.34% from 255 or 12.59% from 548); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE045 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE045 is #001FBA. Grayscale: #D8D8D8. Windows color (decimal): -8123 or 4579583. OLE color: 4579583.
HSL color Cylindrical-coordinate representation of color #FFE045: hue angle of 50º 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 #FFE045 is Cyan = 0, Magento = 0.12, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 224 | 69 | - |
| CMYK | 0 | 0.12 | 0.73 | 0 |
| HSL | 50º | 1% | 0.64% | - |
| HSV(B) | 50º | 0.73% | 1% | - |
| XYZ | 68.97 | 75 | 16.47 | - |
| YUV | 215.6 | 45.27 | 156.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 224 | 69 | 0 | 0.12 | 0.73 | 0 | 50 | 1 | 0.64 |
| Hex | FF | E0 | 45 | 0 | C | 49 | 0 | 32 | 64 | 40 |
| Octal | 377 | 340 | 105 | 0 | 14 | 111 | 0 | 62 | 144 | 100 |
| Binary | 11111111 | 11100000 | 1000101 | 0 | 1100 | 1001001 | 0 | 110010 | 1100100 | 1000000 |
Color Harmonies of #FFE045
Complementary color
Monochromatic Colors of #FFE045
Black with #FFE045
Text Example
Text Example
White with #FFE045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE045; }
p { color: rgb(255,224,69); }
H1.HeaderClassName
{
color: #FFE045;
}
.AnyTagClassName
{
color: #FFE045;
}
</style>
background-color css
<style>
a { background-color: #FFE045; }
a { background-color: rgb(255,224,69); }
div.DivClassName
{
background-color: #FFE045;
}
.BgClassName
{
background-color: #FFE045;
}
</style>
border-color css
<style>
span { border-color: #FFE045; }
span { border-color: rgb(255,224,69); }
td.TdClassName
{
border-color: #FFE045;
}
.TagClassName
{
border-color: #FFE045;
}
</style>