Shades of Gorse #FEED3B
Tints of Gorse #FEED3B
RGB
CMYK
RGB Variations
Color information
#FEED3B (or 0xFEED3B) is known color: Gorse. HEX triplet: FE, ED and 3B. RGB value is (254,237,59). Sum of RGB (Red+Green+Blue) = 254+237+59=550 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.18% from 550); Green value is 237 (92.97% from 255 or 43.09% from 550); Blue value is 59 (23.44% from 255 or 10.73% from 550); Max value from RGB is 254 - color contains mainly: red. Hex color #FEED3B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEED3B is #0112C4. Grayscale: #DEDEDE. Windows color (decimal): -70341 or 3927550. OLE color: 3927550.
HSL color Cylindrical-coordinate representation of color #FEED3B: hue angle of 54.77º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FEED3B is Cyan = 0, Magento = 0.07, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 237 | 59 | - |
| CMYK | 0 | 0.07 | 0.77 | 0.00 |
| HSL | 54.77º | 0.99% | 0.61% | - |
| HSV(B) | 54.77º | 0.77% | 1% | - |
| XYZ | 71.95 | 81.95 | 16.16 | - |
| YUV | 221.79 | 36.13 | 150.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 237 | 59 | 0 | 0.07 | 0.77 | 0.00 | 54.77 | 0.99 | 0.61 |
| Hex | FE | ED | 3B | 0 | 7 | 4D | 0 | 37 | 63 | 3D |
| Octal | 376 | 355 | 73 | 0 | 7 | 115 | 0 | 67 | 143 | 75 |
| Binary | 11111110 | 11101101 | 111011 | 0 | 111 | 1001101 | 0 | 110111 | 1100011 | 111101 |
Color Harmonies of #FEED3B
Complementary color
Monochromatic Colors of #FEED3B
Black with #FEED3B
Text Example
Text Example
White with #FEED3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEED3B; }
p { color: rgb(254,237,59); }
H1.HeaderClassName
{
color: #FEED3B;
}
.AnyTagClassName
{
color: #FEED3B;
}
</style>
background-color css
<style>
a { background-color: #FEED3B; }
a { background-color: rgb(254,237,59); }
div.DivClassName
{
background-color: #FEED3B;
}
.BgClassName
{
background-color: #FEED3B;
}
</style>
border-color css
<style>
span { border-color: #FEED3B; }
span { border-color: rgb(254,237,59); }
td.TdClassName
{
border-color: #FEED3B;
}
.TagClassName
{
border-color: #FEED3B;
}
</style>