Shades of Gorse #FFEE32
Tints of Gorse #FFEE32
RGB
CMYK
RGB Variations
Color information
#FFEE32 (or 0xFFEE32) is known color: Gorse. HEX triplet: FF, EE and 32. RGB value is (255,238,50). Sum of RGB (Red+Green+Blue) = 255+238+50=543 (71% of max value = 765). Red value is 255 (100% from 255 or 46.96% from 543); Green value is 238 (93.36% from 255 or 43.83% from 543); Blue value is 50 (19.92% from 255 or 9.21% from 543); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEE32 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFEE32 is #0011CD. Grayscale: #DEDEDE. Windows color (decimal): -4558 or 3337983. OLE color: 3337983.
HSL color Cylindrical-coordinate representation of color #FFEE32: hue angle of 55.02º 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 #FFEE32 is Cyan = 0, Magento = 0.07, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 238 | 50 | - |
| CMYK | 0 | 0.07 | 0.80 | 0 |
| HSL | 55.02º | 1% | 0.6% | - |
| HSV(B) | 55.02º | 0.8% | 1% | - |
| XYZ | 72.39 | 82.64 | 15.15 | - |
| YUV | 221.65 | 31.13 | 151.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 238 | 50 | 0 | 0.07 | 0.80 | 0 | 55.02 | 1 | 0.6 |
| Hex | FF | EE | 32 | 0 | 7 | 50 | 0 | 37 | 64 | 3C |
| Octal | 377 | 356 | 62 | 0 | 7 | 120 | 0 | 67 | 144 | 74 |
| Binary | 11111111 | 11101110 | 110010 | 0 | 111 | 1010000 | 0 | 110111 | 1100100 | 111100 |
Color Harmonies of #FFEE32
Complementary color
Monochromatic Colors of #FFEE32
Black with #FFEE32
Text Example
Text Example
White with #FFEE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEE32; }
p { color: rgb(255,238,50); }
H1.HeaderClassName
{
color: #FFEE32;
}
.AnyTagClassName
{
color: #FFEE32;
}
</style>
background-color css
<style>
a { background-color: #FFEE32; }
a { background-color: rgb(255,238,50); }
div.DivClassName
{
background-color: #FFEE32;
}
.BgClassName
{
background-color: #FFEE32;
}
</style>
border-color css
<style>
span { border-color: #FFEE32; }
span { border-color: rgb(255,238,50); }
td.TdClassName
{
border-color: #FFEE32;
}
.TagClassName
{
border-color: #FFEE32;
}
</style>