Shades of Gorse #FFEB3B
Tints of Gorse #FFEB3B
RGB
CMYK
RGB Variations
Color information
#FFEB3B (or 0xFFEB3B) is known color: Gorse. HEX triplet: FF, EB and 3B. RGB value is (255,235,59). Sum of RGB (Red+Green+Blue) = 255+235+59=549 (72% of max value = 765). Red value is 255 (100% from 255 or 46.45% from 549); Green value is 235 (92.19% from 255 or 42.81% from 549); Blue value is 59 (23.44% from 255 or 10.75% from 549); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEB3B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFEB3B is #0014C4. Grayscale: #DDDDDD. Windows color (decimal): -5317 or 3927039. OLE color: 3927039.
HSL color Cylindrical-coordinate representation of color #FFEB3B: hue angle of 53.88º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FFEB3B is Cyan = 0, Magento = 0.08, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 235 | 59 | - |
| CMYK | 0 | 0.08 | 0.77 | 0 |
| HSL | 53.88º | 1% | 0.62% | - |
| HSV(B) | 53.88º | 0.77% | 1% | - |
| XYZ | 71.74 | 80.99 | 15.99 | - |
| YUV | 220.92 | 36.63 | 152.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 235 | 59 | 0 | 0.08 | 0.77 | 0 | 53.88 | 1 | 0.62 |
| Hex | FF | EB | 3B | 0 | 8 | 4D | 0 | 36 | 64 | 3E |
| Octal | 377 | 353 | 73 | 0 | 10 | 115 | 0 | 66 | 144 | 76 |
| Binary | 11111111 | 11101011 | 111011 | 0 | 1000 | 1001101 | 0 | 110110 | 1100100 | 111110 |
Color Harmonies of #FFEB3B
Complementary color
Monochromatic Colors of #FFEB3B
Black with #FFEB3B
Text Example
Text Example
White with #FFEB3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEB3B; }
p { color: rgb(255,235,59); }
H1.HeaderClassName
{
color: #FFEB3B;
}
.AnyTagClassName
{
color: #FFEB3B;
}
</style>
background-color css
<style>
a { background-color: #FFEB3B; }
a { background-color: rgb(255,235,59); }
div.DivClassName
{
background-color: #FFEB3B;
}
.BgClassName
{
background-color: #FFEB3B;
}
</style>
border-color css
<style>
span { border-color: #FFEB3B; }
span { border-color: rgb(255,235,59); }
td.TdClassName
{
border-color: #FFEB3B;
}
.TagClassName
{
border-color: #FFEB3B;
}
</style>