Shades of Gorse #FFEE3E
Tints of Gorse #FFEE3E
RGB
CMYK
RGB Variations
Color information
#FFEE3E (or 0xFFEE3E) is known color: Gorse. HEX triplet: FF, EE and 3E. RGB value is (255,238,62). Sum of RGB (Red+Green+Blue) = 255+238+62=555 (73% of max value = 765). Red value is 255 (100% from 255 or 45.95% from 555); Green value is 238 (93.36% from 255 or 42.88% from 555); Blue value is 62 (24.61% from 255 or 11.17% from 555); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEE3E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFEE3E is #0011C1. Grayscale: #DFDFDF. Windows color (decimal): -4546 or 4124415. OLE color: 4124415.
HSL color Cylindrical-coordinate representation of color #FFEE3E: hue angle of 54.72º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FFEE3E is Cyan = 0, Magento = 0.07, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 238 | 62 | - |
| CMYK | 0 | 0.07 | 0.76 | 0 |
| HSL | 54.72º | 1% | 0.62% | - |
| HSV(B) | 54.72º | 0.76% | 1% | - |
| XYZ | 72.68 | 82.76 | 16.7 | - |
| YUV | 223.02 | 37.13 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 238 | 62 | 0 | 0.07 | 0.76 | 0 | 54.72 | 1 | 0.62 |
| Hex | FF | EE | 3E | 0 | 7 | 4C | 0 | 37 | 64 | 3E |
| Octal | 377 | 356 | 76 | 0 | 7 | 114 | 0 | 67 | 144 | 76 |
| Binary | 11111111 | 11101110 | 111110 | 0 | 111 | 1001100 | 0 | 110111 | 1100100 | 111110 |
Color Harmonies of #FFEE3E
Complementary color
Monochromatic Colors of #FFEE3E
Black with #FFEE3E
Text Example
Text Example
White with #FFEE3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEE3E; }
p { color: rgb(255,238,62); }
H1.HeaderClassName
{
color: #FFEE3E;
}
.AnyTagClassName
{
color: #FFEE3E;
}
</style>
background-color css
<style>
a { background-color: #FFEE3E; }
a { background-color: rgb(255,238,62); }
div.DivClassName
{
background-color: #FFEE3E;
}
.BgClassName
{
background-color: #FFEE3E;
}
</style>
border-color css
<style>
span { border-color: #FFEE3E; }
span { border-color: rgb(255,238,62); }
td.TdClassName
{
border-color: #FFEE3E;
}
.TagClassName
{
border-color: #FFEE3E;
}
</style>