Shades of Texas #E7E57D
Tints of Texas #E7E57D
RGB
CMYK
RGB Variations
Color information
#E7E57D (or 0xE7E57D) is known color: Texas. HEX triplet: E7, E5 and 7D. RGB value is (231,229,125). Sum of RGB (Red+Green+Blue) = 231+229+125=585 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.49% from 585); Green value is 229 (89.84% from 255 or 39.15% from 585); Blue value is 125 (49.22% from 255 or 21.37% from 585); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E57D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7E57D is #181A82. Grayscale: #DADADA. Windows color (decimal): -1579651 or 8250855. OLE color: 8250855.
HSL color Cylindrical-coordinate representation of color #E7E57D: hue angle of 58.87º degrees, saturation: 0.69, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E7E57D is Cyan = 0, Magento = 0.01, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 229 | 125 | - |
| CMYK | 0 | 0.01 | 0.46 | 0.09 |
| HSL | 58.87º | 0.69% | 0.7% | - |
| HSV(B) | 58.87º | 0.46% | 0.91% | - |
| XYZ | 64.68 | 74.51 | 30.37 | - |
| YUV | 217.74 | 75.66 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 229 | 125 | 0 | 0.01 | 0.46 | 0.09 | 58.87 | 0.69 | 0.7 |
| Hex | E7 | E5 | 7D | 0 | 1 | 2E | 9 | 3B | 45 | 46 |
| Octal | 347 | 345 | 175 | 0 | 1 | 56 | 11 | 73 | 105 | 106 |
| Binary | 11100111 | 11100101 | 1111101 | 0 | 1 | 101110 | 1001 | 111011 | 1000101 | 1000110 |
Color Harmonies of #E7E57D
Complementary color
Monochromatic Colors of #E7E57D
Black with #E7E57D
Text Example
Text Example
White with #E7E57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E57D; }
p { color: rgb(231,229,125); }
H1.HeaderClassName
{
color: #E7E57D;
}
.AnyTagClassName
{
color: #E7E57D;
}
</style>
background-color css
<style>
a { background-color: #E7E57D; }
a { background-color: rgb(231,229,125); }
div.DivClassName
{
background-color: #E7E57D;
}
.BgClassName
{
background-color: #E7E57D;
}
</style>
border-color css
<style>
span { border-color: #E7E57D; }
span { border-color: rgb(231,229,125); }
td.TdClassName
{
border-color: #E7E57D;
}
.TagClassName
{
border-color: #E7E57D;
}
</style>