Shades of Gorse #FFE032
Tints of Gorse #FFE032
RGB
CMYK
RGB Variations
Color information
#FFE032 (or 0xFFE032) is known color: Gorse. HEX triplet: FF, E0 and 32. RGB value is (255,224,50). Sum of RGB (Red+Green+Blue) = 255+224+50=529 (70% of max value = 765). Red value is 255 (100% from 255 or 48.20% from 529); Green value is 224 (87.89% from 255 or 42.34% from 529); Blue value is 50 (19.92% from 255 or 9.45% from 529); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE032 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE032 is #001FCD. Grayscale: #D6D6D6. Windows color (decimal): -8142 or 3334399. OLE color: 3334399.
HSL color Cylindrical-coordinate representation of color #FFE032: hue angle of 50.93º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FFE032 is Cyan = 0, Magento = 0.12, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 224 | 50 | - |
| CMYK | 0 | 0.12 | 0.80 | 0 |
| HSL | 50.93º | 1% | 0.6% | - |
| HSV(B) | 50.93º | 0.8% | 1% | - |
| XYZ | 68.47 | 74.8 | 13.85 | - |
| YUV | 213.43 | 35.77 | 157.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 224 | 50 | 0 | 0.12 | 0.80 | 0 | 50.93 | 1 | 0.6 |
| Hex | FF | E0 | 32 | 0 | C | 50 | 0 | 33 | 64 | 3C |
| Octal | 377 | 340 | 62 | 0 | 14 | 120 | 0 | 63 | 144 | 74 |
| Binary | 11111111 | 11100000 | 110010 | 0 | 1100 | 1010000 | 0 | 110011 | 1100100 | 111100 |
Color Harmonies of #FFE032
Complementary color
Monochromatic Colors of #FFE032
Black with #FFE032
Text Example
Text Example
White with #FFE032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE032; }
p { color: rgb(255,224,50); }
H1.HeaderClassName
{
color: #FFE032;
}
.AnyTagClassName
{
color: #FFE032;
}
</style>
background-color css
<style>
a { background-color: #FFE032; }
a { background-color: rgb(255,224,50); }
div.DivClassName
{
background-color: #FFE032;
}
.BgClassName
{
background-color: #FFE032;
}
</style>
border-color css
<style>
span { border-color: #FFE032; }
span { border-color: rgb(255,224,50); }
td.TdClassName
{
border-color: #FFE032;
}
.TagClassName
{
border-color: #FFE032;
}
</style>