Shades of Texas #F0EC83
Tints of Texas #F0EC83
RGB
CMYK
RGB Variations
Color information
#F0EC83 (or 0xF0EC83) is known color: Texas. HEX triplet: F0, EC and 83. RGB value is (240,236,131). Sum of RGB (Red+Green+Blue) = 240+236+131=607 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.54% from 607); Green value is 236 (92.58% from 255 or 38.88% from 607); Blue value is 131 (51.56% from 255 or 21.58% from 607); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EC83 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0EC83 is #0F137C. Grayscale: #E1E1E1. Windows color (decimal): -988029 or 8645872. OLE color: 8645872.
HSL color Cylindrical-coordinate representation of color #F0EC83: hue angle of 57.8º 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 #F0EC83 is Cyan = 0, Magento = 0.02, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 236 | 131 | - |
| CMYK | 0 | 0.02 | 0.45 | 0.06 |
| HSL | 57.8º | 0.78% | 0.73% | - |
| HSV(B) | 57.8º | 0.45% | 0.94% | - |
| XYZ | 70.03 | 80.15 | 33.25 | - |
| YUV | 225.23 | 74.83 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 236 | 131 | 0 | 0.02 | 0.45 | 0.06 | 57.8 | 0.78 | 0.73 |
| Hex | F0 | EC | 83 | 0 | 2 | 2D | 6 | 3A | 4E | 49 |
| Octal | 360 | 354 | 203 | 0 | 2 | 55 | 6 | 72 | 116 | 111 |
| Binary | 11110000 | 11101100 | 10000011 | 0 | 10 | 101101 | 110 | 111010 | 1001110 | 1001001 |
Color Harmonies of #F0EC83
Complementary color
Monochromatic Colors of #F0EC83
Black with #F0EC83
Text Example
Text Example
White with #F0EC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EC83; }
p { color: rgb(240,236,131); }
H1.HeaderClassName
{
color: #F0EC83;
}
.AnyTagClassName
{
color: #F0EC83;
}
</style>
background-color css
<style>
a { background-color: #F0EC83; }
a { background-color: rgb(240,236,131); }
div.DivClassName
{
background-color: #F0EC83;
}
.BgClassName
{
background-color: #F0EC83;
}
</style>
border-color css
<style>
span { border-color: #F0EC83; }
span { border-color: rgb(240,236,131); }
td.TdClassName
{
border-color: #F0EC83;
}
.TagClassName
{
border-color: #F0EC83;
}
</style>