Shades of Gorse #FEE138
Tints of Gorse #FEE138
RGB
CMYK
RGB Variations
Color information
#FEE138 (or 0xFEE138) is known color: Gorse. HEX triplet: FE, E1 and 38. RGB value is (254,225,56). Sum of RGB (Red+Green+Blue) = 254+225+56=535 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.48% from 535); Green value is 225 (88.28% from 255 or 42.06% from 535); Blue value is 56 (22.27% from 255 or 10.47% from 535); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE138 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE138 is #011EC7. Grayscale: #D7D7D7. Windows color (decimal): -73416 or 3727870. OLE color: 3727870.
HSL color Cylindrical-coordinate representation of color #FEE138: hue angle of 51.21º 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 #FEE138 is Cyan = 0, Magento = 0.11, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 225 | 56 | - |
| CMYK | 0 | 0.11 | 0.78 | 0.00 |
| HSL | 51.21º | 0.99% | 0.61% | - |
| HSV(B) | 51.21º | 0.78% | 1% | - |
| XYZ | 68.51 | 75.21 | 14.65 | - |
| YUV | 214.41 | 38.61 | 156.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 225 | 56 | 0 | 0.11 | 0.78 | 0.00 | 51.21 | 0.99 | 0.61 |
| Hex | FE | E1 | 38 | 0 | B | 4E | 0 | 33 | 63 | 3D |
| Octal | 376 | 341 | 70 | 0 | 13 | 116 | 0 | 63 | 143 | 75 |
| Binary | 11111110 | 11100001 | 111000 | 0 | 1011 | 1001110 | 0 | 110011 | 1100011 | 111101 |
Color Harmonies of #FEE138
Complementary color
Monochromatic Colors of #FEE138
Black with #FEE138
Text Example
Text Example
White with #FEE138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE138; }
p { color: rgb(254,225,56); }
H1.HeaderClassName
{
color: #FEE138;
}
.AnyTagClassName
{
color: #FEE138;
}
</style>
background-color css
<style>
a { background-color: #FEE138; }
a { background-color: rgb(254,225,56); }
div.DivClassName
{
background-color: #FEE138;
}
.BgClassName
{
background-color: #FEE138;
}
</style>
border-color css
<style>
span { border-color: #FEE138; }
span { border-color: rgb(254,225,56); }
td.TdClassName
{
border-color: #FEE138;
}
.TagClassName
{
border-color: #FEE138;
}
</style>