Shades of Gorse #FFE742
Tints of Gorse #FFE742
RGB
CMYK
RGB Variations
Color information
#FFE742 (or 0xFFE742) is known color: Gorse. HEX triplet: FF, E7 and 42. RGB value is (255,231,66). Sum of RGB (Red+Green+Blue) = 255+231+66=552 (73% of max value = 765). Red value is 255 (100% from 255 or 46.20% from 552); Green value is 231 (90.62% from 255 or 41.85% from 552); Blue value is 66 (26.17% from 255 or 11.96% from 552); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE742 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFE742 is #0018BD. Grayscale: #DCDCDC. Windows color (decimal): -6334 or 4384767. OLE color: 4384767.
HSL color Cylindrical-coordinate representation of color #FFE742: hue angle of 52.38º 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 #FFE742 is Cyan = 0, Magento = 0.09, Yellow = 0.74 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 231 | 66 | - |
| CMYK | 0 | 0.09 | 0.74 | 0 |
| HSL | 52.38º | 1% | 0.63% | - |
| HSV(B) | 52.38º | 0.74% | 1% | - |
| XYZ | 70.8 | 78.81 | 16.63 | - |
| YUV | 219.37 | 41.45 | 153.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 231 | 66 | 0 | 0.09 | 0.74 | 0 | 52.38 | 1 | 0.63 |
| Hex | FF | E7 | 42 | 0 | 9 | 4A | 0 | 34 | 64 | 3F |
| Octal | 377 | 347 | 102 | 0 | 11 | 112 | 0 | 64 | 144 | 77 |
| Binary | 11111111 | 11100111 | 1000010 | 0 | 1001 | 1001010 | 0 | 110100 | 1100100 | 111111 |
Color Harmonies of #FFE742
Complementary color
Monochromatic Colors of #FFE742
Black with #FFE742
Text Example
Text Example
White with #FFE742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE742; }
p { color: rgb(255,231,66); }
H1.HeaderClassName
{
color: #FFE742;
}
.AnyTagClassName
{
color: #FFE742;
}
</style>
background-color css
<style>
a { background-color: #FFE742; }
a { background-color: rgb(255,231,66); }
div.DivClassName
{
background-color: #FFE742;
}
.BgClassName
{
background-color: #FFE742;
}
</style>
border-color css
<style>
span { border-color: #FFE742; }
span { border-color: rgb(255,231,66); }
td.TdClassName
{
border-color: #FFE742;
}
.TagClassName
{
border-color: #FFE742;
}
</style>