Shades of Gorse #FEE323
Tints of Gorse #FEE323
RGB
CMYK
RGB Variations
Color information
#FEE323 (or 0xFEE323) is known color: Gorse. HEX triplet: FE, E3 and 23. RGB value is (254,227,35). Sum of RGB (Red+Green+Blue) = 254+227+35=516 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.22% from 516); Green value is 227 (89.06% from 255 or 43.99% from 516); Blue value is 35 (14.06% from 255 or 6.78% from 516); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE323 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE323 is #011CDC. Grayscale: #D5D5D5. Windows color (decimal): -72925 or 2352126. OLE color: 2352126.
HSL color Cylindrical-coordinate representation of color #FEE323: hue angle of 52.6º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FEE323 is Cyan = 0, Magento = 0.11, Yellow = 0.86 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 227 | 35 | - |
| CMYK | 0 | 0.11 | 0.86 | 0.00 |
| HSL | 52.6º | 0.99% | 0.57% | - |
| HSV(B) | 52.6º | 0.86% | 1% | - |
| XYZ | 68.65 | 76.13 | 12.67 | - |
| YUV | 213.19 | 27.45 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 227 | 35 | 0 | 0.11 | 0.86 | 0.00 | 52.6 | 0.99 | 0.57 |
| Hex | FE | E3 | 23 | 0 | B | 56 | 0 | 35 | 63 | 39 |
| Octal | 376 | 343 | 43 | 0 | 13 | 126 | 0 | 65 | 143 | 71 |
| Binary | 11111110 | 11100011 | 100011 | 0 | 1011 | 1010110 | 0 | 110101 | 1100011 | 111001 |
Color Harmonies of #FEE323
Complementary color
Monochromatic Colors of #FEE323
Black with #FEE323
Text Example
Text Example
White with #FEE323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE323; }
p { color: rgb(254,227,35); }
H1.HeaderClassName
{
color: #FEE323;
}
.AnyTagClassName
{
color: #FEE323;
}
</style>
background-color css
<style>
a { background-color: #FEE323; }
a { background-color: rgb(254,227,35); }
div.DivClassName
{
background-color: #FEE323;
}
.BgClassName
{
background-color: #FEE323;
}
</style>
border-color css
<style>
span { border-color: #FEE323; }
span { border-color: rgb(254,227,35); }
td.TdClassName
{
border-color: #FEE323;
}
.TagClassName
{
border-color: #FEE323;
}
</style>