Shades of Texas #E1E380
Tints of Texas #E1E380
RGB
CMYK
RGB Variations
Color information
#E1E380 (or 0xE1E380) is known color: Texas. HEX triplet: E1, E3 and 80. RGB value is (225,227,128). Sum of RGB (Red+Green+Blue) = 225+227+128=580 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.79% from 580); Green value is 227 (89.06% from 255 or 39.14% from 580); Blue value is 128 (50.39% from 255 or 22.07% from 580); Max value from RGB is 227 - color contains mainly: green. Hex color #E1E380 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1E380 is #1E1C7F. Grayscale: #D7D7D7. Windows color (decimal): -1973376 or 8446945. OLE color: 8446945.
HSL color Cylindrical-coordinate representation of color #E1E380: hue angle of 61.21º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E1E380 is Cyan = 0.01, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 225 | 227 | 128 | - |
| CMYK | 0.01 | 0 | 0.44 | 0.11 |
| HSL | 61.21º | 0.64% | 0.7% | - |
| HSV(B) | 61.21º | 0.44% | 0.89% | - |
| XYZ | 62.42 | 72.5 | 31.13 | - |
| YUV | 215.12 | 78.84 | 135.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 227 | 128 | 0.01 | 0 | 0.44 | 0.11 | 61.21 | 0.64 | 0.7 |
| Hex | E1 | E3 | 80 | 1 | 0 | 2C | B | 3D | 40 | 46 |
| Octal | 341 | 343 | 200 | 1 | 0 | 54 | 13 | 75 | 100 | 106 |
| Binary | 11100001 | 11100011 | 10000000 | 1 | 0 | 101100 | 1011 | 111101 | 1000000 | 1000110 |
Color Harmonies of #E1E380
Complementary color
Monochromatic Colors of #E1E380
Black with #E1E380
Text Example
Text Example
White with #E1E380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E380; }
p { color: rgb(225,227,128); }
H1.HeaderClassName
{
color: #E1E380;
}
.AnyTagClassName
{
color: #E1E380;
}
</style>
background-color css
<style>
a { background-color: #E1E380; }
a { background-color: rgb(225,227,128); }
div.DivClassName
{
background-color: #E1E380;
}
.BgClassName
{
background-color: #E1E380;
}
</style>
border-color css
<style>
span { border-color: #E1E380; }
span { border-color: rgb(225,227,128); }
td.TdClassName
{
border-color: #E1E380;
}
.TagClassName
{
border-color: #E1E380;
}
</style>