Shades of Gorse #FFE135
Tints of Gorse #FFE135
RGB
CMYK
RGB Variations
Color information
#FFE135 (or 0xFFE135) is known color: Gorse. HEX triplet: FF, E1 and 35. RGB value is (255,225,53). Sum of RGB (Red+Green+Blue) = 255+225+53=533 (70% of max value = 765). Red value is 255 (100% from 255 or 47.84% from 533); Green value is 225 (88.28% from 255 or 42.21% from 533); Blue value is 53 (21.09% from 255 or 9.94% from 533); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE135 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE135 is #001ECA. Grayscale: #D7D7D7. Windows color (decimal): -7883 or 3531263. OLE color: 3531263.
HSL color Cylindrical-coordinate representation of color #FFE135: hue angle of 51.09º 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 #FFE135 is Cyan = 0, Magento = 0.12, Yellow = 0.79 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 225 | 53 | - |
| CMYK | 0 | 0.12 | 0.79 | 0 |
| HSL | 51.09º | 1% | 0.6% | - |
| HSV(B) | 51.09º | 0.79% | 1% | - |
| XYZ | 68.81 | 75.37 | 14.29 | - |
| YUV | 214.36 | 36.94 | 156.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 225 | 53 | 0 | 0.12 | 0.79 | 0 | 51.09 | 1 | 0.6 |
| Hex | FF | E1 | 35 | 0 | C | 4F | 0 | 33 | 64 | 3C |
| Octal | 377 | 341 | 65 | 0 | 14 | 117 | 0 | 63 | 144 | 74 |
| Binary | 11111111 | 11100001 | 110101 | 0 | 1100 | 1001111 | 0 | 110011 | 1100100 | 111100 |
Color Harmonies of #FFE135
Complementary color
Monochromatic Colors of #FFE135
Black with #FFE135
Text Example
Text Example
White with #FFE135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE135; }
p { color: rgb(255,225,53); }
H1.HeaderClassName
{
color: #FFE135;
}
.AnyTagClassName
{
color: #FFE135;
}
</style>
background-color css
<style>
a { background-color: #FFE135; }
a { background-color: rgb(255,225,53); }
div.DivClassName
{
background-color: #FFE135;
}
.BgClassName
{
background-color: #FFE135;
}
</style>
border-color css
<style>
span { border-color: #FFE135; }
span { border-color: rgb(255,225,53); }
td.TdClassName
{
border-color: #FFE135;
}
.TagClassName
{
border-color: #FFE135;
}
</style>