Shades of Gorse #F2EE38
Tints of Gorse #F2EE38
RGB
CMYK
RGB Variations
Color information
#F2EE38 (or 0xF2EE38) is known color: Gorse. HEX triplet: F2, EE and 38. RGB value is (242,238,56). Sum of RGB (Red+Green+Blue) = 242+238+56=536 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.15% from 536); Green value is 238 (93.36% from 255 or 44.40% from 536); Blue value is 56 (22.27% from 255 or 10.45% from 536); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EE38 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2EE38 is #0D11C7. Grayscale: #DBDBDB. Windows color (decimal): -856520 or 3731186. OLE color: 3731186.
HSL color Cylindrical-coordinate representation of color #F2EE38: hue angle of 58.71º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F2EE38 is Cyan = 0, Magento = 0.02, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 238 | 56 | - |
| CMYK | 0 | 0.02 | 0.77 | 0.05 |
| HSL | 58.71º | 0.88% | 0.58% | - |
| HSV(B) | 58.71º | 0.77% | 0.95% | - |
| XYZ | 67.91 | 80.31 | 15.66 | - |
| YUV | 218.45 | 36.33 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 238 | 56 | 0 | 0.02 | 0.77 | 0.05 | 58.71 | 0.88 | 0.58 |
| Hex | F2 | EE | 38 | 0 | 2 | 4D | 5 | 3B | 58 | 3A |
| Octal | 362 | 356 | 70 | 0 | 2 | 115 | 5 | 73 | 130 | 72 |
| Binary | 11110010 | 11101110 | 111000 | 0 | 10 | 1001101 | 101 | 111011 | 1011000 | 111010 |
Color Harmonies of #F2EE38
Complementary color
Monochromatic Colors of #F2EE38
Black with #F2EE38
Text Example
Text Example
White with #F2EE38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EE38; }
p { color: rgb(242,238,56); }
H1.HeaderClassName
{
color: #F2EE38;
}
.AnyTagClassName
{
color: #F2EE38;
}
</style>
background-color css
<style>
a { background-color: #F2EE38; }
a { background-color: rgb(242,238,56); }
div.DivClassName
{
background-color: #F2EE38;
}
.BgClassName
{
background-color: #F2EE38;
}
</style>
border-color css
<style>
span { border-color: #F2EE38; }
span { border-color: rgb(242,238,56); }
td.TdClassName
{
border-color: #F2EE38;
}
.TagClassName
{
border-color: #F2EE38;
}
</style>