Shades of Gorse #FEED3E
Tints of Gorse #FEED3E
RGB
CMYK
RGB Variations
Color information
#FEED3E (or 0xFEED3E) is known color: Gorse. HEX triplet: FE, ED and 3E. RGB value is (254,237,62). Sum of RGB (Red+Green+Blue) = 254+237+62=553 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.93% from 553); Green value is 237 (92.97% from 255 or 42.86% from 553); Blue value is 62 (24.61% from 255 or 11.21% from 553); Max value from RGB is 254 - color contains mainly: red. Hex color #FEED3E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEED3E is #0112C1. Grayscale: #DEDEDE. Windows color (decimal): -70338 or 4124158. OLE color: 4124158.
HSL color Cylindrical-coordinate representation of color #FEED3E: hue angle of 54.69º 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 #FEED3E is Cyan = 0, Magento = 0.07, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 237 | 62 | - |
| CMYK | 0 | 0.07 | 0.76 | 0.00 |
| HSL | 54.69º | 0.99% | 0.62% | - |
| HSV(B) | 54.69º | 0.76% | 1% | - |
| XYZ | 72.03 | 81.99 | 16.59 | - |
| YUV | 222.13 | 37.63 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 237 | 62 | 0 | 0.07 | 0.76 | 0.00 | 54.69 | 0.99 | 0.62 |
| Hex | FE | ED | 3E | 0 | 7 | 4C | 0 | 37 | 63 | 3E |
| Octal | 376 | 355 | 76 | 0 | 7 | 114 | 0 | 67 | 143 | 76 |
| Binary | 11111110 | 11101101 | 111110 | 0 | 111 | 1001100 | 0 | 110111 | 1100011 | 111110 |
Color Harmonies of #FEED3E
Complementary color
Monochromatic Colors of #FEED3E
Black with #FEED3E
Text Example
Text Example
White with #FEED3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEED3E; }
p { color: rgb(254,237,62); }
H1.HeaderClassName
{
color: #FEED3E;
}
.AnyTagClassName
{
color: #FEED3E;
}
</style>
background-color css
<style>
a { background-color: #FEED3E; }
a { background-color: rgb(254,237,62); }
div.DivClassName
{
background-color: #FEED3E;
}
.BgClassName
{
background-color: #FEED3E;
}
</style>
border-color css
<style>
span { border-color: #FEED3E; }
span { border-color: rgb(254,237,62); }
td.TdClassName
{
border-color: #FEED3E;
}
.TagClassName
{
border-color: #FEED3E;
}
</style>