Shades of Gorse #F5EE37
Tints of Gorse #F5EE37
RGB
CMYK
RGB Variations
Color information
#F5EE37 (or 0xF5EE37) is known color: Gorse. HEX triplet: F5, EE and 37. RGB value is (245,238,55). Sum of RGB (Red+Green+Blue) = 245+238+55=538 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.54% from 538); Green value is 238 (93.36% from 255 or 44.24% from 538); Blue value is 55 (21.88% from 255 or 10.22% from 538); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EE37 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5EE37 is #0A11C8. Grayscale: #DBDBDB. Windows color (decimal): -659913 or 3665653. OLE color: 3665653.
HSL color Cylindrical-coordinate representation of color #F5EE37: hue angle of 57.79º 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 #F5EE37 is Cyan = 0, Magento = 0.03, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 238 | 55 | - |
| CMYK | 0 | 0.03 | 0.78 | 0.04 |
| HSL | 57.79º | 0.9% | 0.59% | - |
| HSV(B) | 57.79º | 0.78% | 0.96% | - |
| XYZ | 68.92 | 80.84 | 15.59 | - |
| YUV | 219.23 | 35.32 | 146.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 238 | 55 | 0 | 0.03 | 0.78 | 0.04 | 57.79 | 0.9 | 0.59 |
| Hex | F5 | EE | 37 | 0 | 3 | 4E | 4 | 3A | 5A | 3B |
| Octal | 365 | 356 | 67 | 0 | 3 | 116 | 4 | 72 | 132 | 73 |
| Binary | 11110101 | 11101110 | 110111 | 0 | 11 | 1001110 | 100 | 111010 | 1011010 | 111011 |
Color Harmonies of #F5EE37
Complementary color
Monochromatic Colors of #F5EE37
Black with #F5EE37
Text Example
Text Example
White with #F5EE37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5EE37; }
p { color: rgb(245,238,55); }
H1.HeaderClassName
{
color: #F5EE37;
}
.AnyTagClassName
{
color: #F5EE37;
}
</style>
background-color css
<style>
a { background-color: #F5EE37; }
a { background-color: rgb(245,238,55); }
div.DivClassName
{
background-color: #F5EE37;
}
.BgClassName
{
background-color: #F5EE37;
}
</style>
border-color css
<style>
span { border-color: #F5EE37; }
span { border-color: rgb(245,238,55); }
td.TdClassName
{
border-color: #F5EE37;
}
.TagClassName
{
border-color: #F5EE37;
}
</style>