Shades of Texas #F0EC85
Tints of Texas #F0EC85
RGB
CMYK
RGB Variations
Color information
#F0EC85 (or 0xF0EC85) is known color: Texas. HEX triplet: F0, EC and 85. RGB value is (240,236,133). Sum of RGB (Red+Green+Blue) = 240+236+133=609 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.41% from 609); Green value is 236 (92.58% from 255 or 38.75% from 609); Blue value is 133 (52.34% from 255 or 21.84% from 609); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EC85 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0EC85 is #0F137A. Grayscale: #E1E1E1. Windows color (decimal): -988027 or 8776944. OLE color: 8776944.
HSL color Cylindrical-coordinate representation of color #F0EC85: hue angle of 57.76º 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 #F0EC85 is Cyan = 0, Magento = 0.02, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 236 | 133 | - |
| CMYK | 0 | 0.02 | 0.45 | 0.06 |
| HSL | 57.76º | 0.78% | 0.73% | - |
| HSV(B) | 57.76º | 0.45% | 0.94% | - |
| XYZ | 70.16 | 80.21 | 33.97 | - |
| YUV | 225.45 | 75.83 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 236 | 133 | 0 | 0.02 | 0.45 | 0.06 | 57.76 | 0.78 | 0.73 |
| Hex | F0 | EC | 85 | 0 | 2 | 2D | 6 | 3A | 4E | 49 |
| Octal | 360 | 354 | 205 | 0 | 2 | 55 | 6 | 72 | 116 | 111 |
| Binary | 11110000 | 11101100 | 10000101 | 0 | 10 | 101101 | 110 | 111010 | 1001110 | 1001001 |
Color Harmonies of #F0EC85
Complementary color
Monochromatic Colors of #F0EC85
Black with #F0EC85
Text Example
Text Example
White with #F0EC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EC85; }
p { color: rgb(240,236,133); }
H1.HeaderClassName
{
color: #F0EC85;
}
.AnyTagClassName
{
color: #F0EC85;
}
</style>
background-color css
<style>
a { background-color: #F0EC85; }
a { background-color: rgb(240,236,133); }
div.DivClassName
{
background-color: #F0EC85;
}
.BgClassName
{
background-color: #F0EC85;
}
</style>
border-color css
<style>
span { border-color: #F0EC85; }
span { border-color: rgb(240,236,133); }
td.TdClassName
{
border-color: #F0EC85;
}
.TagClassName
{
border-color: #F0EC85;
}
</style>