Shades of Texas #F4EA7F
Tints of Texas #F4EA7F
RGB
CMYK
RGB Variations
Color information
#F4EA7F (or 0xF4EA7F) is known color: Texas. HEX triplet: F4, EA and 7F. RGB value is (244,234,127). Sum of RGB (Red+Green+Blue) = 244+234+127=605 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40.33% from 605); Green value is 234 (91.80% from 255 or 38.68% from 605); Blue value is 127 (50% from 255 or 20.99% from 605); Max value from RGB is 244 - color contains mainly: red. Hex color #F4EA7F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F4EA7F is #0B1580. Grayscale: #E1E1E1. Windows color (decimal): -726401 or 8383220. OLE color: 8383220.
HSL color Cylindrical-coordinate representation of color #F4EA7F: hue angle of 54.87º 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 #F4EA7F is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 234 | 127 | - |
| CMYK | 0 | 0.04 | 0.48 | 0.04 |
| HSL | 54.87º | 0.84% | 0.73% | - |
| HSV(B) | 54.87º | 0.48% | 0.96% | - |
| XYZ | 70.56 | 79.61 | 31.73 | - |
| YUV | 224.79 | 72.81 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 234 | 127 | 0 | 0.04 | 0.48 | 0.04 | 54.87 | 0.84 | 0.73 |
| Hex | F4 | EA | 7F | 0 | 4 | 30 | 4 | 37 | 54 | 49 |
| Octal | 364 | 352 | 177 | 0 | 4 | 60 | 4 | 67 | 124 | 111 |
| Binary | 11110100 | 11101010 | 1111111 | 0 | 100 | 110000 | 100 | 110111 | 1010100 | 1001001 |
Color Harmonies of #F4EA7F
Complementary color
Monochromatic Colors of #F4EA7F
Black with #F4EA7F
Text Example
Text Example
White with #F4EA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4EA7F; }
p { color: rgb(244,234,127); }
H1.HeaderClassName
{
color: #F4EA7F;
}
.AnyTagClassName
{
color: #F4EA7F;
}
</style>
background-color css
<style>
a { background-color: #F4EA7F; }
a { background-color: rgb(244,234,127); }
div.DivClassName
{
background-color: #F4EA7F;
}
.BgClassName
{
background-color: #F4EA7F;
}
</style>
border-color css
<style>
span { border-color: #F4EA7F; }
span { border-color: rgb(244,234,127); }
td.TdClassName
{
border-color: #F4EA7F;
}
.TagClassName
{
border-color: #F4EA7F;
}
</style>