Shades of Gorse #FFE631
Tints of Gorse #FFE631
RGB
CMYK
RGB Variations
Color information
#FFE631 (or 0xFFE631) is known color: Gorse. HEX triplet: FF, E6 and 31. RGB value is (255,230,49). Sum of RGB (Red+Green+Blue) = 255+230+49=534 (70% of max value = 765). Red value is 255 (100% from 255 or 47.75% from 534); Green value is 230 (90.23% from 255 or 43.07% from 534); Blue value is 49 (19.53% from 255 or 9.18% from 534); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE631 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFE631 is #0019CE. Grayscale: #D9D9D9. Windows color (decimal): -6607 or 3270399. OLE color: 3270399.
HSL color Cylindrical-coordinate representation of color #FFE631: hue angle of 52.72º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FFE631 is Cyan = 0, Magento = 0.10, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 230 | 49 | - |
| CMYK | 0 | 0.10 | 0.81 | 0 |
| HSL | 52.72º | 1% | 0.6% | - |
| HSV(B) | 52.72º | 0.81% | 1% | - |
| XYZ | 70.09 | 78.08 | 14.28 | - |
| YUV | 216.84 | 33.28 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 230 | 49 | 0 | 0.10 | 0.81 | 0 | 52.72 | 1 | 0.6 |
| Hex | FF | E6 | 31 | 0 | A | 51 | 0 | 35 | 64 | 3C |
| Octal | 377 | 346 | 61 | 0 | 12 | 121 | 0 | 65 | 144 | 74 |
| Binary | 11111111 | 11100110 | 110001 | 0 | 1010 | 1010001 | 0 | 110101 | 1100100 | 111100 |
Color Harmonies of #FFE631
Complementary color
Monochromatic Colors of #FFE631
Black with #FFE631
Text Example
Text Example
White with #FFE631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE631; }
p { color: rgb(255,230,49); }
H1.HeaderClassName
{
color: #FFE631;
}
.AnyTagClassName
{
color: #FFE631;
}
</style>
background-color css
<style>
a { background-color: #FFE631; }
a { background-color: rgb(255,230,49); }
div.DivClassName
{
background-color: #FFE631;
}
.BgClassName
{
background-color: #FFE631;
}
</style>
border-color css
<style>
span { border-color: #FFE631; }
span { border-color: rgb(255,230,49); }
td.TdClassName
{
border-color: #FFE631;
}
.TagClassName
{
border-color: #FFE631;
}
</style>