Shades of Gorse #FFE523
Tints of Gorse #FFE523
RGB
CMYK
RGB Variations
Color information
#FFE523 (or 0xFFE523) is known color: Gorse. HEX triplet: FF, E5 and 23. RGB value is (255,229,35). Sum of RGB (Red+Green+Blue) = 255+229+35=519 (68% of max value = 765). Red value is 255 (100% from 255 or 49.13% from 519); Green value is 229 (89.84% from 255 or 44.12% from 519); Blue value is 35 (14.06% from 255 or 6.74% from 519); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE523 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE523 is #001ADC. Grayscale: #D7D7D7. Windows color (decimal): -6877 or 2352639. OLE color: 2352639.
HSL color Cylindrical-coordinate representation of color #FFE523: hue angle of 52.91º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FFE523 is Cyan = 0, Magento = 0.10, Yellow = 0.86 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 229 | 35 | - |
| CMYK | 0 | 0.10 | 0.86 | 0 |
| HSL | 52.91º | 1% | 0.57% | - |
| HSV(B) | 52.91º | 0.86% | 1% | - |
| XYZ | 69.56 | 77.42 | 12.87 | - |
| YUV | 214.66 | 26.61 | 156.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 229 | 35 | 0 | 0.10 | 0.86 | 0 | 52.91 | 1 | 0.57 |
| Hex | FF | E5 | 23 | 0 | A | 56 | 0 | 35 | 64 | 39 |
| Octal | 377 | 345 | 43 | 0 | 12 | 126 | 0 | 65 | 144 | 71 |
| Binary | 11111111 | 11100101 | 100011 | 0 | 1010 | 1010110 | 0 | 110101 | 1100100 | 111001 |
Color Harmonies of #FFE523
Complementary color
Monochromatic Colors of #FFE523
Black with #FFE523
Text Example
Text Example
White with #FFE523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE523; }
p { color: rgb(255,229,35); }
H1.HeaderClassName
{
color: #FFE523;
}
.AnyTagClassName
{
color: #FFE523;
}
</style>
background-color css
<style>
a { background-color: #FFE523; }
a { background-color: rgb(255,229,35); }
div.DivClassName
{
background-color: #FFE523;
}
.BgClassName
{
background-color: #FFE523;
}
</style>
border-color css
<style>
span { border-color: #FFE523; }
span { border-color: rgb(255,229,35); }
td.TdClassName
{
border-color: #FFE523;
}
.TagClassName
{
border-color: #FFE523;
}
</style>