Shades of Gorse #FEE938
Tints of Gorse #FEE938
RGB
CMYK
RGB Variations
Color information
#FEE938 (or 0xFEE938) is known color: Gorse. HEX triplet: FE, E9 and 38. RGB value is (254,233,56). Sum of RGB (Red+Green+Blue) = 254+233+56=543 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.78% from 543); Green value is 233 (91.41% from 255 or 42.91% from 543); Blue value is 56 (22.27% from 255 or 10.31% from 543); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE938 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEE938 is #0116C7. Grayscale: #DBDBDB. Windows color (decimal): -71368 or 3729918. OLE color: 3729918.
HSL color Cylindrical-coordinate representation of color #FEE938: hue angle of 53.64º 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 #FEE938 is Cyan = 0, Magento = 0.08, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 233 | 56 | - |
| CMYK | 0 | 0.08 | 0.78 | 0.00 |
| HSL | 53.64º | 0.99% | 0.61% | - |
| HSV(B) | 53.64º | 0.78% | 1% | - |
| XYZ | 70.73 | 79.63 | 15.38 | - |
| YUV | 219.1 | 35.96 | 152.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 233 | 56 | 0 | 0.08 | 0.78 | 0.00 | 53.64 | 0.99 | 0.61 |
| Hex | FE | E9 | 38 | 0 | 8 | 4E | 0 | 36 | 63 | 3D |
| Octal | 376 | 351 | 70 | 0 | 10 | 116 | 0 | 66 | 143 | 75 |
| Binary | 11111110 | 11101001 | 111000 | 0 | 1000 | 1001110 | 0 | 110110 | 1100011 | 111101 |
Color Harmonies of #FEE938
Complementary color
Monochromatic Colors of #FEE938
Black with #FEE938
Text Example
Text Example
White with #FEE938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE938; }
p { color: rgb(254,233,56); }
H1.HeaderClassName
{
color: #FEE938;
}
.AnyTagClassName
{
color: #FEE938;
}
</style>
background-color css
<style>
a { background-color: #FEE938; }
a { background-color: rgb(254,233,56); }
div.DivClassName
{
background-color: #FEE938;
}
.BgClassName
{
background-color: #FEE938;
}
</style>
border-color css
<style>
span { border-color: #FEE938; }
span { border-color: rgb(254,233,56); }
td.TdClassName
{
border-color: #FEE938;
}
.TagClassName
{
border-color: #FEE938;
}
</style>