Shades of Gorse #FFE035
Tints of Gorse #FFE035
RGB
CMYK
RGB Variations
Color information
#FFE035 (or 0xFFE035) is known color: Gorse. HEX triplet: FF, E0 and 35. RGB value is (255,224,53). Sum of RGB (Red+Green+Blue) = 255+224+53=532 (70% of max value = 765). Red value is 255 (100% from 255 or 47.93% from 532); Green value is 224 (87.89% from 255 or 42.11% from 532); Blue value is 53 (21.09% from 255 or 9.96% from 532); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE035 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE035 is #001FCA. Grayscale: #D6D6D6. Windows color (decimal): -8139 or 3531007. OLE color: 3531007.
HSL color Cylindrical-coordinate representation of color #FFE035: hue angle of 50.79º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FFE035 is Cyan = 0, Magento = 0.12, Yellow = 0.79 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 224 | 53 | - |
| CMYK | 0 | 0.12 | 0.79 | 0 |
| HSL | 50.79º | 1% | 0.6% | - |
| HSV(B) | 50.79º | 0.79% | 1% | - |
| XYZ | 68.54 | 74.83 | 14.2 | - |
| YUV | 213.78 | 37.27 | 157.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 224 | 53 | 0 | 0.12 | 0.79 | 0 | 50.79 | 1 | 0.6 |
| Hex | FF | E0 | 35 | 0 | C | 4F | 0 | 33 | 64 | 3C |
| Octal | 377 | 340 | 65 | 0 | 14 | 117 | 0 | 63 | 144 | 74 |
| Binary | 11111111 | 11100000 | 110101 | 0 | 1100 | 1001111 | 0 | 110011 | 1100100 | 111100 |
Color Harmonies of #FFE035
Complementary color
Monochromatic Colors of #FFE035
Black with #FFE035
Text Example
Text Example
White with #FFE035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE035; }
p { color: rgb(255,224,53); }
H1.HeaderClassName
{
color: #FFE035;
}
.AnyTagClassName
{
color: #FFE035;
}
</style>
background-color css
<style>
a { background-color: #FFE035; }
a { background-color: rgb(255,224,53); }
div.DivClassName
{
background-color: #FFE035;
}
.BgClassName
{
background-color: #FFE035;
}
</style>
border-color css
<style>
span { border-color: #FFE035; }
span { border-color: rgb(255,224,53); }
td.TdClassName
{
border-color: #FFE035;
}
.TagClassName
{
border-color: #FFE035;
}
</style>