Shades of Texas #E5E37A
Tints of Texas #E5E37A
RGB
CMYK
RGB Variations
Color information
#E5E37A (or 0xE5E37A) is known color: Texas. HEX triplet: E5, E3 and 7A. RGB value is (229,227,122). Sum of RGB (Red+Green+Blue) = 229+227+122=578 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.62% from 578); Green value is 227 (89.06% from 255 or 39.27% from 578); Blue value is 122 (48.05% from 255 or 21.11% from 578); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E37A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5E37A is #1A1C85. Grayscale: #D8D8D8. Windows color (decimal): -1711238 or 8053733. OLE color: 8053733.
HSL color Cylindrical-coordinate representation of color #E5E37A: hue angle of 58.88º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E5E37A is Cyan = 0, Magento = 0.01, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 227 | 122 | - |
| CMYK | 0 | 0.01 | 0.47 | 0.10 |
| HSL | 58.88º | 0.67% | 0.69% | - |
| HSV(B) | 58.88º | 0.47% | 0.9% | - |
| XYZ | 63.3 | 73 | 29.17 | - |
| YUV | 215.63 | 75.16 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 227 | 122 | 0 | 0.01 | 0.47 | 0.10 | 58.88 | 0.67 | 0.69 |
| Hex | E5 | E3 | 7A | 0 | 1 | 2F | A | 3B | 43 | 45 |
| Octal | 345 | 343 | 172 | 0 | 1 | 57 | 12 | 73 | 103 | 105 |
| Binary | 11100101 | 11100011 | 1111010 | 0 | 1 | 101111 | 1010 | 111011 | 1000011 | 1000101 |
Color Harmonies of #E5E37A
Complementary color
Monochromatic Colors of #E5E37A
Black with #E5E37A
Text Example
Text Example
White with #E5E37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E37A; }
p { color: rgb(229,227,122); }
H1.HeaderClassName
{
color: #E5E37A;
}
.AnyTagClassName
{
color: #E5E37A;
}
</style>
background-color css
<style>
a { background-color: #E5E37A; }
a { background-color: rgb(229,227,122); }
div.DivClassName
{
background-color: #E5E37A;
}
.BgClassName
{
background-color: #E5E37A;
}
</style>
border-color css
<style>
span { border-color: #E5E37A; }
span { border-color: rgb(229,227,122); }
td.TdClassName
{
border-color: #E5E37A;
}
.TagClassName
{
border-color: #E5E37A;
}
</style>