Shades of Gorse #F5EC38
Tints of Gorse #F5EC38
RGB
CMYK
RGB Variations
Color information
#F5EC38 (or 0xF5EC38) is known color: Gorse. HEX triplet: F5, EC and 38. RGB value is (245,236,56). Sum of RGB (Red+Green+Blue) = 245+236+56=537 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.62% from 537); Green value is 236 (92.58% from 255 or 43.95% from 537); Blue value is 56 (22.27% from 255 or 10.43% from 537); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EC38 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5EC38 is #0A13C7. Grayscale: #DADADA. Windows color (decimal): -660424 or 3730677. OLE color: 3730677.
HSL color Cylindrical-coordinate representation of color #F5EC38: hue angle of 57.14º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F5EC38 is Cyan = 0, Magento = 0.04, Yellow = 0.77 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 236 | 56 | - |
| CMYK | 0 | 0.04 | 0.77 | 0.04 |
| HSL | 57.14º | 0.9% | 0.59% | - |
| HSV(B) | 57.14º | 0.77% | 0.96% | - |
| XYZ | 68.37 | 79.69 | 15.52 | - |
| YUV | 218.17 | 36.48 | 147.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 236 | 56 | 0 | 0.04 | 0.77 | 0.04 | 57.14 | 0.9 | 0.59 |
| Hex | F5 | EC | 38 | 0 | 4 | 4D | 4 | 39 | 5A | 3B |
| Octal | 365 | 354 | 70 | 0 | 4 | 115 | 4 | 71 | 132 | 73 |
| Binary | 11110101 | 11101100 | 111000 | 0 | 100 | 1001101 | 100 | 111001 | 1011010 | 111011 |
Color Harmonies of #F5EC38
Complementary color
Monochromatic Colors of #F5EC38
Black with #F5EC38
Text Example
Text Example
White with #F5EC38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5EC38; }
p { color: rgb(245,236,56); }
H1.HeaderClassName
{
color: #F5EC38;
}
.AnyTagClassName
{
color: #F5EC38;
}
</style>
background-color css
<style>
a { background-color: #F5EC38; }
a { background-color: rgb(245,236,56); }
div.DivClassName
{
background-color: #F5EC38;
}
.BgClassName
{
background-color: #F5EC38;
}
</style>
border-color css
<style>
span { border-color: #F5EC38; }
span { border-color: rgb(245,236,56); }
td.TdClassName
{
border-color: #F5EC38;
}
.TagClassName
{
border-color: #F5EC38;
}
</style>