Shades of Gorse #FEED37
Tints of Gorse #FEED37
RGB
CMYK
RGB Variations
Color information
#FEED37 (or 0xFEED37) is known color: Gorse. HEX triplet: FE, ED and 37. RGB value is (254,237,55). Sum of RGB (Red+Green+Blue) = 254+237+55=546 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.52% from 546); Green value is 237 (92.97% from 255 or 43.41% from 546); Blue value is 55 (21.88% from 255 or 10.07% from 546); Max value from RGB is 254 - color contains mainly: red. Hex color #FEED37 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEED37 is #0112C8. Grayscale: #DEDEDE. Windows color (decimal): -70345 or 3665406. OLE color: 3665406.
HSL color Cylindrical-coordinate representation of color #FEED37: hue angle of 54.87º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FEED37 is Cyan = 0, Magento = 0.07, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 237 | 55 | - |
| CMYK | 0 | 0.07 | 0.78 | 0.00 |
| HSL | 54.87º | 0.99% | 0.61% | - |
| HSV(B) | 54.87º | 0.78% | 1% | - |
| XYZ | 71.85 | 81.92 | 15.64 | - |
| YUV | 221.34 | 34.13 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 237 | 55 | 0 | 0.07 | 0.78 | 0.00 | 54.87 | 0.99 | 0.61 |
| Hex | FE | ED | 37 | 0 | 7 | 4E | 0 | 37 | 63 | 3D |
| Octal | 376 | 355 | 67 | 0 | 7 | 116 | 0 | 67 | 143 | 75 |
| Binary | 11111110 | 11101101 | 110111 | 0 | 111 | 1001110 | 0 | 110111 | 1100011 | 111101 |
Color Harmonies of #FEED37
Complementary color
Monochromatic Colors of #FEED37
Black with #FEED37
Text Example
Text Example
White with #FEED37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEED37; }
p { color: rgb(254,237,55); }
H1.HeaderClassName
{
color: #FEED37;
}
.AnyTagClassName
{
color: #FEED37;
}
</style>
background-color css
<style>
a { background-color: #FEED37; }
a { background-color: rgb(254,237,55); }
div.DivClassName
{
background-color: #FEED37;
}
.BgClassName
{
background-color: #FEED37;
}
</style>
border-color css
<style>
span { border-color: #FEED37; }
span { border-color: rgb(254,237,55); }
td.TdClassName
{
border-color: #FEED37;
}
.TagClassName
{
border-color: #FEED37;
}
</style>