Shades of Gorse #FFE934
Tints of Gorse #FFE934
RGB
CMYK
RGB Variations
Color information
#FFE934 (or 0xFFE934) is known color: Gorse. HEX triplet: FF, E9 and 34. RGB value is (255,233,52). Sum of RGB (Red+Green+Blue) = 255+233+52=540 (71% of max value = 765). Red value is 255 (100% from 255 or 47.22% from 540); Green value is 233 (91.41% from 255 or 43.15% from 540); Blue value is 52 (20.70% from 255 or 9.63% from 540); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE934 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFE934 is #0016CB. Grayscale: #DBDBDB. Windows color (decimal): -5836 or 3467775. OLE color: 3467775.
HSL color Cylindrical-coordinate representation of color #FFE934: hue angle of 53.5º 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 #FFE934 is Cyan = 0, Magento = 0.09, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 233 | 52 | - |
| CMYK | 0 | 0.09 | 0.80 | 0 |
| HSL | 53.5º | 1% | 0.6% | - |
| HSV(B) | 53.5º | 0.8% | 1% | - |
| XYZ | 71 | 79.79 | 14.91 | - |
| YUV | 218.94 | 33.79 | 153.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 233 | 52 | 0 | 0.09 | 0.80 | 0 | 53.5 | 1 | 0.6 |
| Hex | FF | E9 | 34 | 0 | 9 | 50 | 0 | 35 | 64 | 3C |
| Octal | 377 | 351 | 64 | 0 | 11 | 120 | 0 | 65 | 144 | 74 |
| Binary | 11111111 | 11101001 | 110100 | 0 | 1001 | 1010000 | 0 | 110101 | 1100100 | 111100 |
Color Harmonies of #FFE934
Complementary color
Monochromatic Colors of #FFE934
Black with #FFE934
Text Example
Text Example
White with #FFE934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE934; }
p { color: rgb(255,233,52); }
H1.HeaderClassName
{
color: #FFE934;
}
.AnyTagClassName
{
color: #FFE934;
}
</style>
background-color css
<style>
a { background-color: #FFE934; }
a { background-color: rgb(255,233,52); }
div.DivClassName
{
background-color: #FFE934;
}
.BgClassName
{
background-color: #FFE934;
}
</style>
border-color css
<style>
span { border-color: #FFE934; }
span { border-color: rgb(255,233,52); }
td.TdClassName
{
border-color: #FFE934;
}
.TagClassName
{
border-color: #FFE934;
}
</style>