Shades of Gorse #FEDD37
Tints of Gorse #FEDD37
RGB
CMYK
RGB Variations
Color information
#FEDD37 (or 0xFEDD37) is known color: Gorse. HEX triplet: FE, DD and 37. RGB value is (254,221,55). Sum of RGB (Red+Green+Blue) = 254+221+55=530 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.92% from 530); Green value is 221 (86.72% from 255 or 41.70% from 530); Blue value is 55 (21.88% from 255 or 10.38% from 530); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDD37 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDD37 is #0122C8. Grayscale: #D4D4D4. Windows color (decimal): -74441 or 3661310. OLE color: 3661310.
HSL color Cylindrical-coordinate representation of color #FEDD37: hue angle of 50.05º 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 #FEDD37 is Cyan = 0, Magento = 0.13, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 221 | 55 | - |
| CMYK | 0 | 0.13 | 0.78 | 0.00 |
| HSL | 50.05º | 0.99% | 0.61% | - |
| HSV(B) | 50.05º | 0.78% | 1% | - |
| XYZ | 67.42 | 73.06 | 14.16 | - |
| YUV | 211.94 | 39.43 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 221 | 55 | 0 | 0.13 | 0.78 | 0.00 | 50.05 | 0.99 | 0.61 |
| Hex | FE | DD | 37 | 0 | D | 4E | 0 | 32 | 63 | 3D |
| Octal | 376 | 335 | 67 | 0 | 15 | 116 | 0 | 62 | 143 | 75 |
| Binary | 11111110 | 11011101 | 110111 | 0 | 1101 | 1001110 | 0 | 110010 | 1100011 | 111101 |
Color Harmonies of #FEDD37
Complementary color
Monochromatic Colors of #FEDD37
Black with #FEDD37
Text Example
Text Example
White with #FEDD37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDD37; }
p { color: rgb(254,221,55); }
H1.HeaderClassName
{
color: #FEDD37;
}
.AnyTagClassName
{
color: #FEDD37;
}
</style>
background-color css
<style>
a { background-color: #FEDD37; }
a { background-color: rgb(254,221,55); }
div.DivClassName
{
background-color: #FEDD37;
}
.BgClassName
{
background-color: #FEDD37;
}
</style>
border-color css
<style>
span { border-color: #FEDD37; }
span { border-color: rgb(254,221,55); }
td.TdClassName
{
border-color: #FEDD37;
}
.TagClassName
{
border-color: #FEDD37;
}
</style>