Shades of Texas #F0EC7E
Tints of Texas #F0EC7E
RGB
CMYK
RGB Variations
Color information
#F0EC7E (or 0xF0EC7E) is known color: Texas. HEX triplet: F0, EC and 7E. RGB value is (240,236,126). Sum of RGB (Red+Green+Blue) = 240+236+126=602 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.87% from 602); Green value is 236 (92.58% from 255 or 39.20% from 602); Blue value is 126 (49.61% from 255 or 20.93% from 602); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EC7E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0EC7E is #0F1381. Grayscale: #E1E1E1. Windows color (decimal): -988034 or 8318192. OLE color: 8318192.
HSL color Cylindrical-coordinate representation of color #F0EC7E: hue angle of 57.89º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F0EC7E is Cyan = 0, Magento = 0.02, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 236 | 126 | - |
| CMYK | 0 | 0.02 | 0.48 | 0.06 |
| HSL | 57.89º | 0.79% | 0.72% | - |
| HSV(B) | 57.89º | 0.48% | 0.94% | - |
| XYZ | 69.7 | 80.02 | 31.51 | - |
| YUV | 224.66 | 72.33 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 236 | 126 | 0 | 0.02 | 0.48 | 0.06 | 57.89 | 0.79 | 0.72 |
| Hex | F0 | EC | 7E | 0 | 2 | 30 | 6 | 3A | 4F | 48 |
| Octal | 360 | 354 | 176 | 0 | 2 | 60 | 6 | 72 | 117 | 110 |
| Binary | 11110000 | 11101100 | 1111110 | 0 | 10 | 110000 | 110 | 111010 | 1001111 | 1001000 |
Color Harmonies of #F0EC7E
Complementary color
Monochromatic Colors of #F0EC7E
Black with #F0EC7E
Text Example
Text Example
White with #F0EC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EC7E; }
p { color: rgb(240,236,126); }
H1.HeaderClassName
{
color: #F0EC7E;
}
.AnyTagClassName
{
color: #F0EC7E;
}
</style>
background-color css
<style>
a { background-color: #F0EC7E; }
a { background-color: rgb(240,236,126); }
div.DivClassName
{
background-color: #F0EC7E;
}
.BgClassName
{
background-color: #F0EC7E;
}
</style>
border-color css
<style>
span { border-color: #F0EC7E; }
span { border-color: rgb(240,236,126); }
td.TdClassName
{
border-color: #F0EC7E;
}
.TagClassName
{
border-color: #F0EC7E;
}
</style>