Shades of Texas #F0EA7D
Tints of Texas #F0EA7D
RGB
CMYK
RGB Variations
Color information
#F0EA7D (or 0xF0EA7D) is known color: Texas. HEX triplet: F0, EA and 7D. RGB value is (240,234,125). Sum of RGB (Red+Green+Blue) = 240+234+125=599 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.07% from 599); Green value is 234 (91.80% from 255 or 39.07% from 599); Blue value is 125 (49.22% from 255 or 20.87% from 599); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EA7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0EA7D is #0F1582. Grayscale: #DFDFDF. Windows color (decimal): -988547 or 8252144. OLE color: 8252144.
HSL color Cylindrical-coordinate representation of color #F0EA7D: hue angle of 56.87º 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 #F0EA7D is Cyan = 0, Magento = 0.02, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 234 | 125 | - |
| CMYK | 0 | 0.02 | 0.48 | 0.06 |
| HSL | 56.87º | 0.79% | 0.72% | - |
| HSV(B) | 56.87º | 0.48% | 0.94% | - |
| XYZ | 69.06 | 78.85 | 30.98 | - |
| YUV | 223.37 | 72.49 | 139.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 234 | 125 | 0 | 0.02 | 0.48 | 0.06 | 56.87 | 0.79 | 0.72 |
| Hex | F0 | EA | 7D | 0 | 2 | 30 | 6 | 39 | 4F | 48 |
| Octal | 360 | 352 | 175 | 0 | 2 | 60 | 6 | 71 | 117 | 110 |
| Binary | 11110000 | 11101010 | 1111101 | 0 | 10 | 110000 | 110 | 111001 | 1001111 | 1001000 |
Color Harmonies of #F0EA7D
Complementary color
Monochromatic Colors of #F0EA7D
Black with #F0EA7D
Text Example
Text Example
White with #F0EA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EA7D; }
p { color: rgb(240,234,125); }
H1.HeaderClassName
{
color: #F0EA7D;
}
.AnyTagClassName
{
color: #F0EA7D;
}
</style>
background-color css
<style>
a { background-color: #F0EA7D; }
a { background-color: rgb(240,234,125); }
div.DivClassName
{
background-color: #F0EA7D;
}
.BgClassName
{
background-color: #F0EA7D;
}
</style>
border-color css
<style>
span { border-color: #F0EA7D; }
span { border-color: rgb(240,234,125); }
td.TdClassName
{
border-color: #F0EA7D;
}
.TagClassName
{
border-color: #F0EA7D;
}
</style>