Shades of Gorse #FEDE37
Tints of Gorse #FEDE37
RGB
CMYK
RGB Variations
Color information
#FEDE37 (or 0xFEDE37) is known color: Gorse. HEX triplet: FE, DE and 37. RGB value is (254,222,55). Sum of RGB (Red+Green+Blue) = 254+222+55=531 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.83% from 531); Green value is 222 (87.11% from 255 or 41.81% from 531); Blue value is 55 (21.88% from 255 or 10.36% from 531); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDE37 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDE37 is #0121C8. Grayscale: #D5D5D5. Windows color (decimal): -74185 or 3661566. OLE color: 3661566.
HSL color Cylindrical-coordinate representation of color #FEDE37: hue angle of 50.35º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FEDE37 is Cyan = 0, Magento = 0.13, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 222 | 55 | - |
| CMYK | 0 | 0.13 | 0.78 | 0.00 |
| HSL | 50.35º | 0.99% | 0.61% | - |
| HSV(B) | 50.35º | 0.78% | 1% | - |
| XYZ | 67.68 | 73.59 | 14.25 | - |
| YUV | 212.53 | 39.1 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 222 | 55 | 0 | 0.13 | 0.78 | 0.00 | 50.35 | 0.99 | 0.61 |
| Hex | FE | DE | 37 | 0 | D | 4E | 0 | 32 | 63 | 3D |
| Octal | 376 | 336 | 67 | 0 | 15 | 116 | 0 | 62 | 143 | 75 |
| Binary | 11111110 | 11011110 | 110111 | 0 | 1101 | 1001110 | 0 | 110010 | 1100011 | 111101 |
Color Harmonies of #FEDE37
Complementary color
Monochromatic Colors of #FEDE37
Black with #FEDE37
Text Example
Text Example
White with #FEDE37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDE37; }
p { color: rgb(254,222,55); }
H1.HeaderClassName
{
color: #FEDE37;
}
.AnyTagClassName
{
color: #FEDE37;
}
</style>
background-color css
<style>
a { background-color: #FEDE37; }
a { background-color: rgb(254,222,55); }
div.DivClassName
{
background-color: #FEDE37;
}
.BgClassName
{
background-color: #FEDE37;
}
</style>
border-color css
<style>
span { border-color: #FEDE37; }
span { border-color: rgb(254,222,55); }
td.TdClassName
{
border-color: #FEDE37;
}
.TagClassName
{
border-color: #FEDE37;
}
</style>