Shades of Texas #F4EA7D
Tints of Texas #F4EA7D
RGB
CMYK
RGB Variations
Color information
#F4EA7D (or 0xF4EA7D) is known color: Texas. HEX triplet: F4, EA and 7D. RGB value is (244,234,125). Sum of RGB (Red+Green+Blue) = 244+234+125=603 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.46% from 603); Green value is 234 (91.80% from 255 or 38.81% from 603); Blue value is 125 (49.22% from 255 or 20.73% from 603); Max value from RGB is 244 - color contains mainly: red. Hex color #F4EA7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F4EA7D is #0B1582. Grayscale: #E1E1E1. Windows color (decimal): -726403 or 8252148. OLE color: 8252148.
HSL color Cylindrical-coordinate representation of color #F4EA7D: hue angle of 54.96º degrees, saturation: 0.84, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F4EA7D is Cyan = 0, Magento = 0.04, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 234 | 125 | - |
| CMYK | 0 | 0.04 | 0.49 | 0.04 |
| HSL | 54.96º | 0.84% | 0.72% | - |
| HSV(B) | 54.96º | 0.49% | 0.96% | - |
| XYZ | 70.43 | 79.56 | 31.05 | - |
| YUV | 224.56 | 71.81 | 141.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 234 | 125 | 0 | 0.04 | 0.49 | 0.04 | 54.96 | 0.84 | 0.72 |
| Hex | F4 | EA | 7D | 0 | 4 | 31 | 4 | 37 | 54 | 48 |
| Octal | 364 | 352 | 175 | 0 | 4 | 61 | 4 | 67 | 124 | 110 |
| Binary | 11110100 | 11101010 | 1111101 | 0 | 100 | 110001 | 100 | 110111 | 1010100 | 1001000 |
Color Harmonies of #F4EA7D
Complementary color
Monochromatic Colors of #F4EA7D
Black with #F4EA7D
Text Example
Text Example
White with #F4EA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4EA7D; }
p { color: rgb(244,234,125); }
H1.HeaderClassName
{
color: #F4EA7D;
}
.AnyTagClassName
{
color: #F4EA7D;
}
</style>
background-color css
<style>
a { background-color: #F4EA7D; }
a { background-color: rgb(244,234,125); }
div.DivClassName
{
background-color: #F4EA7D;
}
.BgClassName
{
background-color: #F4EA7D;
}
</style>
border-color css
<style>
span { border-color: #F4EA7D; }
span { border-color: rgb(244,234,125); }
td.TdClassName
{
border-color: #F4EA7D;
}
.TagClassName
{
border-color: #F4EA7D;
}
</style>