Shades of Texas #E5E77A
Tints of Texas #E5E77A
RGB
CMYK
RGB Variations
Color information
#E5E77A (or 0xE5E77A) is known color: Texas. HEX triplet: E5, E7 and 7A. RGB value is (229,231,122). Sum of RGB (Red+Green+Blue) = 229+231+122=582 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.35% from 582); Green value is 231 (90.62% from 255 or 39.69% from 582); Blue value is 122 (48.05% from 255 or 20.96% from 582); Max value from RGB is 231 - color contains mainly: green. Hex color #E5E77A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E5E77A is #1A1885. Grayscale: #DADADA. Windows color (decimal): -1710214 or 8054757. OLE color: 8054757.
HSL color Cylindrical-coordinate representation of color #E5E77A: hue angle of 61.1º 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 #E5E77A is Cyan = 0.01, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 229 | 231 | 122 | - |
| CMYK | 0.01 | 0 | 0.47 | 0.09 |
| HSL | 61.1º | 0.69% | 0.69% | - |
| HSV(B) | 61.1º | 0.47% | 0.91% | - |
| XYZ | 64.4 | 75.21 | 29.54 | - |
| YUV | 217.98 | 73.84 | 135.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 231 | 122 | 0.01 | 0 | 0.47 | 0.09 | 61.1 | 0.69 | 0.69 |
| Hex | E5 | E7 | 7A | 1 | 0 | 2F | 9 | 3D | 45 | 45 |
| Octal | 345 | 347 | 172 | 1 | 0 | 57 | 11 | 75 | 105 | 105 |
| Binary | 11100101 | 11100111 | 1111010 | 1 | 0 | 101111 | 1001 | 111101 | 1000101 | 1000101 |
Color Harmonies of #E5E77A
Complementary color
Monochromatic Colors of #E5E77A
Black with #E5E77A
Text Example
Text Example
White with #E5E77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E77A; }
p { color: rgb(229,231,122); }
H1.HeaderClassName
{
color: #E5E77A;
}
.AnyTagClassName
{
color: #E5E77A;
}
</style>
background-color css
<style>
a { background-color: #E5E77A; }
a { background-color: rgb(229,231,122); }
div.DivClassName
{
background-color: #E5E77A;
}
.BgClassName
{
background-color: #E5E77A;
}
</style>
border-color css
<style>
span { border-color: #E5E77A; }
span { border-color: rgb(229,231,122); }
td.TdClassName
{
border-color: #E5E77A;
}
.TagClassName
{
border-color: #E5E77A;
}
</style>