Shades of Gorse #FEE238
Tints of Gorse #FEE238
RGB
CMYK
RGB Variations
Color information
#FEE238 (or 0xFEE238) is known color: Gorse. HEX triplet: FE, E2 and 38. RGB value is (254,226,56). Sum of RGB (Red+Green+Blue) = 254+226+56=536 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.39% from 536); Green value is 226 (88.67% from 255 or 42.16% from 536); Blue value is 56 (22.27% from 255 or 10.45% from 536); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE238 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE238 is #011DC7. Grayscale: #D7D7D7. Windows color (decimal): -73160 or 3728126. OLE color: 3728126.
HSL color Cylindrical-coordinate representation of color #FEE238: hue angle of 51.52º 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 #FEE238 is Cyan = 0, Magento = 0.11, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 226 | 56 | - |
| CMYK | 0 | 0.11 | 0.78 | 0.00 |
| HSL | 51.52º | 0.99% | 0.61% | - |
| HSV(B) | 51.52º | 0.78% | 1% | - |
| XYZ | 68.78 | 75.75 | 14.74 | - |
| YUV | 214.99 | 38.28 | 155.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 226 | 56 | 0 | 0.11 | 0.78 | 0.00 | 51.52 | 0.99 | 0.61 |
| Hex | FE | E2 | 38 | 0 | B | 4E | 0 | 34 | 63 | 3D |
| Octal | 376 | 342 | 70 | 0 | 13 | 116 | 0 | 64 | 143 | 75 |
| Binary | 11111110 | 11100010 | 111000 | 0 | 1011 | 1001110 | 0 | 110100 | 1100011 | 111101 |
Color Harmonies of #FEE238
Complementary color
Monochromatic Colors of #FEE238
Black with #FEE238
Text Example
Text Example
White with #FEE238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE238; }
p { color: rgb(254,226,56); }
H1.HeaderClassName
{
color: #FEE238;
}
.AnyTagClassName
{
color: #FEE238;
}
</style>
background-color css
<style>
a { background-color: #FEE238; }
a { background-color: rgb(254,226,56); }
div.DivClassName
{
background-color: #FEE238;
}
.BgClassName
{
background-color: #FEE238;
}
</style>
border-color css
<style>
span { border-color: #FEE238; }
span { border-color: rgb(254,226,56); }
td.TdClassName
{
border-color: #FEE238;
}
.TagClassName
{
border-color: #FEE238;
}
</style>