Shades of Texas #F4EC7E
Tints of Texas #F4EC7E
RGB
CMYK
RGB Variations
Color information
#F4EC7E (or 0xF4EC7E) is known color: Texas. HEX triplet: F4, EC and 7E. RGB value is (244,236,126). Sum of RGB (Red+Green+Blue) = 244+236+126=606 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40.26% from 606); Green value is 236 (92.58% from 255 or 38.94% from 606); Blue value is 126 (49.61% from 255 or 20.79% from 606); Max value from RGB is 244 - color contains mainly: red. Hex color #F4EC7E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F4EC7E is #0B1381. Grayscale: #E2E2E2. Windows color (decimal): -725890 or 8318196. OLE color: 8318196.
HSL color Cylindrical-coordinate representation of color #F4EC7E: hue angle of 55.93º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F4EC7E is Cyan = 0, Magento = 0.03, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 236 | 126 | - |
| CMYK | 0 | 0.03 | 0.48 | 0.04 |
| HSL | 55.93º | 0.84% | 0.73% | - |
| HSV(B) | 55.93º | 0.48% | 0.96% | - |
| XYZ | 71.07 | 80.73 | 31.58 | - |
| YUV | 225.85 | 71.65 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 236 | 126 | 0 | 0.03 | 0.48 | 0.04 | 55.93 | 0.84 | 0.73 |
| Hex | F4 | EC | 7E | 0 | 3 | 30 | 4 | 38 | 54 | 49 |
| Octal | 364 | 354 | 176 | 0 | 3 | 60 | 4 | 70 | 124 | 111 |
| Binary | 11110100 | 11101100 | 1111110 | 0 | 11 | 110000 | 100 | 111000 | 1010100 | 1001001 |
Color Harmonies of #F4EC7E
Complementary color
Monochromatic Colors of #F4EC7E
Black with #F4EC7E
Text Example
Text Example
White with #F4EC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4EC7E; }
p { color: rgb(244,236,126); }
H1.HeaderClassName
{
color: #F4EC7E;
}
.AnyTagClassName
{
color: #F4EC7E;
}
</style>
background-color css
<style>
a { background-color: #F4EC7E; }
a { background-color: rgb(244,236,126); }
div.DivClassName
{
background-color: #F4EC7E;
}
.BgClassName
{
background-color: #F4EC7E;
}
</style>
border-color css
<style>
span { border-color: #F4EC7E; }
span { border-color: rgb(244,236,126); }
td.TdClassName
{
border-color: #F4EC7E;
}
.TagClassName
{
border-color: #F4EC7E;
}
</style>