Shades of Gorse #F5ED37
Tints of Gorse #F5ED37
RGB
CMYK
RGB Variations
Color information
#F5ED37 (or 0xF5ED37) is known color: Gorse. HEX triplet: F5, ED and 37. RGB value is (245,237,55). Sum of RGB (Red+Green+Blue) = 245+237+55=537 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.62% from 537); Green value is 237 (92.97% from 255 or 44.13% from 537); Blue value is 55 (21.88% from 255 or 10.24% from 537); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ED37 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5ED37 is #0A12C8. Grayscale: #DBDBDB. Windows color (decimal): -660169 or 3665397. OLE color: 3665397.
HSL color Cylindrical-coordinate representation of color #F5ED37: hue angle of 57.47º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F5ED37 is Cyan = 0, Magento = 0.03, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 237 | 55 | - |
| CMYK | 0 | 0.03 | 0.78 | 0.04 |
| HSL | 57.47º | 0.9% | 0.59% | - |
| HSV(B) | 57.47º | 0.78% | 0.96% | - |
| XYZ | 68.63 | 80.26 | 15.49 | - |
| YUV | 218.64 | 35.65 | 146.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 237 | 55 | 0 | 0.03 | 0.78 | 0.04 | 57.47 | 0.9 | 0.59 |
| Hex | F5 | ED | 37 | 0 | 3 | 4E | 4 | 39 | 5A | 3B |
| Octal | 365 | 355 | 67 | 0 | 3 | 116 | 4 | 71 | 132 | 73 |
| Binary | 11110101 | 11101101 | 110111 | 0 | 11 | 1001110 | 100 | 111001 | 1011010 | 111011 |
Color Harmonies of #F5ED37
Complementary color
Monochromatic Colors of #F5ED37
Black with #F5ED37
Text Example
Text Example
White with #F5ED37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5ED37; }
p { color: rgb(245,237,55); }
H1.HeaderClassName
{
color: #F5ED37;
}
.AnyTagClassName
{
color: #F5ED37;
}
</style>
background-color css
<style>
a { background-color: #F5ED37; }
a { background-color: rgb(245,237,55); }
div.DivClassName
{
background-color: #F5ED37;
}
.BgClassName
{
background-color: #F5ED37;
}
</style>
border-color css
<style>
span { border-color: #F5ED37; }
span { border-color: rgb(245,237,55); }
td.TdClassName
{
border-color: #F5ED37;
}
.TagClassName
{
border-color: #F5ED37;
}
</style>