Shades of Gorse #FEE72D
Tints of Gorse #FEE72D
RGB
CMYK
RGB Variations
Color information
#FEE72D (or 0xFEE72D) is known color: Gorse. HEX triplet: FE, E7 and 2D. RGB value is (254,231,45). Sum of RGB (Red+Green+Blue) = 254+231+45=530 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.92% from 530); Green value is 231 (90.62% from 255 or 43.58% from 530); Blue value is 45 (17.97% from 255 or 8.49% from 530); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE72D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEE72D is #0118D2. Grayscale: #D9D9D9. Windows color (decimal): -71891 or 3008510. OLE color: 3008510.
HSL color Cylindrical-coordinate representation of color #FEE72D: hue angle of 53.4º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FEE72D is Cyan = 0, Magento = 0.09, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 231 | 45 | - |
| CMYK | 0 | 0.09 | 0.82 | 0.00 |
| HSL | 53.4º | 0.99% | 0.59% | - |
| HSV(B) | 53.4º | 0.82% | 1% | - |
| XYZ | 69.92 | 78.41 | 13.93 | - |
| YUV | 216.67 | 31.12 | 154.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 231 | 45 | 0 | 0.09 | 0.82 | 0.00 | 53.4 | 0.99 | 0.59 |
| Hex | FE | E7 | 2D | 0 | 9 | 52 | 0 | 35 | 63 | 3B |
| Octal | 376 | 347 | 55 | 0 | 11 | 122 | 0 | 65 | 143 | 73 |
| Binary | 11111110 | 11100111 | 101101 | 0 | 1001 | 1010010 | 0 | 110101 | 1100011 | 111011 |
Color Harmonies of #FEE72D
Complementary color
Monochromatic Colors of #FEE72D
Black with #FEE72D
Text Example
Text Example
White with #FEE72D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE72D; }
p { color: rgb(254,231,45); }
H1.HeaderClassName
{
color: #FEE72D;
}
.AnyTagClassName
{
color: #FEE72D;
}
</style>
background-color css
<style>
a { background-color: #FEE72D; }
a { background-color: rgb(254,231,45); }
div.DivClassName
{
background-color: #FEE72D;
}
.BgClassName
{
background-color: #FEE72D;
}
</style>
border-color css
<style>
span { border-color: #FEE72D; }
span { border-color: rgb(254,231,45); }
td.TdClassName
{
border-color: #FEE72D;
}
.TagClassName
{
border-color: #FEE72D;
}
</style>