Shades of Gorse #FFE334
Tints of Gorse #FFE334
RGB
CMYK
RGB Variations
Color information
#FFE334 (or 0xFFE334) is known color: Gorse. HEX triplet: FF, E3 and 34. RGB value is (255,227,52). Sum of RGB (Red+Green+Blue) = 255+227+52=534 (70% of max value = 765). Red value is 255 (100% from 255 or 47.75% from 534); Green value is 227 (89.06% from 255 or 42.51% from 534); Blue value is 52 (20.70% from 255 or 9.74% from 534); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE334 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE334 is #001CCB. Grayscale: #D8D8D8. Windows color (decimal): -7372 or 3466239. OLE color: 3466239.
HSL color Cylindrical-coordinate representation of color #FFE334: hue angle of 51.72º 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 #FFE334 is Cyan = 0, Magento = 0.11, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 227 | 52 | - |
| CMYK | 0 | 0.11 | 0.80 | 0 |
| HSL | 51.72º | 1% | 0.6% | - |
| HSV(B) | 51.72º | 0.8% | 1% | - |
| XYZ | 69.33 | 76.45 | 14.35 | - |
| YUV | 215.42 | 35.78 | 156.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 227 | 52 | 0 | 0.11 | 0.80 | 0 | 51.72 | 1 | 0.6 |
| Hex | FF | E3 | 34 | 0 | B | 50 | 0 | 34 | 64 | 3C |
| Octal | 377 | 343 | 64 | 0 | 13 | 120 | 0 | 64 | 144 | 74 |
| Binary | 11111111 | 11100011 | 110100 | 0 | 1011 | 1010000 | 0 | 110100 | 1100100 | 111100 |
Color Harmonies of #FFE334
Complementary color
Monochromatic Colors of #FFE334
Black with #FFE334
Text Example
Text Example
White with #FFE334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE334; }
p { color: rgb(255,227,52); }
H1.HeaderClassName
{
color: #FFE334;
}
.AnyTagClassName
{
color: #FFE334;
}
</style>
background-color css
<style>
a { background-color: #FFE334; }
a { background-color: rgb(255,227,52); }
div.DivClassName
{
background-color: #FFE334;
}
.BgClassName
{
background-color: #FFE334;
}
</style>
border-color css
<style>
span { border-color: #FFE334; }
span { border-color: rgb(255,227,52); }
td.TdClassName
{
border-color: #FFE334;
}
.TagClassName
{
border-color: #FFE334;
}
</style>