Shades of Texas #F0EE7D
Tints of Texas #F0EE7D
RGB
CMYK
RGB Variations
Color information
#F0EE7D (or 0xF0EE7D) is known color: Texas. HEX triplet: F0, EE and 7D. RGB value is (240,238,125). Sum of RGB (Red+Green+Blue) = 240+238+125=603 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.80% from 603); Green value is 238 (93.36% from 255 or 39.47% from 603); Blue value is 125 (49.22% from 255 or 20.73% from 603); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EE7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0EE7D is #0F1182. Grayscale: #E2E2E2. Windows color (decimal): -987523 or 8253168. OLE color: 8253168.
HSL color Cylindrical-coordinate representation of color #F0EE7D: hue angle of 58.96º 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 #F0EE7D is Cyan = 0, Magento = 0.01, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 238 | 125 | - |
| CMYK | 0 | 0.01 | 0.48 | 0.06 |
| HSL | 58.96º | 0.79% | 0.72% | - |
| HSV(B) | 58.96º | 0.48% | 0.94% | - |
| XYZ | 70.21 | 81.16 | 31.37 | - |
| YUV | 225.72 | 71.16 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 238 | 125 | 0 | 0.01 | 0.48 | 0.06 | 58.96 | 0.79 | 0.72 |
| Hex | F0 | EE | 7D | 0 | 1 | 30 | 6 | 3B | 4F | 48 |
| Octal | 360 | 356 | 175 | 0 | 1 | 60 | 6 | 73 | 117 | 110 |
| Binary | 11110000 | 11101110 | 1111101 | 0 | 1 | 110000 | 110 | 111011 | 1001111 | 1001000 |
Color Harmonies of #F0EE7D
Complementary color
Monochromatic Colors of #F0EE7D
Black with #F0EE7D
Text Example
Text Example
White with #F0EE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EE7D; }
p { color: rgb(240,238,125); }
H1.HeaderClassName
{
color: #F0EE7D;
}
.AnyTagClassName
{
color: #F0EE7D;
}
</style>
background-color css
<style>
a { background-color: #F0EE7D; }
a { background-color: rgb(240,238,125); }
div.DivClassName
{
background-color: #F0EE7D;
}
.BgClassName
{
background-color: #F0EE7D;
}
</style>
border-color css
<style>
span { border-color: #F0EE7D; }
span { border-color: rgb(240,238,125); }
td.TdClassName
{
border-color: #F0EE7D;
}
.TagClassName
{
border-color: #F0EE7D;
}
</style>