Shades of Gorse #FFEC34
Tints of Gorse #FFEC34
RGB
CMYK
RGB Variations
Color information
#FFEC34 (or 0xFFEC34) is known color: Gorse. HEX triplet: FF, EC and 34. RGB value is (255,236,52). Sum of RGB (Red+Green+Blue) = 255+236+52=543 (71% of max value = 765). Red value is 255 (100% from 255 or 46.96% from 543); Green value is 236 (92.58% from 255 or 43.46% from 543); Blue value is 52 (20.70% from 255 or 9.58% from 543); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEC34 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFEC34 is #0013CB. Grayscale: #DDDDDD. Windows color (decimal): -5068 or 3468543. OLE color: 3468543.
HSL color Cylindrical-coordinate representation of color #FFEC34: hue angle of 54.38º 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 #FFEC34 is Cyan = 0, Magento = 0.07, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 236 | 52 | - |
| CMYK | 0 | 0.07 | 0.80 | 0 |
| HSL | 54.38º | 1% | 0.6% | - |
| HSV(B) | 54.38º | 0.8% | 1% | - |
| XYZ | 71.86 | 81.5 | 15.19 | - |
| YUV | 220.71 | 32.79 | 152.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 236 | 52 | 0 | 0.07 | 0.80 | 0 | 54.38 | 1 | 0.6 |
| Hex | FF | EC | 34 | 0 | 7 | 50 | 0 | 36 | 64 | 3C |
| Octal | 377 | 354 | 64 | 0 | 7 | 120 | 0 | 66 | 144 | 74 |
| Binary | 11111111 | 11101100 | 110100 | 0 | 111 | 1010000 | 0 | 110110 | 1100100 | 111100 |
Color Harmonies of #FFEC34
Complementary color
Monochromatic Colors of #FFEC34
Black with #FFEC34
Text Example
Text Example
White with #FFEC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEC34; }
p { color: rgb(255,236,52); }
H1.HeaderClassName
{
color: #FFEC34;
}
.AnyTagClassName
{
color: #FFEC34;
}
</style>
background-color css
<style>
a { background-color: #FFEC34; }
a { background-color: rgb(255,236,52); }
div.DivClassName
{
background-color: #FFEC34;
}
.BgClassName
{
background-color: #FFEC34;
}
</style>
border-color css
<style>
span { border-color: #FFEC34; }
span { border-color: rgb(255,236,52); }
td.TdClassName
{
border-color: #FFEC34;
}
.TagClassName
{
border-color: #FFEC34;
}
</style>