Shades of Gorse #FEE326
Tints of Gorse #FEE326
RGB
CMYK
RGB Variations
Color information
#FEE326 (or 0xFEE326) is known color: Gorse. HEX triplet: FE, E3 and 26. RGB value is (254,227,38). Sum of RGB (Red+Green+Blue) = 254+227+38=519 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.94% from 519); Green value is 227 (89.06% from 255 or 43.74% from 519); Blue value is 38 (15.23% from 255 or 7.32% from 519); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE326 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE326 is #011CD9. Grayscale: #D6D6D6. Windows color (decimal): -72922 or 2548734. OLE color: 2548734.
HSL color Cylindrical-coordinate representation of color #FEE326: hue angle of 52.5º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FEE326 is Cyan = 0, Magento = 0.11, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 227 | 38 | - |
| CMYK | 0 | 0.11 | 0.85 | 0.00 |
| HSL | 52.5º | 0.99% | 0.57% | - |
| HSV(B) | 52.5º | 0.85% | 1% | - |
| XYZ | 68.69 | 76.15 | 12.91 | - |
| YUV | 213.53 | 28.95 | 156.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 227 | 38 | 0 | 0.11 | 0.85 | 0.00 | 52.5 | 0.99 | 0.57 |
| Hex | FE | E3 | 26 | 0 | B | 55 | 0 | 34 | 63 | 39 |
| Octal | 376 | 343 | 46 | 0 | 13 | 125 | 0 | 64 | 143 | 71 |
| Binary | 11111110 | 11100011 | 100110 | 0 | 1011 | 1010101 | 0 | 110100 | 1100011 | 111001 |
Color Harmonies of #FEE326
Complementary color
Monochromatic Colors of #FEE326
Black with #FEE326
Text Example
Text Example
White with #FEE326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE326; }
p { color: rgb(254,227,38); }
H1.HeaderClassName
{
color: #FEE326;
}
.AnyTagClassName
{
color: #FEE326;
}
</style>
background-color css
<style>
a { background-color: #FEE326; }
a { background-color: rgb(254,227,38); }
div.DivClassName
{
background-color: #FEE326;
}
.BgClassName
{
background-color: #FEE326;
}
</style>
border-color css
<style>
span { border-color: #FEE326; }
span { border-color: rgb(254,227,38); }
td.TdClassName
{
border-color: #FEE326;
}
.TagClassName
{
border-color: #FEE326;
}
</style>