Shades of Gorse #FFED33
Tints of Gorse #FFED33
RGB
CMYK
RGB Variations
Color information
#FFED33 (or 0xFFED33) is known color: Gorse. HEX triplet: FF, ED and 33. RGB value is (255,237,51). Sum of RGB (Red+Green+Blue) = 255+237+51=543 (71% of max value = 765). Red value is 255 (100% from 255 or 46.96% from 543); Green value is 237 (92.97% from 255 or 43.65% from 543); Blue value is 51 (20.31% from 255 or 9.39% from 543); Max value from RGB is 255 - color contains mainly: red. Hex color #FFED33 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFED33 is #0012CC. Grayscale: #DDDDDD. Windows color (decimal): -4813 or 3403263. OLE color: 3403263.
HSL color Cylindrical-coordinate representation of color #FFED33: hue angle of 54.71º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FFED33 is Cyan = 0, Magento = 0.07, Yellow = 0.8 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 237 | 51 | - |
| CMYK | 0 | 0.07 | 0.8 | 0 |
| HSL | 54.71º | 1% | 0.6% | - |
| HSV(B) | 54.71º | 0.8% | 1% | - |
| XYZ | 72.12 | 82.07 | 15.17 | - |
| YUV | 221.18 | 31.96 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 237 | 51 | 0 | 0.07 | 0.8 | 0 | 54.71 | 1 | 0.6 |
| Hex | FF | ED | 33 | 0 | 7 | 50 | 0 | 37 | 64 | 3C |
| Octal | 377 | 355 | 63 | 0 | 7 | 120 | 0 | 67 | 144 | 74 |
| Binary | 11111111 | 11101101 | 110011 | 0 | 111 | 1010000 | 0 | 110111 | 1100100 | 111100 |
Color Harmonies of #FFED33
Complementary color
Monochromatic Colors of #FFED33
Black with #FFED33
Text Example
Text Example
White with #FFED33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFED33; }
p { color: rgb(255,237,51); }
H1.HeaderClassName
{
color: #FFED33;
}
.AnyTagClassName
{
color: #FFED33;
}
</style>
background-color css
<style>
a { background-color: #FFED33; }
a { background-color: rgb(255,237,51); }
div.DivClassName
{
background-color: #FFED33;
}
.BgClassName
{
background-color: #FFED33;
}
</style>
border-color css
<style>
span { border-color: #FFED33; }
span { border-color: rgb(255,237,51); }
td.TdClassName
{
border-color: #FFED33;
}
.TagClassName
{
border-color: #FFED33;
}
</style>