Shades of Gorse #FFE344
Tints of Gorse #FFE344
RGB
CMYK
RGB Variations
Color information
#FFE344 (or 0xFFE344) is known color: Gorse. HEX triplet: FF, E3 and 44. RGB value is (255,227,68). Sum of RGB (Red+Green+Blue) = 255+227+68=550 (72% of max value = 765). Red value is 255 (100% from 255 or 46.36% from 550); Green value is 227 (89.06% from 255 or 41.27% from 550); Blue value is 68 (26.95% from 255 or 12.36% from 550); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE344 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE344 is #001CBB. Grayscale: #D9D9D9. Windows color (decimal): -7356 or 4514815. OLE color: 4514815.
HSL color Cylindrical-coordinate representation of color #FFE344: hue angle of 51.02º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FFE344 is Cyan = 0, Magento = 0.11, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 227 | 68 | - |
| CMYK | 0 | 0.11 | 0.73 | 0 |
| HSL | 51.02º | 1% | 0.63% | - |
| HSV(B) | 51.02º | 0.73% | 1% | - |
| XYZ | 69.75 | 76.62 | 16.58 | - |
| YUV | 217.25 | 43.78 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 227 | 68 | 0 | 0.11 | 0.73 | 0 | 51.02 | 1 | 0.63 |
| Hex | FF | E3 | 44 | 0 | B | 49 | 0 | 33 | 64 | 3F |
| Octal | 377 | 343 | 104 | 0 | 13 | 111 | 0 | 63 | 144 | 77 |
| Binary | 11111111 | 11100011 | 1000100 | 0 | 1011 | 1001001 | 0 | 110011 | 1100100 | 111111 |
Color Harmonies of #FFE344
Complementary color
Monochromatic Colors of #FFE344
Black with #FFE344
Text Example
Text Example
White with #FFE344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE344; }
p { color: rgb(255,227,68); }
H1.HeaderClassName
{
color: #FFE344;
}
.AnyTagClassName
{
color: #FFE344;
}
</style>
background-color css
<style>
a { background-color: #FFE344; }
a { background-color: rgb(255,227,68); }
div.DivClassName
{
background-color: #FFE344;
}
.BgClassName
{
background-color: #FFE344;
}
</style>
border-color css
<style>
span { border-color: #FFE344; }
span { border-color: rgb(255,227,68); }
td.TdClassName
{
border-color: #FFE344;
}
.TagClassName
{
border-color: #FFE344;
}
</style>