Shades of Gorse #FFE03D
Tints of Gorse #FFE03D
RGB
CMYK
RGB Variations
Color information
#FFE03D (or 0xFFE03D) is known color: Gorse. HEX triplet: FF, E0 and 3D. RGB value is (255,224,61). Sum of RGB (Red+Green+Blue) = 255+224+61=540 (71% of max value = 765). Red value is 255 (100% from 255 or 47.22% from 540); Green value is 224 (87.89% from 255 or 41.48% from 540); Blue value is 61 (24.22% from 255 or 11.30% from 540); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE03D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE03D is #001FC2. Grayscale: #D7D7D7. Windows color (decimal): -8131 or 4055295. OLE color: 4055295.
HSL color Cylindrical-coordinate representation of color #FFE03D: hue angle of 50.41º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FFE03D is Cyan = 0, Magento = 0.12, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 224 | 61 | - |
| CMYK | 0 | 0.12 | 0.76 | 0 |
| HSL | 50.41º | 1% | 0.62% | - |
| HSV(B) | 50.41º | 0.76% | 1% | - |
| XYZ | 68.74 | 74.91 | 15.25 | - |
| YUV | 214.69 | 41.27 | 156.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 224 | 61 | 0 | 0.12 | 0.76 | 0 | 50.41 | 1 | 0.62 |
| Hex | FF | E0 | 3D | 0 | C | 4C | 0 | 32 | 64 | 3E |
| Octal | 377 | 340 | 75 | 0 | 14 | 114 | 0 | 62 | 144 | 76 |
| Binary | 11111111 | 11100000 | 111101 | 0 | 1100 | 1001100 | 0 | 110010 | 1100100 | 111110 |
Color Harmonies of #FFE03D
Complementary color
Monochromatic Colors of #FFE03D
Black with #FFE03D
Text Example
Text Example
White with #FFE03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE03D; }
p { color: rgb(255,224,61); }
H1.HeaderClassName
{
color: #FFE03D;
}
.AnyTagClassName
{
color: #FFE03D;
}
</style>
background-color css
<style>
a { background-color: #FFE03D; }
a { background-color: rgb(255,224,61); }
div.DivClassName
{
background-color: #FFE03D;
}
.BgClassName
{
background-color: #FFE03D;
}
</style>
border-color css
<style>
span { border-color: #FFE03D; }
span { border-color: rgb(255,224,61); }
td.TdClassName
{
border-color: #FFE03D;
}
.TagClassName
{
border-color: #FFE03D;
}
</style>