Shades of Gorse #FEED2E
Tints of Gorse #FEED2E
RGB
CMYK
RGB Variations
Color information
#FEED2E (or 0xFEED2E) is known color: Gorse. HEX triplet: FE, ED and 2E. RGB value is (254,237,46). Sum of RGB (Red+Green+Blue) = 254+237+46=537 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.30% from 537); Green value is 237 (92.97% from 255 or 44.13% from 537); Blue value is 46 (18.36% from 255 or 8.57% from 537); Max value from RGB is 254 - color contains mainly: red. Hex color #FEED2E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEED2E is #0112D1. Grayscale: #DDDDDD. Windows color (decimal): -70354 or 3075582. OLE color: 3075582.
HSL color Cylindrical-coordinate representation of color #FEED2E: hue angle of 55.1º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FEED2E is Cyan = 0, Magento = 0.07, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 237 | 46 | - |
| CMYK | 0 | 0.07 | 0.82 | 0.00 |
| HSL | 55.1º | 0.99% | 0.59% | - |
| HSV(B) | 55.1º | 0.82% | 1% | - |
| XYZ | 71.65 | 81.84 | 14.6 | - |
| YUV | 220.31 | 29.63 | 152.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 237 | 46 | 0 | 0.07 | 0.82 | 0.00 | 55.1 | 0.99 | 0.59 |
| Hex | FE | ED | 2E | 0 | 7 | 52 | 0 | 37 | 63 | 3B |
| Octal | 376 | 355 | 56 | 0 | 7 | 122 | 0 | 67 | 143 | 73 |
| Binary | 11111110 | 11101101 | 101110 | 0 | 111 | 1010010 | 0 | 110111 | 1100011 | 111011 |
Color Harmonies of #FEED2E
Complementary color
Monochromatic Colors of #FEED2E
Black with #FEED2E
Text Example
Text Example
White with #FEED2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEED2E; }
p { color: rgb(254,237,46); }
H1.HeaderClassName
{
color: #FEED2E;
}
.AnyTagClassName
{
color: #FEED2E;
}
</style>
background-color css
<style>
a { background-color: #FEED2E; }
a { background-color: rgb(254,237,46); }
div.DivClassName
{
background-color: #FEED2E;
}
.BgClassName
{
background-color: #FEED2E;
}
</style>
border-color css
<style>
span { border-color: #FEED2E; }
span { border-color: rgb(254,237,46); }
td.TdClassName
{
border-color: #FEED2E;
}
.TagClassName
{
border-color: #FEED2E;
}
</style>