Shades of Gorse #FFEE2B
Tints of Gorse #FFEE2B
RGB
CMYK
RGB Variations
Color information
#FFEE2B (or 0xFFEE2B) is known color: Gorse. HEX triplet: FF, EE and 2B. RGB value is (255,238,43). Sum of RGB (Red+Green+Blue) = 255+238+43=536 (70% of max value = 765). Red value is 255 (100% from 255 or 47.57% from 536); Green value is 238 (93.36% from 255 or 44.40% from 536); Blue value is 43 (17.19% from 255 or 8.02% from 536); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEE2B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFEE2B is #0011D4. Grayscale: #DDDDDD. Windows color (decimal): -4565 or 2879231. OLE color: 2879231.
HSL color Cylindrical-coordinate representation of color #FFEE2B: hue angle of 55.19º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FFEE2B is Cyan = 0, Magento = 0.07, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 238 | 43 | - |
| CMYK | 0 | 0.07 | 0.83 | 0 |
| HSL | 55.19º | 1% | 0.58% | - |
| HSV(B) | 55.19º | 0.83% | 1% | - |
| XYZ | 72.25 | 82.58 | 14.42 | - |
| YUV | 220.85 | 27.63 | 152.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 238 | 43 | 0 | 0.07 | 0.83 | 0 | 55.19 | 1 | 0.58 |
| Hex | FF | EE | 2B | 0 | 7 | 53 | 0 | 37 | 64 | 3A |
| Octal | 377 | 356 | 53 | 0 | 7 | 123 | 0 | 67 | 144 | 72 |
| Binary | 11111111 | 11101110 | 101011 | 0 | 111 | 1010011 | 0 | 110111 | 1100100 | 111010 |
Color Harmonies of #FFEE2B
Complementary color
Monochromatic Colors of #FFEE2B
Black with #FFEE2B
Text Example
Text Example
White with #FFEE2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEE2B; }
p { color: rgb(255,238,43); }
H1.HeaderClassName
{
color: #FFEE2B;
}
.AnyTagClassName
{
color: #FFEE2B;
}
</style>
background-color css
<style>
a { background-color: #FFEE2B; }
a { background-color: rgb(255,238,43); }
div.DivClassName
{
background-color: #FFEE2B;
}
.BgClassName
{
background-color: #FFEE2B;
}
</style>
border-color css
<style>
span { border-color: #FFEE2B; }
span { border-color: rgb(255,238,43); }
td.TdClassName
{
border-color: #FFEE2B;
}
.TagClassName
{
border-color: #FFEE2B;
}
</style>