Shades of Gorse #FFE52D
Tints of Gorse #FFE52D
RGB
CMYK
RGB Variations
Color information
#FFE52D (or 0xFFE52D) is known color: Gorse. HEX triplet: FF, E5 and 2D. RGB value is (255,229,45). Sum of RGB (Red+Green+Blue) = 255+229+45=529 (70% of max value = 765). Red value is 255 (100% from 255 or 48.20% from 529); Green value is 229 (89.84% from 255 or 43.29% from 529); Blue value is 45 (17.97% from 255 or 8.51% from 529); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE52D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE52D is #001AD2. Grayscale: #D8D8D8. Windows color (decimal): -6867 or 3007999. OLE color: 3007999.
HSL color Cylindrical-coordinate representation of color #FFE52D: hue angle of 52.57º 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 #FFE52D is Cyan = 0, Magento = 0.10, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 229 | 45 | - |
| CMYK | 0 | 0.10 | 0.82 | 0 |
| HSL | 52.57º | 1% | 0.59% | - |
| HSV(B) | 52.57º | 0.82% | 1% | - |
| XYZ | 69.73 | 77.49 | 13.76 | - |
| YUV | 215.8 | 31.61 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 229 | 45 | 0 | 0.10 | 0.82 | 0 | 52.57 | 1 | 0.59 |
| Hex | FF | E5 | 2D | 0 | A | 52 | 0 | 35 | 64 | 3B |
| Octal | 377 | 345 | 55 | 0 | 12 | 122 | 0 | 65 | 144 | 73 |
| Binary | 11111111 | 11100101 | 101101 | 0 | 1010 | 1010010 | 0 | 110101 | 1100100 | 111011 |
Color Harmonies of #FFE52D
Complementary color
Monochromatic Colors of #FFE52D
Black with #FFE52D
Text Example
Text Example
White with #FFE52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE52D; }
p { color: rgb(255,229,45); }
H1.HeaderClassName
{
color: #FFE52D;
}
.AnyTagClassName
{
color: #FFE52D;
}
</style>
background-color css
<style>
a { background-color: #FFE52D; }
a { background-color: rgb(255,229,45); }
div.DivClassName
{
background-color: #FFE52D;
}
.BgClassName
{
background-color: #FFE52D;
}
</style>
border-color css
<style>
span { border-color: #FFE52D; }
span { border-color: rgb(255,229,45); }
td.TdClassName
{
border-color: #FFE52D;
}
.TagClassName
{
border-color: #FFE52D;
}
</style>