Shades of Gorse #FFED37
Tints of Gorse #FFED37
RGB
CMYK
RGB Variations
Color information
#FFED37 (or 0xFFED37) is known color: Gorse. HEX triplet: FF, ED and 37. RGB value is (255,237,55). Sum of RGB (Red+Green+Blue) = 255+237+55=547 (72% of max value = 765). Red value is 255 (100% from 255 or 46.62% from 547); Green value is 237 (92.97% from 255 or 43.33% from 547); Blue value is 55 (21.88% from 255 or 10.05% from 547); Max value from RGB is 255 - color contains mainly: red. Hex color #FFED37 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFED37 is #0012C8. Grayscale: #DEDEDE. Windows color (decimal): -4809 or 3665407. OLE color: 3665407.
HSL color Cylindrical-coordinate representation of color #FFED37: hue angle of 54.6º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FFED37 is Cyan = 0, Magento = 0.07, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 237 | 55 | - |
| CMYK | 0 | 0.07 | 0.78 | 0 |
| HSL | 54.6º | 1% | 0.61% | - |
| HSV(B) | 54.6º | 0.78% | 1% | - |
| XYZ | 72.21 | 82.1 | 15.66 | - |
| YUV | 221.63 | 33.96 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 237 | 55 | 0 | 0.07 | 0.78 | 0 | 54.6 | 1 | 0.61 |
| Hex | FF | ED | 37 | 0 | 7 | 4E | 0 | 37 | 64 | 3D |
| Octal | 377 | 355 | 67 | 0 | 7 | 116 | 0 | 67 | 144 | 75 |
| Binary | 11111111 | 11101101 | 110111 | 0 | 111 | 1001110 | 0 | 110111 | 1100100 | 111101 |
Color Harmonies of #FFED37
Complementary color
Monochromatic Colors of #FFED37
Black with #FFED37
Text Example
Text Example
White with #FFED37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFED37; }
p { color: rgb(255,237,55); }
H1.HeaderClassName
{
color: #FFED37;
}
.AnyTagClassName
{
color: #FFED37;
}
</style>
background-color css
<style>
a { background-color: #FFED37; }
a { background-color: rgb(255,237,55); }
div.DivClassName
{
background-color: #FFED37;
}
.BgClassName
{
background-color: #FFED37;
}
</style>
border-color css
<style>
span { border-color: #FFED37; }
span { border-color: rgb(255,237,55); }
td.TdClassName
{
border-color: #FFED37;
}
.TagClassName
{
border-color: #FFED37;
}
</style>