Shades of Texas #E7E375
Tints of Texas #E7E375
RGB
CMYK
RGB Variations
Color information
#E7E375 (or 0xE7E375) is known color: Texas. HEX triplet: E7, E3 and 75. RGB value is (231,227,117). Sum of RGB (Red+Green+Blue) = 231+227+117=575 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.17% from 575); Green value is 227 (89.06% from 255 or 39.48% from 575); Blue value is 117 (46.09% from 255 or 20.35% from 575); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E375 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7E375 is #181C8A. Grayscale: #D8D8D8. Windows color (decimal): -1580171 or 7726055. OLE color: 7726055.
HSL color Cylindrical-coordinate representation of color #E7E375: hue angle of 57.89º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E7E375 is Cyan = 0, Magento = 0.02, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 227 | 117 | - |
| CMYK | 0 | 0.02 | 0.49 | 0.09 |
| HSL | 57.89º | 0.7% | 0.68% | - |
| HSV(B) | 57.89º | 0.49% | 0.91% | - |
| XYZ | 63.63 | 73.21 | 27.61 | - |
| YUV | 215.66 | 72.33 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 227 | 117 | 0 | 0.02 | 0.49 | 0.09 | 57.89 | 0.7 | 0.68 |
| Hex | E7 | E3 | 75 | 0 | 2 | 31 | 9 | 3A | 46 | 44 |
| Octal | 347 | 343 | 165 | 0 | 2 | 61 | 11 | 72 | 106 | 104 |
| Binary | 11100111 | 11100011 | 1110101 | 0 | 10 | 110001 | 1001 | 111010 | 1000110 | 1000100 |
Color Harmonies of #E7E375
Complementary color
Monochromatic Colors of #E7E375
Black with #E7E375
Text Example
Text Example
White with #E7E375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E375; }
p { color: rgb(231,227,117); }
H1.HeaderClassName
{
color: #E7E375;
}
.AnyTagClassName
{
color: #E7E375;
}
</style>
background-color css
<style>
a { background-color: #E7E375; }
a { background-color: rgb(231,227,117); }
div.DivClassName
{
background-color: #E7E375;
}
.BgClassName
{
background-color: #E7E375;
}
</style>
border-color css
<style>
span { border-color: #E7E375; }
span { border-color: rgb(231,227,117); }
td.TdClassName
{
border-color: #E7E375;
}
.TagClassName
{
border-color: #E7E375;
}
</style>