Shades of Gorse #FEEE3E
Tints of Gorse #FEEE3E
RGB
CMYK
RGB Variations
Color information
#FEEE3E (or 0xFEEE3E) is known color: Gorse. HEX triplet: FE, EE and 3E. RGB value is (254,238,62). Sum of RGB (Red+Green+Blue) = 254+238+62=554 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.85% from 554); Green value is 238 (93.36% from 255 or 42.96% from 554); Blue value is 62 (24.61% from 255 or 11.19% from 554); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEE3E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEEE3E is #0111C1. Grayscale: #DFDFDF. Windows color (decimal): -70082 or 4124414. OLE color: 4124414.
HSL color Cylindrical-coordinate representation of color #FEEE3E: hue angle of 55º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FEEE3E is Cyan = 0, Magento = 0.06, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 238 | 62 | - |
| CMYK | 0 | 0.06 | 0.76 | 0.00 |
| HSL | 55º | 0.99% | 0.62% | - |
| HSV(B) | 55º | 0.76% | 1% | - |
| XYZ | 72.32 | 82.57 | 16.68 | - |
| YUV | 222.72 | 37.3 | 150.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 238 | 62 | 0 | 0.06 | 0.76 | 0.00 | 55 | 0.99 | 0.62 |
| Hex | FE | EE | 3E | 0 | 6 | 4C | 0 | 37 | 63 | 3E |
| Octal | 376 | 356 | 76 | 0 | 6 | 114 | 0 | 67 | 143 | 76 |
| Binary | 11111110 | 11101110 | 111110 | 0 | 110 | 1001100 | 0 | 110111 | 1100011 | 111110 |
Color Harmonies of #FEEE3E
Complementary color
Monochromatic Colors of #FEEE3E
Black with #FEEE3E
Text Example
Text Example
White with #FEEE3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEE3E; }
p { color: rgb(254,238,62); }
H1.HeaderClassName
{
color: #FEEE3E;
}
.AnyTagClassName
{
color: #FEEE3E;
}
</style>
background-color css
<style>
a { background-color: #FEEE3E; }
a { background-color: rgb(254,238,62); }
div.DivClassName
{
background-color: #FEEE3E;
}
.BgClassName
{
background-color: #FEEE3E;
}
</style>
border-color css
<style>
span { border-color: #FEEE3E; }
span { border-color: rgb(254,238,62); }
td.TdClassName
{
border-color: #FEEE3E;
}
.TagClassName
{
border-color: #FEEE3E;
}
</style>