Shades of Gorse #FFE342
Tints of Gorse #FFE342
RGB
CMYK
RGB Variations
Color information
#FFE342 (or 0xFFE342) is known color: Gorse. HEX triplet: FF, E3 and 42. RGB value is (255,227,66). Sum of RGB (Red+Green+Blue) = 255+227+66=548 (72% of max value = 765). Red value is 255 (100% from 255 or 46.53% from 548); Green value is 227 (89.06% from 255 or 41.42% from 548); Blue value is 66 (26.17% from 255 or 12.04% from 548); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE342 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE342 is #001CBD. Grayscale: #D9D9D9. Windows color (decimal): -7358 or 4383743. OLE color: 4383743.
HSL color Cylindrical-coordinate representation of color #FFE342: hue angle of 51.11º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FFE342 is Cyan = 0, Magento = 0.11, Yellow = 0.74 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 227 | 66 | - |
| CMYK | 0 | 0.11 | 0.74 | 0 |
| HSL | 51.11º | 1% | 0.63% | - |
| HSV(B) | 51.11º | 0.74% | 1% | - |
| XYZ | 69.69 | 76.59 | 16.26 | - |
| YUV | 217.02 | 42.78 | 155.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 227 | 66 | 0 | 0.11 | 0.74 | 0 | 51.11 | 1 | 0.63 |
| Hex | FF | E3 | 42 | 0 | B | 4A | 0 | 33 | 64 | 3F |
| Octal | 377 | 343 | 102 | 0 | 13 | 112 | 0 | 63 | 144 | 77 |
| Binary | 11111111 | 11100011 | 1000010 | 0 | 1011 | 1001010 | 0 | 110011 | 1100100 | 111111 |
Color Harmonies of #FFE342
Complementary color
Monochromatic Colors of #FFE342
Black with #FFE342
Text Example
Text Example
White with #FFE342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE342; }
p { color: rgb(255,227,66); }
H1.HeaderClassName
{
color: #FFE342;
}
.AnyTagClassName
{
color: #FFE342;
}
</style>
background-color css
<style>
a { background-color: #FFE342; }
a { background-color: rgb(255,227,66); }
div.DivClassName
{
background-color: #FFE342;
}
.BgClassName
{
background-color: #FFE342;
}
</style>
border-color css
<style>
span { border-color: #FFE342; }
span { border-color: rgb(255,227,66); }
td.TdClassName
{
border-color: #FFE342;
}
.TagClassName
{
border-color: #FFE342;
}
</style>