Shades of Gorse #FEE344
Tints of Gorse #FEE344
RGB
CMYK
RGB Variations
Color information
#FEE344 (or 0xFEE344) is known color: Gorse. HEX triplet: FE, E3 and 44. RGB value is (254,227,68). Sum of RGB (Red+Green+Blue) = 254+227+68=549 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.27% from 549); Green value is 227 (89.06% from 255 or 41.35% from 549); Blue value is 68 (26.95% from 255 or 12.39% from 549); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE344 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE344 is #011CBB. Grayscale: #D9D9D9. Windows color (decimal): -72892 or 4514814. OLE color: 4514814.
HSL color Cylindrical-coordinate representation of color #FEE344: hue angle of 51.29º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FEE344 is Cyan = 0, Magento = 0.11, Yellow = 0.73 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 227 | 68 | - |
| CMYK | 0 | 0.11 | 0.73 | 0.00 |
| HSL | 51.29º | 0.99% | 0.63% | - |
| HSV(B) | 51.29º | 0.73% | 1% | - |
| XYZ | 69.39 | 76.43 | 16.56 | - |
| YUV | 216.95 | 43.95 | 154.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 227 | 68 | 0 | 0.11 | 0.73 | 0.00 | 51.29 | 0.99 | 0.63 |
| Hex | FE | E3 | 44 | 0 | B | 49 | 0 | 33 | 63 | 3F |
| Octal | 376 | 343 | 104 | 0 | 13 | 111 | 0 | 63 | 143 | 77 |
| Binary | 11111110 | 11100011 | 1000100 | 0 | 1011 | 1001001 | 0 | 110011 | 1100011 | 111111 |
Color Harmonies of #FEE344
Complementary color
Monochromatic Colors of #FEE344
Black with #FEE344
Text Example
Text Example
White with #FEE344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE344; }
p { color: rgb(254,227,68); }
H1.HeaderClassName
{
color: #FEE344;
}
.AnyTagClassName
{
color: #FEE344;
}
</style>
background-color css
<style>
a { background-color: #FEE344; }
a { background-color: rgb(254,227,68); }
div.DivClassName
{
background-color: #FEE344;
}
.BgClassName
{
background-color: #FEE344;
}
</style>
border-color css
<style>
span { border-color: #FEE344; }
span { border-color: rgb(254,227,68); }
td.TdClassName
{
border-color: #FEE344;
}
.TagClassName
{
border-color: #FEE344;
}
</style>