Shades of Gorse #FFEF32
Tints of Gorse #FFEF32
RGB
CMYK
RGB Variations
Color information
#FFEF32 (or 0xFFEF32) is known color: Gorse. HEX triplet: FF, EF and 32. RGB value is (255,239,50). Sum of RGB (Red+Green+Blue) = 255+239+50=544 (72% of max value = 765). Red value is 255 (100% from 255 or 46.88% from 544); Green value is 239 (93.75% from 255 or 43.93% from 544); Blue value is 50 (19.92% from 255 or 9.19% from 544); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEF32 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFEF32 is #0010CD. Grayscale: #DFDFDF. Windows color (decimal): -4302 or 3338239. OLE color: 3338239.
HSL color Cylindrical-coordinate representation of color #FFEF32: hue angle of 55.32º 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 #FFEF32 is Cyan = 0, Magento = 0.06, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 239 | 50 | - |
| CMYK | 0 | 0.06 | 0.80 | 0 |
| HSL | 55.32º | 1% | 0.6% | - |
| HSV(B) | 55.32º | 0.8% | 1% | - |
| XYZ | 72.68 | 83.22 | 15.25 | - |
| YUV | 222.24 | 30.8 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 239 | 50 | 0 | 0.06 | 0.80 | 0 | 55.32 | 1 | 0.6 |
| Hex | FF | EF | 32 | 0 | 6 | 50 | 0 | 37 | 64 | 3C |
| Octal | 377 | 357 | 62 | 0 | 6 | 120 | 0 | 67 | 144 | 74 |
| Binary | 11111111 | 11101111 | 110010 | 0 | 110 | 1010000 | 0 | 110111 | 1100100 | 111100 |
Color Harmonies of #FFEF32
Complementary color
Monochromatic Colors of #FFEF32
Black with #FFEF32
Text Example
Text Example
White with #FFEF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEF32; }
p { color: rgb(255,239,50); }
H1.HeaderClassName
{
color: #FFEF32;
}
.AnyTagClassName
{
color: #FFEF32;
}
</style>
background-color css
<style>
a { background-color: #FFEF32; }
a { background-color: rgb(255,239,50); }
div.DivClassName
{
background-color: #FFEF32;
}
.BgClassName
{
background-color: #FFEF32;
}
</style>
border-color css
<style>
span { border-color: #FFEF32; }
span { border-color: rgb(255,239,50); }
td.TdClassName
{
border-color: #FFEF32;
}
.TagClassName
{
border-color: #FFEF32;
}
</style>