Shades of Gorse #FFEE3B
Tints of Gorse #FFEE3B
RGB
CMYK
RGB Variations
Color information
#FFEE3B (or 0xFFEE3B) is known color: Gorse. HEX triplet: FF, EE and 3B. RGB value is (255,238,59). Sum of RGB (Red+Green+Blue) = 255+238+59=552 (73% of max value = 765). Red value is 255 (100% from 255 or 46.20% from 552); Green value is 238 (93.36% from 255 or 43.12% from 552); Blue value is 59 (23.44% from 255 or 10.69% from 552); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEE3B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFEE3B is #0011C4. Grayscale: #DFDFDF. Windows color (decimal): -4549 or 3927807. OLE color: 3927807.
HSL color Cylindrical-coordinate representation of color #FFEE3B: hue angle of 54.8º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FFEE3B is Cyan = 0, Magento = 0.07, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 238 | 59 | - |
| CMYK | 0 | 0.07 | 0.77 | 0 |
| HSL | 54.8º | 1% | 0.62% | - |
| HSV(B) | 54.8º | 0.77% | 1% | - |
| XYZ | 72.6 | 82.72 | 16.28 | - |
| YUV | 222.68 | 35.63 | 151.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 238 | 59 | 0 | 0.07 | 0.77 | 0 | 54.8 | 1 | 0.62 |
| Hex | FF | EE | 3B | 0 | 7 | 4D | 0 | 37 | 64 | 3E |
| Octal | 377 | 356 | 73 | 0 | 7 | 115 | 0 | 67 | 144 | 76 |
| Binary | 11111111 | 11101110 | 111011 | 0 | 111 | 1001101 | 0 | 110111 | 1100100 | 111110 |
Color Harmonies of #FFEE3B
Complementary color
Monochromatic Colors of #FFEE3B
Black with #FFEE3B
Text Example
Text Example
White with #FFEE3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEE3B; }
p { color: rgb(255,238,59); }
H1.HeaderClassName
{
color: #FFEE3B;
}
.AnyTagClassName
{
color: #FFEE3B;
}
</style>
background-color css
<style>
a { background-color: #FFEE3B; }
a { background-color: rgb(255,238,59); }
div.DivClassName
{
background-color: #FFEE3B;
}
.BgClassName
{
background-color: #FFEE3B;
}
</style>
border-color css
<style>
span { border-color: #FFEE3B; }
span { border-color: rgb(255,238,59); }
td.TdClassName
{
border-color: #FFEE3B;
}
.TagClassName
{
border-color: #FFEE3B;
}
</style>