Shades of Gorse #FFEE2C
Tints of Gorse #FFEE2C
RGB
CMYK
RGB Variations
Color information
#FFEE2C (or 0xFFEE2C) is known color: Gorse. HEX triplet: FF, EE and 2C. RGB value is (255,238,44). Sum of RGB (Red+Green+Blue) = 255+238+44=537 (71% of max value = 765). Red value is 255 (100% from 255 or 47.49% from 537); Green value is 238 (93.36% from 255 or 44.32% from 537); Blue value is 44 (17.58% from 255 or 8.19% from 537); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEE2C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFEE2C is #0011D3. Grayscale: #DDDDDD. Windows color (decimal): -4564 or 2944767. OLE color: 2944767.
HSL color Cylindrical-coordinate representation of color #FFEE2C: hue angle of 55.17º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FFEE2C is Cyan = 0, Magento = 0.07, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 238 | 44 | - |
| CMYK | 0 | 0.07 | 0.83 | 0 |
| HSL | 55.17º | 1% | 0.59% | - |
| HSV(B) | 55.17º | 0.83% | 1% | - |
| XYZ | 72.27 | 82.59 | 14.52 | - |
| YUV | 220.97 | 28.13 | 152.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 238 | 44 | 0 | 0.07 | 0.83 | 0 | 55.17 | 1 | 0.59 |
| Hex | FF | EE | 2C | 0 | 7 | 53 | 0 | 37 | 64 | 3B |
| Octal | 377 | 356 | 54 | 0 | 7 | 123 | 0 | 67 | 144 | 73 |
| Binary | 11111111 | 11101110 | 101100 | 0 | 111 | 1010011 | 0 | 110111 | 1100100 | 111011 |
Color Harmonies of #FFEE2C
Complementary color
Monochromatic Colors of #FFEE2C
Black with #FFEE2C
Text Example
Text Example
White with #FFEE2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEE2C; }
p { color: rgb(255,238,44); }
H1.HeaderClassName
{
color: #FFEE2C;
}
.AnyTagClassName
{
color: #FFEE2C;
}
</style>
background-color css
<style>
a { background-color: #FFEE2C; }
a { background-color: rgb(255,238,44); }
div.DivClassName
{
background-color: #FFEE2C;
}
.BgClassName
{
background-color: #FFEE2C;
}
</style>
border-color css
<style>
span { border-color: #FFEE2C; }
span { border-color: rgb(255,238,44); }
td.TdClassName
{
border-color: #FFEE2C;
}
.TagClassName
{
border-color: #FFEE2C;
}
</style>