Shades of Texas #E7E57A
Tints of Texas #E7E57A
RGB
CMYK
RGB Variations
Color information
#E7E57A (or 0xE7E57A) is known color: Texas. HEX triplet: E7, E5 and 7A. RGB value is (231,229,122). Sum of RGB (Red+Green+Blue) = 231+229+122=582 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.69% from 582); Green value is 229 (89.84% from 255 or 39.35% from 582); Blue value is 122 (48.05% from 255 or 20.96% from 582); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E57A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7E57A is #181A85. Grayscale: #D9D9D9. Windows color (decimal): -1579654 or 8054247. OLE color: 8054247.
HSL color Cylindrical-coordinate representation of color #E7E57A: hue angle of 58.9º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E7E57A is Cyan = 0, Magento = 0.01, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 229 | 122 | - |
| CMYK | 0 | 0.01 | 0.47 | 0.09 |
| HSL | 58.9º | 0.69% | 0.69% | - |
| HSV(B) | 58.9º | 0.47% | 0.91% | - |
| XYZ | 64.49 | 74.43 | 29.38 | - |
| YUV | 217.4 | 74.16 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 229 | 122 | 0 | 0.01 | 0.47 | 0.09 | 58.9 | 0.69 | 0.69 |
| Hex | E7 | E5 | 7A | 0 | 1 | 2F | 9 | 3B | 45 | 45 |
| Octal | 347 | 345 | 172 | 0 | 1 | 57 | 11 | 73 | 105 | 105 |
| Binary | 11100111 | 11100101 | 1111010 | 0 | 1 | 101111 | 1001 | 111011 | 1000101 | 1000101 |
Color Harmonies of #E7E57A
Complementary color
Monochromatic Colors of #E7E57A
Black with #E7E57A
Text Example
Text Example
White with #E7E57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E57A; }
p { color: rgb(231,229,122); }
H1.HeaderClassName
{
color: #E7E57A;
}
.AnyTagClassName
{
color: #E7E57A;
}
</style>
background-color css
<style>
a { background-color: #E7E57A; }
a { background-color: rgb(231,229,122); }
div.DivClassName
{
background-color: #E7E57A;
}
.BgClassName
{
background-color: #E7E57A;
}
</style>
border-color css
<style>
span { border-color: #E7E57A; }
span { border-color: rgb(231,229,122); }
td.TdClassName
{
border-color: #E7E57A;
}
.TagClassName
{
border-color: #E7E57A;
}
</style>