Shades of Gorse #FEE343
Tints of Gorse #FEE343
RGB
CMYK
RGB Variations
Color information
#FEE343 (or 0xFEE343) is known color: Gorse. HEX triplet: FE, E3 and 43. RGB value is (254,227,67). Sum of RGB (Red+Green+Blue) = 254+227+67=548 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.35% from 548); Green value is 227 (89.06% from 255 or 41.42% from 548); Blue value is 67 (26.56% from 255 or 12.23% from 548); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE343 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE343 is #011CBC. Grayscale: #D9D9D9. Windows color (decimal): -72893 or 4449278. OLE color: 4449278.
HSL color Cylindrical-coordinate representation of color #FEE343: hue angle of 51.34º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FEE343 is Cyan = 0, Magento = 0.11, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 227 | 67 | - |
| CMYK | 0 | 0.11 | 0.74 | 0.00 |
| HSL | 51.34º | 0.99% | 0.63% | - |
| HSV(B) | 51.34º | 0.74% | 1% | - |
| XYZ | 69.36 | 76.41 | 16.4 | - |
| YUV | 216.83 | 43.45 | 154.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 227 | 67 | 0 | 0.11 | 0.74 | 0.00 | 51.34 | 0.99 | 0.63 |
| Hex | FE | E3 | 43 | 0 | B | 4A | 0 | 33 | 63 | 3F |
| Octal | 376 | 343 | 103 | 0 | 13 | 112 | 0 | 63 | 143 | 77 |
| Binary | 11111110 | 11100011 | 1000011 | 0 | 1011 | 1001010 | 0 | 110011 | 1100011 | 111111 |
Color Harmonies of #FEE343
Complementary color
Monochromatic Colors of #FEE343
Black with #FEE343
Text Example
Text Example
White with #FEE343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE343; }
p { color: rgb(254,227,67); }
H1.HeaderClassName
{
color: #FEE343;
}
.AnyTagClassName
{
color: #FEE343;
}
</style>
background-color css
<style>
a { background-color: #FEE343; }
a { background-color: rgb(254,227,67); }
div.DivClassName
{
background-color: #FEE343;
}
.BgClassName
{
background-color: #FEE343;
}
</style>
border-color css
<style>
span { border-color: #FEE343; }
span { border-color: rgb(254,227,67); }
td.TdClassName
{
border-color: #FEE343;
}
.TagClassName
{
border-color: #FEE343;
}
</style>