Shades of Gorse #FFE243
Tints of Gorse #FFE243
RGB
CMYK
RGB Variations
Color information
#FFE243 (or 0xFFE243) is known color: Gorse. HEX triplet: FF, E2 and 43. RGB value is (255,226,67). Sum of RGB (Red+Green+Blue) = 255+226+67=548 (72% of max value = 765). Red value is 255 (100% from 255 or 46.53% from 548); Green value is 226 (88.67% from 255 or 41.24% from 548); Blue value is 67 (26.56% from 255 or 12.23% from 548); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE243 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE243 is #001DBC. Grayscale: #D9D9D9. Windows color (decimal): -7613 or 4449023. OLE color: 4449023.
HSL color Cylindrical-coordinate representation of color #FFE243: hue angle of 50.74º 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 #FFE243 is Cyan = 0, Magento = 0.11, Yellow = 0.74 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 226 | 67 | - |
| CMYK | 0 | 0.11 | 0.74 | 0 |
| HSL | 50.74º | 1% | 0.63% | - |
| HSV(B) | 50.74º | 0.74% | 1% | - |
| XYZ | 69.45 | 76.06 | 16.33 | - |
| YUV | 216.55 | 43.61 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 226 | 67 | 0 | 0.11 | 0.74 | 0 | 50.74 | 1 | 0.63 |
| Hex | FF | E2 | 43 | 0 | B | 4A | 0 | 33 | 64 | 3F |
| Octal | 377 | 342 | 103 | 0 | 13 | 112 | 0 | 63 | 144 | 77 |
| Binary | 11111111 | 11100010 | 1000011 | 0 | 1011 | 1001010 | 0 | 110011 | 1100100 | 111111 |
Color Harmonies of #FFE243
Complementary color
Monochromatic Colors of #FFE243
Black with #FFE243
Text Example
Text Example
White with #FFE243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE243; }
p { color: rgb(255,226,67); }
H1.HeaderClassName
{
color: #FFE243;
}
.AnyTagClassName
{
color: #FFE243;
}
</style>
background-color css
<style>
a { background-color: #FFE243; }
a { background-color: rgb(255,226,67); }
div.DivClassName
{
background-color: #FFE243;
}
.BgClassName
{
background-color: #FFE243;
}
</style>
border-color css
<style>
span { border-color: #FFE243; }
span { border-color: rgb(255,226,67); }
td.TdClassName
{
border-color: #FFE243;
}
.TagClassName
{
border-color: #FFE243;
}
</style>