Shades of Gorse #FEE740
Tints of Gorse #FEE740
RGB
CMYK
RGB Variations
Color information
#FEE740 (or 0xFEE740) is known color: Gorse. HEX triplet: FE, E7 and 40. RGB value is (254,231,64). Sum of RGB (Red+Green+Blue) = 254+231+64=549 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.27% from 549); Green value is 231 (90.62% from 255 or 42.08% from 549); Blue value is 64 (25.39% from 255 or 11.66% from 549); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE740 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEE740 is #0118BF. Grayscale: #DBDBDB. Windows color (decimal): -71872 or 4253694. OLE color: 4253694.
HSL color Cylindrical-coordinate representation of color #FEE740: hue angle of 52.74º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FEE740 is Cyan = 0, Magento = 0.09, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 231 | 64 | - |
| CMYK | 0 | 0.09 | 0.75 | 0.00 |
| HSL | 52.74º | 0.99% | 0.62% | - |
| HSV(B) | 52.74º | 0.75% | 1% | - |
| XYZ | 70.37 | 78.59 | 16.31 | - |
| YUV | 218.84 | 40.62 | 153.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 231 | 64 | 0 | 0.09 | 0.75 | 0.00 | 52.74 | 0.99 | 0.62 |
| Hex | FE | E7 | 40 | 0 | 9 | 4B | 0 | 35 | 63 | 3E |
| Octal | 376 | 347 | 100 | 0 | 11 | 113 | 0 | 65 | 143 | 76 |
| Binary | 11111110 | 11100111 | 1000000 | 0 | 1001 | 1001011 | 0 | 110101 | 1100011 | 111110 |
Color Harmonies of #FEE740
Complementary color
Monochromatic Colors of #FEE740
Black with #FEE740
Text Example
Text Example
White with #FEE740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE740; }
p { color: rgb(254,231,64); }
H1.HeaderClassName
{
color: #FEE740;
}
.AnyTagClassName
{
color: #FEE740;
}
</style>
background-color css
<style>
a { background-color: #FEE740; }
a { background-color: rgb(254,231,64); }
div.DivClassName
{
background-color: #FEE740;
}
.BgClassName
{
background-color: #FEE740;
}
</style>
border-color css
<style>
span { border-color: #FEE740; }
span { border-color: rgb(254,231,64); }
td.TdClassName
{
border-color: #FEE740;
}
.TagClassName
{
border-color: #FEE740;
}
</style>