Shades of Texas #F0EC84
Tints of Texas #F0EC84
RGB
CMYK
RGB Variations
Color information
#F0EC84 (or 0xF0EC84) is known color: Texas. HEX triplet: F0, EC and 84. RGB value is (240,236,132). Sum of RGB (Red+Green+Blue) = 240+236+132=608 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.47% from 608); Green value is 236 (92.58% from 255 or 38.82% from 608); Blue value is 132 (51.95% from 255 or 21.71% from 608); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EC84 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0EC84 is #0F137B. Grayscale: #E1E1E1. Windows color (decimal): -988028 or 8711408. OLE color: 8711408.
HSL color Cylindrical-coordinate representation of color #F0EC84: hue angle of 57.78º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F0EC84 is Cyan = 0, Magento = 0.02, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 236 | 132 | - |
| CMYK | 0 | 0.02 | 0.45 | 0.06 |
| HSL | 57.78º | 0.78% | 0.73% | - |
| HSV(B) | 57.78º | 0.45% | 0.94% | - |
| XYZ | 70.1 | 80.18 | 33.61 | - |
| YUV | 225.34 | 75.33 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 236 | 132 | 0 | 0.02 | 0.45 | 0.06 | 57.78 | 0.78 | 0.73 |
| Hex | F0 | EC | 84 | 0 | 2 | 2D | 6 | 3A | 4E | 49 |
| Octal | 360 | 354 | 204 | 0 | 2 | 55 | 6 | 72 | 116 | 111 |
| Binary | 11110000 | 11101100 | 10000100 | 0 | 10 | 101101 | 110 | 111010 | 1001110 | 1001001 |
Color Harmonies of #F0EC84
Complementary color
Monochromatic Colors of #F0EC84
Black with #F0EC84
Text Example
Text Example
White with #F0EC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EC84; }
p { color: rgb(240,236,132); }
H1.HeaderClassName
{
color: #F0EC84;
}
.AnyTagClassName
{
color: #F0EC84;
}
</style>
background-color css
<style>
a { background-color: #F0EC84; }
a { background-color: rgb(240,236,132); }
div.DivClassName
{
background-color: #F0EC84;
}
.BgClassName
{
background-color: #F0EC84;
}
</style>
border-color css
<style>
span { border-color: #F0EC84; }
span { border-color: rgb(240,236,132); }
td.TdClassName
{
border-color: #F0EC84;
}
.TagClassName
{
border-color: #F0EC84;
}
</style>