Shades of Gorse #FEE038
Tints of Gorse #FEE038
RGB
CMYK
RGB Variations
Color information
#FEE038 (or 0xFEE038) is known color: Gorse. HEX triplet: FE, E0 and 38. RGB value is (254,224,56). Sum of RGB (Red+Green+Blue) = 254+224+56=534 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.57% from 534); Green value is 224 (87.89% from 255 or 41.95% from 534); Blue value is 56 (22.27% from 255 or 10.49% from 534); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE038 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE038 is #011FC7. Grayscale: #D6D6D6. Windows color (decimal): -73672 or 3727614. OLE color: 3727614.
HSL color Cylindrical-coordinate representation of color #FEE038: hue angle of 50.91º 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 #FEE038 is Cyan = 0, Magento = 0.12, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 224 | 56 | - |
| CMYK | 0 | 0.12 | 0.78 | 0.00 |
| HSL | 50.91º | 0.99% | 0.61% | - |
| HSV(B) | 50.91º | 0.78% | 1% | - |
| XYZ | 68.24 | 74.67 | 14.56 | - |
| YUV | 213.82 | 38.94 | 156.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 224 | 56 | 0 | 0.12 | 0.78 | 0.00 | 50.91 | 0.99 | 0.61 |
| Hex | FE | E0 | 38 | 0 | C | 4E | 0 | 33 | 63 | 3D |
| Octal | 376 | 340 | 70 | 0 | 14 | 116 | 0 | 63 | 143 | 75 |
| Binary | 11111110 | 11100000 | 111000 | 0 | 1100 | 1001110 | 0 | 110011 | 1100011 | 111101 |
Color Harmonies of #FEE038
Complementary color
Monochromatic Colors of #FEE038
Black with #FEE038
Text Example
Text Example
White with #FEE038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE038; }
p { color: rgb(254,224,56); }
H1.HeaderClassName
{
color: #FEE038;
}
.AnyTagClassName
{
color: #FEE038;
}
</style>
background-color css
<style>
a { background-color: #FEE038; }
a { background-color: rgb(254,224,56); }
div.DivClassName
{
background-color: #FEE038;
}
.BgClassName
{
background-color: #FEE038;
}
</style>
border-color css
<style>
span { border-color: #FEE038; }
span { border-color: rgb(254,224,56); }
td.TdClassName
{
border-color: #FEE038;
}
.TagClassName
{
border-color: #FEE038;
}
</style>