Shades of Gorse #FFE327
Tints of Gorse #FFE327
RGB
CMYK
RGB Variations
Color information
#FFE327 (or 0xFFE327) is known color: Gorse. HEX triplet: FF, E3 and 27. RGB value is (255,227,39). Sum of RGB (Red+Green+Blue) = 255+227+39=521 (69% of max value = 765). Red value is 255 (100% from 255 or 48.94% from 521); Green value is 227 (89.06% from 255 or 43.57% from 521); Blue value is 39 (15.62% from 255 or 7.49% from 521); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE327 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE327 is #001CD8. Grayscale: #D6D6D6. Windows color (decimal): -7385 or 2614271. OLE color: 2614271.
HSL color Cylindrical-coordinate representation of color #FFE327: hue angle of 52.22º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FFE327 is Cyan = 0, Magento = 0.11, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 227 | 39 | - |
| CMYK | 0 | 0.11 | 0.85 | 0 |
| HSL | 52.22º | 1% | 0.58% | - |
| HSV(B) | 52.22º | 0.85% | 1% | - |
| XYZ | 69.08 | 76.34 | 13.01 | - |
| YUV | 213.94 | 29.28 | 157.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 227 | 39 | 0 | 0.11 | 0.85 | 0 | 52.22 | 1 | 0.58 |
| Hex | FF | E3 | 27 | 0 | B | 55 | 0 | 34 | 64 | 3A |
| Octal | 377 | 343 | 47 | 0 | 13 | 125 | 0 | 64 | 144 | 72 |
| Binary | 11111111 | 11100011 | 100111 | 0 | 1011 | 1010101 | 0 | 110100 | 1100100 | 111010 |
Color Harmonies of #FFE327
Complementary color
Monochromatic Colors of #FFE327
Black with #FFE327
Text Example
Text Example
White with #FFE327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE327; }
p { color: rgb(255,227,39); }
H1.HeaderClassName
{
color: #FFE327;
}
.AnyTagClassName
{
color: #FFE327;
}
</style>
background-color css
<style>
a { background-color: #FFE327; }
a { background-color: rgb(255,227,39); }
div.DivClassName
{
background-color: #FFE327;
}
.BgClassName
{
background-color: #FFE327;
}
</style>
border-color css
<style>
span { border-color: #FFE327; }
span { border-color: rgb(255,227,39); }
td.TdClassName
{
border-color: #FFE327;
}
.TagClassName
{
border-color: #FFE327;
}
</style>