Shades of Gorse #FFE341
Tints of Gorse #FFE341
RGB
CMYK
RGB Variations
Color information
#FFE341 (or 0xFFE341) is known color: Gorse. HEX triplet: FF, E3 and 41. RGB value is (255,227,65). Sum of RGB (Red+Green+Blue) = 255+227+65=547 (72% of max value = 765). Red value is 255 (100% from 255 or 46.62% from 547); Green value is 227 (89.06% from 255 or 41.50% from 547); Blue value is 65 (25.78% from 255 or 11.88% from 547); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE341 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE341 is #001CBE. Grayscale: #D9D9D9. Windows color (decimal): -7359 or 4318207. OLE color: 4318207.
HSL color Cylindrical-coordinate representation of color #FFE341: hue angle of 51.16º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FFE341 is Cyan = 0, Magento = 0.11, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 227 | 65 | - |
| CMYK | 0 | 0.11 | 0.75 | 0 |
| HSL | 51.16º | 1% | 0.63% | - |
| HSV(B) | 51.16º | 0.75% | 1% | - |
| XYZ | 69.66 | 76.58 | 16.11 | - |
| YUV | 216.9 | 42.28 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 227 | 65 | 0 | 0.11 | 0.75 | 0 | 51.16 | 1 | 0.63 |
| Hex | FF | E3 | 41 | 0 | B | 4B | 0 | 33 | 64 | 3F |
| Octal | 377 | 343 | 101 | 0 | 13 | 113 | 0 | 63 | 144 | 77 |
| Binary | 11111111 | 11100011 | 1000001 | 0 | 1011 | 1001011 | 0 | 110011 | 1100100 | 111111 |
Color Harmonies of #FFE341
Complementary color
Monochromatic Colors of #FFE341
Black with #FFE341
Text Example
Text Example
White with #FFE341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE341; }
p { color: rgb(255,227,65); }
H1.HeaderClassName
{
color: #FFE341;
}
.AnyTagClassName
{
color: #FFE341;
}
</style>
background-color css
<style>
a { background-color: #FFE341; }
a { background-color: rgb(255,227,65); }
div.DivClassName
{
background-color: #FFE341;
}
.BgClassName
{
background-color: #FFE341;
}
</style>
border-color css
<style>
span { border-color: #FFE341; }
span { border-color: rgb(255,227,65); }
td.TdClassName
{
border-color: #FFE341;
}
.TagClassName
{
border-color: #FFE341;
}
</style>