Shades of Gorse #FFEE3A
Tints of Gorse #FFEE3A
RGB
CMYK
RGB Variations
Color information
#FFEE3A (or 0xFFEE3A) is known color: Gorse. HEX triplet: FF, EE and 3A. RGB value is (255,238,58). Sum of RGB (Red+Green+Blue) = 255+238+58=551 (72% of max value = 765). Red value is 255 (100% from 255 or 46.28% from 551); Green value is 238 (93.36% from 255 or 43.19% from 551); Blue value is 58 (23.05% from 255 or 10.53% from 551); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEE3A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFEE3A is #0011C5. Grayscale: #DFDFDF. Windows color (decimal): -4550 or 3862271. OLE color: 3862271.
HSL color Cylindrical-coordinate representation of color #FFEE3A: hue angle of 54.82º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FFEE3A is Cyan = 0, Magento = 0.07, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 238 | 58 | - |
| CMYK | 0 | 0.07 | 0.77 | 0 |
| HSL | 54.82º | 1% | 0.61% | - |
| HSV(B) | 54.82º | 0.77% | 1% | - |
| XYZ | 72.58 | 82.71 | 16.14 | - |
| YUV | 222.56 | 35.13 | 151.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 238 | 58 | 0 | 0.07 | 0.77 | 0 | 54.82 | 1 | 0.61 |
| Hex | FF | EE | 3A | 0 | 7 | 4D | 0 | 37 | 64 | 3D |
| Octal | 377 | 356 | 72 | 0 | 7 | 115 | 0 | 67 | 144 | 75 |
| Binary | 11111111 | 11101110 | 111010 | 0 | 111 | 1001101 | 0 | 110111 | 1100100 | 111101 |
Color Harmonies of #FFEE3A
Complementary color
Monochromatic Colors of #FFEE3A
Black with #FFEE3A
Text Example
Text Example
White with #FFEE3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEE3A; }
p { color: rgb(255,238,58); }
H1.HeaderClassName
{
color: #FFEE3A;
}
.AnyTagClassName
{
color: #FFEE3A;
}
</style>
background-color css
<style>
a { background-color: #FFEE3A; }
a { background-color: rgb(255,238,58); }
div.DivClassName
{
background-color: #FFEE3A;
}
.BgClassName
{
background-color: #FFEE3A;
}
</style>
border-color css
<style>
span { border-color: #FFEE3A; }
span { border-color: rgb(255,238,58); }
td.TdClassName
{
border-color: #FFEE3A;
}
.TagClassName
{
border-color: #FFEE3A;
}
</style>