Shades of Gorse #FFED27
Tints of Gorse #FFED27
RGB
CMYK
RGB Variations
Color information
#FFED27 (or 0xFFED27) is known color: Gorse. HEX triplet: FF, ED and 27. RGB value is (255,237,39). Sum of RGB (Red+Green+Blue) = 255+237+39=531 (70% of max value = 765). Red value is 255 (100% from 255 or 48.02% from 531); Green value is 237 (92.97% from 255 or 44.63% from 531); Blue value is 39 (15.62% from 255 or 7.34% from 531); Max value from RGB is 255 - color contains mainly: red. Hex color #FFED27 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFED27 is #0012D8. Grayscale: #DCDCDC. Windows color (decimal): -4825 or 2616831. OLE color: 2616831.
HSL color Cylindrical-coordinate representation of color #FFED27: hue angle of 55º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FFED27 is Cyan = 0, Magento = 0.07, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 237 | 39 | - |
| CMYK | 0 | 0.07 | 0.85 | 0 |
| HSL | 55º | 1% | 0.58% | - |
| HSV(B) | 55º | 0.85% | 1% | - |
| XYZ | 71.89 | 81.97 | 13.95 | - |
| YUV | 219.81 | 25.96 | 153.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 237 | 39 | 0 | 0.07 | 0.85 | 0 | 55 | 1 | 0.58 |
| Hex | FF | ED | 27 | 0 | 7 | 55 | 0 | 37 | 64 | 3A |
| Octal | 377 | 355 | 47 | 0 | 7 | 125 | 0 | 67 | 144 | 72 |
| Binary | 11111111 | 11101101 | 100111 | 0 | 111 | 1010101 | 0 | 110111 | 1100100 | 111010 |
Color Harmonies of #FFED27
Complementary color
Monochromatic Colors of #FFED27
Black with #FFED27
Text Example
Text Example
White with #FFED27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFED27; }
p { color: rgb(255,237,39); }
H1.HeaderClassName
{
color: #FFED27;
}
.AnyTagClassName
{
color: #FFED27;
}
</style>
background-color css
<style>
a { background-color: #FFED27; }
a { background-color: rgb(255,237,39); }
div.DivClassName
{
background-color: #FFED27;
}
.BgClassName
{
background-color: #FFED27;
}
</style>
border-color css
<style>
span { border-color: #FFED27; }
span { border-color: rgb(255,237,39); }
td.TdClassName
{
border-color: #FFED27;
}
.TagClassName
{
border-color: #FFED27;
}
</style>