Shades of Gorse #FFED2A
Tints of Gorse #FFED2A
RGB
CMYK
RGB Variations
Color information
#FFED2A (or 0xFFED2A) is known color: Gorse. HEX triplet: FF, ED and 2A. RGB value is (255,237,42). Sum of RGB (Red+Green+Blue) = 255+237+42=534 (70% of max value = 765). Red value is 255 (100% from 255 or 47.75% from 534); Green value is 237 (92.97% from 255 or 44.38% from 534); Blue value is 42 (16.80% from 255 or 7.87% from 534); Max value from RGB is 255 - color contains mainly: red. Hex color #FFED2A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFED2A is #0012D5. Grayscale: #DCDCDC. Windows color (decimal): -4822 or 2813439. OLE color: 2813439.
HSL color Cylindrical-coordinate representation of color #FFED2A: hue angle of 54.93º 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 #FFED2A is Cyan = 0, Magento = 0.07, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 237 | 42 | - |
| CMYK | 0 | 0.07 | 0.84 | 0 |
| HSL | 54.93º | 1% | 0.58% | - |
| HSV(B) | 54.93º | 0.84% | 1% | - |
| XYZ | 71.94 | 82 | 14.23 | - |
| YUV | 220.15 | 27.46 | 152.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 237 | 42 | 0 | 0.07 | 0.84 | 0 | 54.93 | 1 | 0.58 |
| Hex | FF | ED | 2A | 0 | 7 | 54 | 0 | 37 | 64 | 3A |
| Octal | 377 | 355 | 52 | 0 | 7 | 124 | 0 | 67 | 144 | 72 |
| Binary | 11111111 | 11101101 | 101010 | 0 | 111 | 1010100 | 0 | 110111 | 1100100 | 111010 |
Color Harmonies of #FFED2A
Complementary color
Monochromatic Colors of #FFED2A
Black with #FFED2A
Text Example
Text Example
White with #FFED2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFED2A; }
p { color: rgb(255,237,42); }
H1.HeaderClassName
{
color: #FFED2A;
}
.AnyTagClassName
{
color: #FFED2A;
}
</style>
background-color css
<style>
a { background-color: #FFED2A; }
a { background-color: rgb(255,237,42); }
div.DivClassName
{
background-color: #FFED2A;
}
.BgClassName
{
background-color: #FFED2A;
}
</style>
border-color css
<style>
span { border-color: #FFED2A; }
span { border-color: rgb(255,237,42); }
td.TdClassName
{
border-color: #FFED2A;
}
.TagClassName
{
border-color: #FFED2A;
}
</style>