Shades of Gorse #FFE62E
Tints of Gorse #FFE62E
RGB
CMYK
RGB Variations
Color information
#FFE62E (or 0xFFE62E) is known color: Gorse. HEX triplet: FF, E6 and 2E. RGB value is (255,230,46). Sum of RGB (Red+Green+Blue) = 255+230+46=531 (70% of max value = 765). Red value is 255 (100% from 255 or 48.02% from 531); Green value is 230 (90.23% from 255 or 43.31% from 531); Blue value is 46 (18.36% from 255 or 8.66% from 531); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE62E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFE62E is #0019D1. Grayscale: #D9D9D9. Windows color (decimal): -6610 or 3073791. OLE color: 3073791.
HSL color Cylindrical-coordinate representation of color #FFE62E: hue angle of 52.82º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FFE62E is Cyan = 0, Magento = 0.10, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 230 | 46 | - |
| CMYK | 0 | 0.10 | 0.82 | 0 |
| HSL | 52.82º | 1% | 0.59% | - |
| HSV(B) | 52.82º | 0.82% | 1% | - |
| XYZ | 70.03 | 78.05 | 13.96 | - |
| YUV | 216.5 | 31.78 | 155.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 230 | 46 | 0 | 0.10 | 0.82 | 0 | 52.82 | 1 | 0.59 |
| Hex | FF | E6 | 2E | 0 | A | 52 | 0 | 35 | 64 | 3B |
| Octal | 377 | 346 | 56 | 0 | 12 | 122 | 0 | 65 | 144 | 73 |
| Binary | 11111111 | 11100110 | 101110 | 0 | 1010 | 1010010 | 0 | 110101 | 1100100 | 111011 |
Color Harmonies of #FFE62E
Complementary color
Monochromatic Colors of #FFE62E
Black with #FFE62E
Text Example
Text Example
White with #FFE62E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE62E; }
p { color: rgb(255,230,46); }
H1.HeaderClassName
{
color: #FFE62E;
}
.AnyTagClassName
{
color: #FFE62E;
}
</style>
background-color css
<style>
a { background-color: #FFE62E; }
a { background-color: rgb(255,230,46); }
div.DivClassName
{
background-color: #FFE62E;
}
.BgClassName
{
background-color: #FFE62E;
}
</style>
border-color css
<style>
span { border-color: #FFE62E; }
span { border-color: rgb(255,230,46); }
td.TdClassName
{
border-color: #FFE62E;
}
.TagClassName
{
border-color: #FFE62E;
}
</style>