Shades of Gorse #FFEB35
Tints of Gorse #FFEB35
RGB
CMYK
RGB Variations
Color information
#FFEB35 (or 0xFFEB35) is known color: Gorse. HEX triplet: FF, EB and 35. RGB value is (255,235,53). Sum of RGB (Red+Green+Blue) = 255+235+53=543 (71% of max value = 765). Red value is 255 (100% from 255 or 46.96% from 543); Green value is 235 (92.19% from 255 or 43.28% from 543); Blue value is 53 (21.09% from 255 or 9.76% from 543); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEB35 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFEB35 is #0014CA. Grayscale: #DCDCDC. Windows color (decimal): -5323 or 3533823. OLE color: 3533823.
HSL color Cylindrical-coordinate representation of color #FFEB35: hue angle of 54.06º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FFEB35 is Cyan = 0, Magento = 0.08, Yellow = 0.79 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 235 | 53 | - |
| CMYK | 0 | 0.08 | 0.79 | 0 |
| HSL | 54.06º | 1% | 0.6% | - |
| HSV(B) | 54.06º | 0.79% | 1% | - |
| XYZ | 71.59 | 80.93 | 15.22 | - |
| YUV | 220.23 | 33.63 | 152.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 235 | 53 | 0 | 0.08 | 0.79 | 0 | 54.06 | 1 | 0.6 |
| Hex | FF | EB | 35 | 0 | 8 | 4F | 0 | 36 | 64 | 3C |
| Octal | 377 | 353 | 65 | 0 | 10 | 117 | 0 | 66 | 144 | 74 |
| Binary | 11111111 | 11101011 | 110101 | 0 | 1000 | 1001111 | 0 | 110110 | 1100100 | 111100 |
Color Harmonies of #FFEB35
Complementary color
Monochromatic Colors of #FFEB35
Black with #FFEB35
Text Example
Text Example
White with #FFEB35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEB35; }
p { color: rgb(255,235,53); }
H1.HeaderClassName
{
color: #FFEB35;
}
.AnyTagClassName
{
color: #FFEB35;
}
</style>
background-color css
<style>
a { background-color: #FFEB35; }
a { background-color: rgb(255,235,53); }
div.DivClassName
{
background-color: #FFEB35;
}
.BgClassName
{
background-color: #FFEB35;
}
</style>
border-color css
<style>
span { border-color: #FFEB35; }
span { border-color: rgb(255,235,53); }
td.TdClassName
{
border-color: #FFEB35;
}
.TagClassName
{
border-color: #FFEB35;
}
</style>