Shades of Gorse #FEED38
Tints of Gorse #FEED38
RGB
CMYK
RGB Variations
Color information
#FEED38 (or 0xFEED38) is known color: Gorse. HEX triplet: FE, ED and 38. RGB value is (254,237,56). Sum of RGB (Red+Green+Blue) = 254+237+56=547 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.44% from 547); Green value is 237 (92.97% from 255 or 43.33% from 547); Blue value is 56 (22.27% from 255 or 10.24% from 547); Max value from RGB is 254 - color contains mainly: red. Hex color #FEED38 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEED38 is #0112C7. Grayscale: #DEDEDE. Windows color (decimal): -70344 or 3730942. OLE color: 3730942.
HSL color Cylindrical-coordinate representation of color #FEED38: hue angle of 54.85º 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 #FEED38 is Cyan = 0, Magento = 0.07, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 237 | 56 | - |
| CMYK | 0 | 0.07 | 0.78 | 0.00 |
| HSL | 54.85º | 0.99% | 0.61% | - |
| HSV(B) | 54.85º | 0.78% | 1% | - |
| XYZ | 71.87 | 81.92 | 15.77 | - |
| YUV | 221.45 | 34.63 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 237 | 56 | 0 | 0.07 | 0.78 | 0.00 | 54.85 | 0.99 | 0.61 |
| Hex | FE | ED | 38 | 0 | 7 | 4E | 0 | 37 | 63 | 3D |
| Octal | 376 | 355 | 70 | 0 | 7 | 116 | 0 | 67 | 143 | 75 |
| Binary | 11111110 | 11101101 | 111000 | 0 | 111 | 1001110 | 0 | 110111 | 1100011 | 111101 |
Color Harmonies of #FEED38
Complementary color
Monochromatic Colors of #FEED38
Black with #FEED38
Text Example
Text Example
White with #FEED38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEED38; }
p { color: rgb(254,237,56); }
H1.HeaderClassName
{
color: #FEED38;
}
.AnyTagClassName
{
color: #FEED38;
}
</style>
background-color css
<style>
a { background-color: #FEED38; }
a { background-color: rgb(254,237,56); }
div.DivClassName
{
background-color: #FEED38;
}
.BgClassName
{
background-color: #FEED38;
}
</style>
border-color css
<style>
span { border-color: #FEED38; }
span { border-color: rgb(254,237,56); }
td.TdClassName
{
border-color: #FEED38;
}
.TagClassName
{
border-color: #FEED38;
}
</style>