Shades of Gorse #FFED29
Tints of Gorse #FFED29
RGB
CMYK
RGB Variations
Color information
#FFED29 (or 0xFFED29) is known color: Gorse. HEX triplet: FF, ED and 29. RGB value is (255,237,41). Sum of RGB (Red+Green+Blue) = 255+237+41=533 (70% of max value = 765). Red value is 255 (100% from 255 or 47.84% from 533); Green value is 237 (92.97% from 255 or 44.47% from 533); Blue value is 41 (16.41% from 255 or 7.69% from 533); Max value from RGB is 255 - color contains mainly: red. Hex color #FFED29 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFED29 is #0012D6. Grayscale: #DCDCDC. Windows color (decimal): -4823 or 2747903. OLE color: 2747903.
HSL color Cylindrical-coordinate representation of color #FFED29: hue angle of 54.95º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FFED29 is Cyan = 0, Magento = 0.07, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 237 | 41 | - |
| CMYK | 0 | 0.07 | 0.84 | 0 |
| HSL | 54.95º | 1% | 0.58% | - |
| HSV(B) | 54.95º | 0.84% | 1% | - |
| XYZ | 71.92 | 81.99 | 14.13 | - |
| YUV | 220.04 | 26.96 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 237 | 41 | 0 | 0.07 | 0.84 | 0 | 54.95 | 1 | 0.58 |
| Hex | FF | ED | 29 | 0 | 7 | 54 | 0 | 37 | 64 | 3A |
| Octal | 377 | 355 | 51 | 0 | 7 | 124 | 0 | 67 | 144 | 72 |
| Binary | 11111111 | 11101101 | 101001 | 0 | 111 | 1010100 | 0 | 110111 | 1100100 | 111010 |
Color Harmonies of #FFED29
Complementary color
Monochromatic Colors of #FFED29
Black with #FFED29
Text Example
Text Example
White with #FFED29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFED29; }
p { color: rgb(255,237,41); }
H1.HeaderClassName
{
color: #FFED29;
}
.AnyTagClassName
{
color: #FFED29;
}
</style>
background-color css
<style>
a { background-color: #FFED29; }
a { background-color: rgb(255,237,41); }
div.DivClassName
{
background-color: #FFED29;
}
.BgClassName
{
background-color: #FFED29;
}
</style>
border-color css
<style>
span { border-color: #FFED29; }
span { border-color: rgb(255,237,41); }
td.TdClassName
{
border-color: #FFED29;
}
.TagClassName
{
border-color: #FFED29;
}
</style>