Shades of Gorse #FEE33E
Tints of Gorse #FEE33E
RGB
CMYK
RGB Variations
Color information
#FEE33E (or 0xFEE33E) is known color: Gorse. HEX triplet: FE, E3 and 3E. RGB value is (254,227,62). Sum of RGB (Red+Green+Blue) = 254+227+62=543 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.78% from 543); Green value is 227 (89.06% from 255 or 41.80% from 543); Blue value is 62 (24.61% from 255 or 11.42% from 543); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE33E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE33E is #011CC1. Grayscale: #D8D8D8. Windows color (decimal): -72898 or 4121598. OLE color: 4121598.
HSL color Cylindrical-coordinate representation of color #FEE33E: hue angle of 51.56º 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 #FEE33E is Cyan = 0, Magento = 0.11, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 227 | 62 | - |
| CMYK | 0 | 0.11 | 0.76 | 0.00 |
| HSL | 51.56º | 0.99% | 0.62% | - |
| HSV(B) | 51.56º | 0.76% | 1% | - |
| XYZ | 69.21 | 76.36 | 15.65 | - |
| YUV | 216.26 | 40.95 | 154.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 227 | 62 | 0 | 0.11 | 0.76 | 0.00 | 51.56 | 0.99 | 0.62 |
| Hex | FE | E3 | 3E | 0 | B | 4C | 0 | 34 | 63 | 3E |
| Octal | 376 | 343 | 76 | 0 | 13 | 114 | 0 | 64 | 143 | 76 |
| Binary | 11111110 | 11100011 | 111110 | 0 | 1011 | 1001100 | 0 | 110100 | 1100011 | 111110 |
Color Harmonies of #FEE33E
Complementary color
Monochromatic Colors of #FEE33E
Black with #FEE33E
Text Example
Text Example
White with #FEE33E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE33E; }
p { color: rgb(254,227,62); }
H1.HeaderClassName
{
color: #FEE33E;
}
.AnyTagClassName
{
color: #FEE33E;
}
</style>
background-color css
<style>
a { background-color: #FEE33E; }
a { background-color: rgb(254,227,62); }
div.DivClassName
{
background-color: #FEE33E;
}
.BgClassName
{
background-color: #FEE33E;
}
</style>
border-color css
<style>
span { border-color: #FEE33E; }
span { border-color: rgb(254,227,62); }
td.TdClassName
{
border-color: #FEE33E;
}
.TagClassName
{
border-color: #FEE33E;
}
</style>