Shades of Gorse #FFE33B
Tints of Gorse #FFE33B
RGB
CMYK
RGB Variations
Color information
#FFE33B (or 0xFFE33B) is known color: Gorse. HEX triplet: FF, E3 and 3B. RGB value is (255,227,59). Sum of RGB (Red+Green+Blue) = 255+227+59=541 (71% of max value = 765). Red value is 255 (100% from 255 or 47.13% from 541); Green value is 227 (89.06% from 255 or 41.96% from 541); Blue value is 59 (23.44% from 255 or 10.91% from 541); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE33B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE33B is #001CC4. Grayscale: #D8D8D8. Windows color (decimal): -7365 or 3924991. OLE color: 3924991.
HSL color Cylindrical-coordinate representation of color #FFE33B: hue angle of 51.43º 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 #FFE33B is Cyan = 0, Magento = 0.11, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 227 | 59 | - |
| CMYK | 0 | 0.11 | 0.77 | 0 |
| HSL | 51.43º | 1% | 0.62% | - |
| HSV(B) | 51.43º | 0.77% | 1% | - |
| XYZ | 69.5 | 76.51 | 15.24 | - |
| YUV | 216.22 | 39.28 | 155.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 227 | 59 | 0 | 0.11 | 0.77 | 0 | 51.43 | 1 | 0.62 |
| Hex | FF | E3 | 3B | 0 | B | 4D | 0 | 33 | 64 | 3E |
| Octal | 377 | 343 | 73 | 0 | 13 | 115 | 0 | 63 | 144 | 76 |
| Binary | 11111111 | 11100011 | 111011 | 0 | 1011 | 1001101 | 0 | 110011 | 1100100 | 111110 |
Color Harmonies of #FFE33B
Complementary color
Monochromatic Colors of #FFE33B
Black with #FFE33B
Text Example
Text Example
White with #FFE33B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE33B; }
p { color: rgb(255,227,59); }
H1.HeaderClassName
{
color: #FFE33B;
}
.AnyTagClassName
{
color: #FFE33B;
}
</style>
background-color css
<style>
a { background-color: #FFE33B; }
a { background-color: rgb(255,227,59); }
div.DivClassName
{
background-color: #FFE33B;
}
.BgClassName
{
background-color: #FFE33B;
}
</style>
border-color css
<style>
span { border-color: #FFE33B; }
span { border-color: rgb(255,227,59); }
td.TdClassName
{
border-color: #FFE33B;
}
.TagClassName
{
border-color: #FFE33B;
}
</style>