Shades of Gorse #FFE13D
Tints of Gorse #FFE13D
RGB
CMYK
RGB Variations
Color information
#FFE13D (or 0xFFE13D) is known color: Gorse. HEX triplet: FF, E1 and 3D. RGB value is (255,225,61). Sum of RGB (Red+Green+Blue) = 255+225+61=541 (71% of max value = 765). Red value is 255 (100% from 255 or 47.13% from 541); Green value is 225 (88.28% from 255 or 41.59% from 541); Blue value is 61 (24.22% from 255 or 11.28% from 541); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE13D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE13D is #001EC2. Grayscale: #D7D7D7. Windows color (decimal): -7875 or 4055551. OLE color: 4055551.
HSL color Cylindrical-coordinate representation of color #FFE13D: hue angle of 50.72º 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 #FFE13D is Cyan = 0, Magento = 0.12, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 225 | 61 | - |
| CMYK | 0 | 0.12 | 0.76 | 0 |
| HSL | 50.72º | 1% | 0.62% | - |
| HSV(B) | 50.72º | 0.76% | 1% | - |
| XYZ | 69.01 | 75.45 | 15.34 | - |
| YUV | 215.27 | 40.94 | 156.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 225 | 61 | 0 | 0.12 | 0.76 | 0 | 50.72 | 1 | 0.62 |
| Hex | FF | E1 | 3D | 0 | C | 4C | 0 | 33 | 64 | 3E |
| Octal | 377 | 341 | 75 | 0 | 14 | 114 | 0 | 63 | 144 | 76 |
| Binary | 11111111 | 11100001 | 111101 | 0 | 1100 | 1001100 | 0 | 110011 | 1100100 | 111110 |
Color Harmonies of #FFE13D
Complementary color
Monochromatic Colors of #FFE13D
Black with #FFE13D
Text Example
Text Example
White with #FFE13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE13D; }
p { color: rgb(255,225,61); }
H1.HeaderClassName
{
color: #FFE13D;
}
.AnyTagClassName
{
color: #FFE13D;
}
</style>
background-color css
<style>
a { background-color: #FFE13D; }
a { background-color: rgb(255,225,61); }
div.DivClassName
{
background-color: #FFE13D;
}
.BgClassName
{
background-color: #FFE13D;
}
</style>
border-color css
<style>
span { border-color: #FFE13D; }
span { border-color: rgb(255,225,61); }
td.TdClassName
{
border-color: #FFE13D;
}
.TagClassName
{
border-color: #FFE13D;
}
</style>