Shades of Gorse #F3EA34
Tints of Gorse #F3EA34
RGB
CMYK
RGB Variations
Color information
#F3EA34 (or 0xF3EA34) is known color: Gorse. HEX triplet: F3, EA and 34. RGB value is (243,234,52). Sum of RGB (Red+Green+Blue) = 243+234+52=529 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.94% from 529); Green value is 234 (91.80% from 255 or 44.23% from 529); Blue value is 52 (20.70% from 255 or 9.83% from 529); Max value from RGB is 243 - color contains mainly: red. Hex color #F3EA34 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F3EA34 is #0C15CB. Grayscale: #D8D8D8. Windows color (decimal): -792012 or 3468019. OLE color: 3468019.
HSL color Cylindrical-coordinate representation of color #F3EA34: hue angle of 57.17º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F3EA34 is Cyan = 0, Magento = 0.04, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 234 | 52 | - |
| CMYK | 0 | 0.04 | 0.79 | 0.05 |
| HSL | 57.17º | 0.89% | 0.58% | - |
| HSV(B) | 57.17º | 0.79% | 0.95% | - |
| XYZ | 67 | 78.15 | 14.8 | - |
| YUV | 215.94 | 35.48 | 147.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 234 | 52 | 0 | 0.04 | 0.79 | 0.05 | 57.17 | 0.89 | 0.58 |
| Hex | F3 | EA | 34 | 0 | 4 | 4F | 5 | 39 | 59 | 3A |
| Octal | 363 | 352 | 64 | 0 | 4 | 117 | 5 | 71 | 131 | 72 |
| Binary | 11110011 | 11101010 | 110100 | 0 | 100 | 1001111 | 101 | 111001 | 1011001 | 111010 |
Color Harmonies of #F3EA34
Complementary color
Monochromatic Colors of #F3EA34
Black with #F3EA34
Text Example
Text Example
White with #F3EA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3EA34; }
p { color: rgb(243,234,52); }
H1.HeaderClassName
{
color: #F3EA34;
}
.AnyTagClassName
{
color: #F3EA34;
}
</style>
background-color css
<style>
a { background-color: #F3EA34; }
a { background-color: rgb(243,234,52); }
div.DivClassName
{
background-color: #F3EA34;
}
.BgClassName
{
background-color: #F3EA34;
}
</style>
border-color css
<style>
span { border-color: #F3EA34; }
span { border-color: rgb(243,234,52); }
td.TdClassName
{
border-color: #F3EA34;
}
.TagClassName
{
border-color: #F3EA34;
}
</style>