Shades of Gorse #FFEB28
Tints of Gorse #FFEB28
RGB
CMYK
RGB Variations
Color information
#FFEB28 (or 0xFFEB28) is known color: Gorse. HEX triplet: FF, EB and 28. RGB value is (255,235,40). Sum of RGB (Red+Green+Blue) = 255+235+40=530 (70% of max value = 765). Red value is 255 (100% from 255 or 48.11% from 530); Green value is 235 (92.19% from 255 or 44.34% from 530); Blue value is 40 (16.02% from 255 or 7.55% from 530); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEB28 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFEB28 is #0014D7. Grayscale: #DBDBDB. Windows color (decimal): -5336 or 2681855. OLE color: 2681855.
HSL color Cylindrical-coordinate representation of color #FFEB28: hue angle of 54.42º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FFEB28 is Cyan = 0, Magento = 0.08, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 235 | 40 | - |
| CMYK | 0 | 0.08 | 0.84 | 0 |
| HSL | 54.42º | 1% | 0.58% | - |
| HSV(B) | 54.42º | 0.84% | 1% | - |
| XYZ | 71.33 | 80.83 | 13.85 | - |
| YUV | 218.75 | 27.13 | 153.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 235 | 40 | 0 | 0.08 | 0.84 | 0 | 54.42 | 1 | 0.58 |
| Hex | FF | EB | 28 | 0 | 8 | 54 | 0 | 36 | 64 | 3A |
| Octal | 377 | 353 | 50 | 0 | 10 | 124 | 0 | 66 | 144 | 72 |
| Binary | 11111111 | 11101011 | 101000 | 0 | 1000 | 1010100 | 0 | 110110 | 1100100 | 111010 |
Color Harmonies of #FFEB28
Complementary color
Monochromatic Colors of #FFEB28
Black with #FFEB28
Text Example
Text Example
White with #FFEB28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEB28; }
p { color: rgb(255,235,40); }
H1.HeaderClassName
{
color: #FFEB28;
}
.AnyTagClassName
{
color: #FFEB28;
}
</style>
background-color css
<style>
a { background-color: #FFEB28; }
a { background-color: rgb(255,235,40); }
div.DivClassName
{
background-color: #FFEB28;
}
.BgClassName
{
background-color: #FFEB28;
}
</style>
border-color css
<style>
span { border-color: #FFEB28; }
span { border-color: rgb(255,235,40); }
td.TdClassName
{
border-color: #FFEB28;
}
.TagClassName
{
border-color: #FFEB28;
}
</style>