Shades of Gorse #FFE023
Tints of Gorse #FFE023
RGB
CMYK
RGB Variations
Color information
#FFE023 (or 0xFFE023) is known color: Gorse. HEX triplet: FF, E0 and 23. RGB value is (255,224,35). Sum of RGB (Red+Green+Blue) = 255+224+35=514 (68% of max value = 765). Red value is 255 (100% from 255 or 49.61% from 514); Green value is 224 (87.89% from 255 or 43.58% from 514); Blue value is 35 (14.06% from 255 or 6.81% from 514); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE023 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE023 is #001FDC. Grayscale: #D4D4D4. Windows color (decimal): -8157 or 2351359. OLE color: 2351359.
HSL color Cylindrical-coordinate representation of color #FFE023: hue angle of 51.55º 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 #FFE023 is Cyan = 0, Magento = 0.12, Yellow = 0.86 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 224 | 35 | - |
| CMYK | 0 | 0.12 | 0.86 | 0 |
| HSL | 51.55º | 1% | 0.57% | - |
| HSV(B) | 51.55º | 0.86% | 1% | - |
| XYZ | 68.2 | 74.69 | 12.41 | - |
| YUV | 211.72 | 28.27 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 224 | 35 | 0 | 0.12 | 0.86 | 0 | 51.55 | 1 | 0.57 |
| Hex | FF | E0 | 23 | 0 | C | 56 | 0 | 34 | 64 | 39 |
| Octal | 377 | 340 | 43 | 0 | 14 | 126 | 0 | 64 | 144 | 71 |
| Binary | 11111111 | 11100000 | 100011 | 0 | 1100 | 1010110 | 0 | 110100 | 1100100 | 111001 |
Color Harmonies of #FFE023
Complementary color
Monochromatic Colors of #FFE023
Black with #FFE023
Text Example
Text Example
White with #FFE023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE023; }
p { color: rgb(255,224,35); }
H1.HeaderClassName
{
color: #FFE023;
}
.AnyTagClassName
{
color: #FFE023;
}
</style>
background-color css
<style>
a { background-color: #FFE023; }
a { background-color: rgb(255,224,35); }
div.DivClassName
{
background-color: #FFE023;
}
.BgClassName
{
background-color: #FFE023;
}
</style>
border-color css
<style>
span { border-color: #FFE023; }
span { border-color: rgb(255,224,35); }
td.TdClassName
{
border-color: #FFE023;
}
.TagClassName
{
border-color: #FFE023;
}
</style>