Shades of Gorse #FFED2B
Tints of Gorse #FFED2B
RGB
CMYK
RGB Variations
Color information
#FFED2B (or 0xFFED2B) is known color: Gorse. HEX triplet: FF, ED and 2B. RGB value is (255,237,43). Sum of RGB (Red+Green+Blue) = 255+237+43=535 (70% of max value = 765). Red value is 255 (100% from 255 or 47.66% from 535); Green value is 237 (92.97% from 255 or 44.30% from 535); Blue value is 43 (17.19% from 255 or 8.04% from 535); Max value from RGB is 255 - color contains mainly: red. Hex color #FFED2B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFED2B is #0012D4. Grayscale: #DDDDDD. Windows color (decimal): -4821 or 2878975. OLE color: 2878975.
HSL color Cylindrical-coordinate representation of color #FFED2B: hue angle of 54.91º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FFED2B is Cyan = 0, Magento = 0.07, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 237 | 43 | - |
| CMYK | 0 | 0.07 | 0.83 | 0 |
| HSL | 54.91º | 1% | 0.58% | - |
| HSV(B) | 54.91º | 0.83% | 1% | - |
| XYZ | 71.96 | 82 | 14.32 | - |
| YUV | 220.27 | 27.96 | 152.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 237 | 43 | 0 | 0.07 | 0.83 | 0 | 54.91 | 1 | 0.58 |
| Hex | FF | ED | 2B | 0 | 7 | 53 | 0 | 37 | 64 | 3A |
| Octal | 377 | 355 | 53 | 0 | 7 | 123 | 0 | 67 | 144 | 72 |
| Binary | 11111111 | 11101101 | 101011 | 0 | 111 | 1010011 | 0 | 110111 | 1100100 | 111010 |
Color Harmonies of #FFED2B
Complementary color
Monochromatic Colors of #FFED2B
Black with #FFED2B
Text Example
Text Example
White with #FFED2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFED2B; }
p { color: rgb(255,237,43); }
H1.HeaderClassName
{
color: #FFED2B;
}
.AnyTagClassName
{
color: #FFED2B;
}
</style>
background-color css
<style>
a { background-color: #FFED2B; }
a { background-color: rgb(255,237,43); }
div.DivClassName
{
background-color: #FFED2B;
}
.BgClassName
{
background-color: #FFED2B;
}
</style>
border-color css
<style>
span { border-color: #FFED2B; }
span { border-color: rgb(255,237,43); }
td.TdClassName
{
border-color: #FFED2B;
}
.TagClassName
{
border-color: #FFED2B;
}
</style>