Shades of Gorse #FEE43D
Tints of Gorse #FEE43D
RGB
CMYK
RGB Variations
Color information
#FEE43D (or 0xFEE43D) is known color: Gorse. HEX triplet: FE, E4 and 3D. RGB value is (254,228,61). Sum of RGB (Red+Green+Blue) = 254+228+61=543 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.78% from 543); Green value is 228 (89.45% from 255 or 41.99% from 543); Blue value is 61 (24.22% from 255 or 11.23% from 543); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE43D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE43D is #011BC2. Grayscale: #D9D9D9. Windows color (decimal): -72643 or 4056318. OLE color: 4056318.
HSL color Cylindrical-coordinate representation of color #FEE43D: hue angle of 51.92º 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 #FEE43D is Cyan = 0, Magento = 0.10, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 228 | 61 | - |
| CMYK | 0 | 0.10 | 0.76 | 0.00 |
| HSL | 51.92º | 0.99% | 0.62% | - |
| HSV(B) | 51.92º | 0.76% | 1% | - |
| XYZ | 69.46 | 76.89 | 15.6 | - |
| YUV | 216.74 | 40.11 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 228 | 61 | 0 | 0.10 | 0.76 | 0.00 | 51.92 | 0.99 | 0.62 |
| Hex | FE | E4 | 3D | 0 | A | 4C | 0 | 34 | 63 | 3E |
| Octal | 376 | 344 | 75 | 0 | 12 | 114 | 0 | 64 | 143 | 76 |
| Binary | 11111110 | 11100100 | 111101 | 0 | 1010 | 1001100 | 0 | 110100 | 1100011 | 111110 |
Color Harmonies of #FEE43D
Complementary color
Monochromatic Colors of #FEE43D
Black with #FEE43D
Text Example
Text Example
White with #FEE43D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE43D; }
p { color: rgb(254,228,61); }
H1.HeaderClassName
{
color: #FEE43D;
}
.AnyTagClassName
{
color: #FEE43D;
}
</style>
background-color css
<style>
a { background-color: #FEE43D; }
a { background-color: rgb(254,228,61); }
div.DivClassName
{
background-color: #FEE43D;
}
.BgClassName
{
background-color: #FEE43D;
}
</style>
border-color css
<style>
span { border-color: #FEE43D; }
span { border-color: rgb(254,228,61); }
td.TdClassName
{
border-color: #FEE43D;
}
.TagClassName
{
border-color: #FEE43D;
}
</style>