Shades of Texas #E7E380
Tints of Texas #E7E380
RGB
CMYK
RGB Variations
Color information
#E7E380 (or 0xE7E380) is known color: Texas. HEX triplet: E7, E3 and 80. RGB value is (231,227,128). Sum of RGB (Red+Green+Blue) = 231+227+128=586 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.42% from 586); Green value is 227 (89.06% from 255 or 38.74% from 586); Blue value is 128 (50.39% from 255 or 21.84% from 586); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E380 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7E380 is #181C7F. Grayscale: #D9D9D9. Windows color (decimal): -1580160 or 8446951. OLE color: 8446951.
HSL color Cylindrical-coordinate representation of color #E7E380: hue angle of 57.67º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E7E380 is Cyan = 0, Magento = 0.02, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 227 | 128 | - |
| CMYK | 0 | 0.02 | 0.45 | 0.09 |
| HSL | 57.67º | 0.68% | 0.7% | - |
| HSV(B) | 57.67º | 0.45% | 0.91% | - |
| XYZ | 64.32 | 73.49 | 31.22 | - |
| YUV | 216.91 | 77.83 | 138.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 227 | 128 | 0 | 0.02 | 0.45 | 0.09 | 57.67 | 0.68 | 0.7 |
| Hex | E7 | E3 | 80 | 0 | 2 | 2D | 9 | 3A | 44 | 46 |
| Octal | 347 | 343 | 200 | 0 | 2 | 55 | 11 | 72 | 104 | 106 |
| Binary | 11100111 | 11100011 | 10000000 | 0 | 10 | 101101 | 1001 | 111010 | 1000100 | 1000110 |
Color Harmonies of #E7E380
Complementary color
Monochromatic Colors of #E7E380
Black with #E7E380
Text Example
Text Example
White with #E7E380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E380; }
p { color: rgb(231,227,128); }
H1.HeaderClassName
{
color: #E7E380;
}
.AnyTagClassName
{
color: #E7E380;
}
</style>
background-color css
<style>
a { background-color: #E7E380; }
a { background-color: rgb(231,227,128); }
div.DivClassName
{
background-color: #E7E380;
}
.BgClassName
{
background-color: #E7E380;
}
</style>
border-color css
<style>
span { border-color: #E7E380; }
span { border-color: rgb(231,227,128); }
td.TdClassName
{
border-color: #E7E380;
}
.TagClassName
{
border-color: #E7E380;
}
</style>