Shades of Gorse #FFED38
Tints of Gorse #FFED38
RGB
CMYK
RGB Variations
Color information
#FFED38 (or 0xFFED38) is known color: Gorse. HEX triplet: FF, ED and 38. RGB value is (255,237,56). Sum of RGB (Red+Green+Blue) = 255+237+56=548 (72% of max value = 765). Red value is 255 (100% from 255 or 46.53% from 548); Green value is 237 (92.97% from 255 or 43.25% from 548); Blue value is 56 (22.27% from 255 or 10.22% from 548); Max value from RGB is 255 - color contains mainly: red. Hex color #FFED38 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFED38 is #0012C7. Grayscale: #DEDEDE. Windows color (decimal): -4808 or 3730943. OLE color: 3730943.
HSL color Cylindrical-coordinate representation of color #FFED38: hue angle of 54.57º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FFED38 is Cyan = 0, Magento = 0.07, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 237 | 56 | - |
| CMYK | 0 | 0.07 | 0.78 | 0 |
| HSL | 54.57º | 1% | 0.61% | - |
| HSV(B) | 54.57º | 0.78% | 1% | - |
| XYZ | 72.24 | 82.11 | 15.78 | - |
| YUV | 221.75 | 34.46 | 151.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 237 | 56 | 0 | 0.07 | 0.78 | 0 | 54.57 | 1 | 0.61 |
| Hex | FF | ED | 38 | 0 | 7 | 4E | 0 | 37 | 64 | 3D |
| Octal | 377 | 355 | 70 | 0 | 7 | 116 | 0 | 67 | 144 | 75 |
| Binary | 11111111 | 11101101 | 111000 | 0 | 111 | 1001110 | 0 | 110111 | 1100100 | 111101 |
Color Harmonies of #FFED38
Complementary color
Monochromatic Colors of #FFED38
Black with #FFED38
Text Example
Text Example
White with #FFED38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFED38; }
p { color: rgb(255,237,56); }
H1.HeaderClassName
{
color: #FFED38;
}
.AnyTagClassName
{
color: #FFED38;
}
</style>
background-color css
<style>
a { background-color: #FFED38; }
a { background-color: rgb(255,237,56); }
div.DivClassName
{
background-color: #FFED38;
}
.BgClassName
{
background-color: #FFED38;
}
</style>
border-color css
<style>
span { border-color: #FFED38; }
span { border-color: rgb(255,237,56); }
td.TdClassName
{
border-color: #FFED38;
}
.TagClassName
{
border-color: #FFED38;
}
</style>