Shades of Texas #F0EE7C
Tints of Texas #F0EE7C
RGB
CMYK
RGB Variations
Color information
#F0EE7C (or 0xF0EE7C) is known color: Texas. HEX triplet: F0, EE and 7C. RGB value is (240,238,124). Sum of RGB (Red+Green+Blue) = 240+238+124=602 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.87% from 602); Green value is 238 (93.36% from 255 or 39.53% from 602); Blue value is 124 (48.83% from 255 or 20.60% from 602); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EE7C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0EE7C is #0F1183. Grayscale: #E2E2E2. Windows color (decimal): -987524 or 8187632. OLE color: 8187632.
HSL color Cylindrical-coordinate representation of color #F0EE7C: hue angle of 58.97º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F0EE7C is Cyan = 0, Magento = 0.01, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 238 | 124 | - |
| CMYK | 0 | 0.01 | 0.48 | 0.06 |
| HSL | 58.97º | 0.79% | 0.71% | - |
| HSV(B) | 58.97º | 0.48% | 0.94% | - |
| XYZ | 70.15 | 81.13 | 31.03 | - |
| YUV | 225.6 | 70.66 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 238 | 124 | 0 | 0.01 | 0.48 | 0.06 | 58.97 | 0.79 | 0.71 |
| Hex | F0 | EE | 7C | 0 | 1 | 30 | 6 | 3B | 4F | 47 |
| Octal | 360 | 356 | 174 | 0 | 1 | 60 | 6 | 73 | 117 | 107 |
| Binary | 11110000 | 11101110 | 1111100 | 0 | 1 | 110000 | 110 | 111011 | 1001111 | 1000111 |
Color Harmonies of #F0EE7C
Complementary color
Monochromatic Colors of #F0EE7C
Black with #F0EE7C
Text Example
Text Example
White with #F0EE7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EE7C; }
p { color: rgb(240,238,124); }
H1.HeaderClassName
{
color: #F0EE7C;
}
.AnyTagClassName
{
color: #F0EE7C;
}
</style>
background-color css
<style>
a { background-color: #F0EE7C; }
a { background-color: rgb(240,238,124); }
div.DivClassName
{
background-color: #F0EE7C;
}
.BgClassName
{
background-color: #F0EE7C;
}
</style>
border-color css
<style>
span { border-color: #F0EE7C; }
span { border-color: rgb(240,238,124); }
td.TdClassName
{
border-color: #F0EE7C;
}
.TagClassName
{
border-color: #F0EE7C;
}
</style>