Shades of Gorse #FFE427
Tints of Gorse #FFE427
RGB
CMYK
RGB Variations
Color information
#FFE427 (or 0xFFE427) is known color: Gorse. HEX triplet: FF, E4 and 27. RGB value is (255,228,39). Sum of RGB (Red+Green+Blue) = 255+228+39=522 (69% of max value = 765). Red value is 255 (100% from 255 or 48.85% from 522); Green value is 228 (89.45% from 255 or 43.68% from 522); Blue value is 39 (15.62% from 255 or 7.47% from 522); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE427 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE427 is #001BD8. Grayscale: #D7D7D7. Windows color (decimal): -7129 or 2614527. OLE color: 2614527.
HSL color Cylindrical-coordinate representation of color #FFE427: hue angle of 52.5º 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 #FFE427 is Cyan = 0, Magento = 0.11, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 228 | 39 | - |
| CMYK | 0 | 0.11 | 0.85 | 0 |
| HSL | 52.5º | 1% | 0.58% | - |
| HSV(B) | 52.5º | 0.85% | 1% | - |
| XYZ | 69.35 | 76.89 | 13.11 | - |
| YUV | 214.53 | 28.95 | 156.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 228 | 39 | 0 | 0.11 | 0.85 | 0 | 52.5 | 1 | 0.58 |
| Hex | FF | E4 | 27 | 0 | B | 55 | 0 | 34 | 64 | 3A |
| Octal | 377 | 344 | 47 | 0 | 13 | 125 | 0 | 64 | 144 | 72 |
| Binary | 11111111 | 11100100 | 100111 | 0 | 1011 | 1010101 | 0 | 110100 | 1100100 | 111010 |
Color Harmonies of #FFE427
Complementary color
Monochromatic Colors of #FFE427
Black with #FFE427
Text Example
Text Example
White with #FFE427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE427; }
p { color: rgb(255,228,39); }
H1.HeaderClassName
{
color: #FFE427;
}
.AnyTagClassName
{
color: #FFE427;
}
</style>
background-color css
<style>
a { background-color: #FFE427; }
a { background-color: rgb(255,228,39); }
div.DivClassName
{
background-color: #FFE427;
}
.BgClassName
{
background-color: #FFE427;
}
</style>
border-color css
<style>
span { border-color: #FFE427; }
span { border-color: rgb(255,228,39); }
td.TdClassName
{
border-color: #FFE427;
}
.TagClassName
{
border-color: #FFE427;
}
</style>