Shades of Gorse #FFE133
Tints of Gorse #FFE133
RGB
CMYK
RGB Variations
Color information
#FFE133 (or 0xFFE133) is known color: Gorse. HEX triplet: FF, E1 and 33. RGB value is (255,225,51). Sum of RGB (Red+Green+Blue) = 255+225+51=531 (70% of max value = 765). Red value is 255 (100% from 255 or 48.02% from 531); Green value is 225 (88.28% from 255 or 42.37% from 531); Blue value is 51 (20.31% from 255 or 9.60% from 531); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE133 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE133 is #001ECC. Grayscale: #D6D6D6. Windows color (decimal): -7885 or 3400191. OLE color: 3400191.
HSL color Cylindrical-coordinate representation of color #FFE133: hue angle of 51.18º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FFE133 is Cyan = 0, Magento = 0.12, Yellow = 0.8 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 225 | 51 | - |
| CMYK | 0 | 0.12 | 0.8 | 0 |
| HSL | 51.18º | 1% | 0.6% | - |
| HSV(B) | 51.18º | 0.8% | 1% | - |
| XYZ | 68.76 | 75.35 | 14.05 | - |
| YUV | 214.13 | 35.94 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 225 | 51 | 0 | 0.12 | 0.8 | 0 | 51.18 | 1 | 0.6 |
| Hex | FF | E1 | 33 | 0 | C | 50 | 0 | 33 | 64 | 3C |
| Octal | 377 | 341 | 63 | 0 | 14 | 120 | 0 | 63 | 144 | 74 |
| Binary | 11111111 | 11100001 | 110011 | 0 | 1100 | 1010000 | 0 | 110011 | 1100100 | 111100 |
Color Harmonies of #FFE133
Complementary color
Monochromatic Colors of #FFE133
Black with #FFE133
Text Example
Text Example
White with #FFE133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE133; }
p { color: rgb(255,225,51); }
H1.HeaderClassName
{
color: #FFE133;
}
.AnyTagClassName
{
color: #FFE133;
}
</style>
background-color css
<style>
a { background-color: #FFE133; }
a { background-color: rgb(255,225,51); }
div.DivClassName
{
background-color: #FFE133;
}
.BgClassName
{
background-color: #FFE133;
}
</style>
border-color css
<style>
span { border-color: #FFE133; }
span { border-color: rgb(255,225,51); }
td.TdClassName
{
border-color: #FFE133;
}
.TagClassName
{
border-color: #FFE133;
}
</style>