Shades of Gorse #FFE134
Tints of Gorse #FFE134
RGB
CMYK
RGB Variations
Color information
#FFE134 (or 0xFFE134) is known color: Gorse. HEX triplet: FF, E1 and 34. RGB value is (255,225,52). Sum of RGB (Red+Green+Blue) = 255+225+52=532 (70% of max value = 765). Red value is 255 (100% from 255 or 47.93% from 532); Green value is 225 (88.28% from 255 or 42.29% from 532); Blue value is 52 (20.70% from 255 or 9.77% from 532); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE134 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE134 is #001ECB. Grayscale: #D6D6D6. Windows color (decimal): -7884 or 3465727. OLE color: 3465727.
HSL color Cylindrical-coordinate representation of color #FFE134: hue angle of 51.13º 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 #FFE134 is Cyan = 0, Magento = 0.12, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 225 | 52 | - |
| CMYK | 0 | 0.12 | 0.80 | 0 |
| HSL | 51.13º | 1% | 0.6% | - |
| HSV(B) | 51.13º | 0.8% | 1% | - |
| XYZ | 68.79 | 75.36 | 14.17 | - |
| YUV | 214.25 | 36.44 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 225 | 52 | 0 | 0.12 | 0.80 | 0 | 51.13 | 1 | 0.6 |
| Hex | FF | E1 | 34 | 0 | C | 50 | 0 | 33 | 64 | 3C |
| Octal | 377 | 341 | 64 | 0 | 14 | 120 | 0 | 63 | 144 | 74 |
| Binary | 11111111 | 11100001 | 110100 | 0 | 1100 | 1010000 | 0 | 110011 | 1100100 | 111100 |
Color Harmonies of #FFE134
Complementary color
Monochromatic Colors of #FFE134
Black with #FFE134
Text Example
Text Example
White with #FFE134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE134; }
p { color: rgb(255,225,52); }
H1.HeaderClassName
{
color: #FFE134;
}
.AnyTagClassName
{
color: #FFE134;
}
</style>
background-color css
<style>
a { background-color: #FFE134; }
a { background-color: rgb(255,225,52); }
div.DivClassName
{
background-color: #FFE134;
}
.BgClassName
{
background-color: #FFE134;
}
</style>
border-color css
<style>
span { border-color: #FFE134; }
span { border-color: rgb(255,225,52); }
td.TdClassName
{
border-color: #FFE134;
}
.TagClassName
{
border-color: #FFE134;
}
</style>