Shades of Texas #E1E785
Tints of Texas #E1E785
RGB
CMYK
RGB Variations
Color information
#E1E785 (or 0xE1E785) is known color: Texas. HEX triplet: E1, E7 and 85. RGB value is (225,231,133). Sum of RGB (Red+Green+Blue) = 225+231+133=589 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.20% from 589); Green value is 231 (90.62% from 255 or 39.22% from 589); Blue value is 133 (52.34% from 255 or 22.58% from 589); Max value from RGB is 231 - color contains mainly: green. Hex color #E1E785 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1E785 is #1E187A. Grayscale: #DADADA. Windows color (decimal): -1972347 or 8775649. OLE color: 8775649.
HSL color Cylindrical-coordinate representation of color #E1E785: hue angle of 63.67º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E1E785 is Cyan = 0.03, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 225 | 231 | 133 | - |
| CMYK | 0.03 | 0 | 0.42 | 0.09 |
| HSL | 63.67º | 0.67% | 0.71% | - |
| HSV(B) | 63.67º | 0.42% | 0.91% | - |
| XYZ | 63.86 | 74.85 | 33.27 | - |
| YUV | 218.03 | 80.01 | 132.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 231 | 133 | 0.03 | 0 | 0.42 | 0.09 | 63.67 | 0.67 | 0.71 |
| Hex | E1 | E7 | 85 | 3 | 0 | 2A | 9 | 40 | 43 | 47 |
| Octal | 341 | 347 | 205 | 3 | 0 | 52 | 11 | 100 | 103 | 107 |
| Binary | 11100001 | 11100111 | 10000101 | 11 | 0 | 101010 | 1001 | 1000000 | 1000011 | 1000111 |
Color Harmonies of #E1E785
Complementary color
Monochromatic Colors of #E1E785
Black with #E1E785
Text Example
Text Example
White with #E1E785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E785; }
p { color: rgb(225,231,133); }
H1.HeaderClassName
{
color: #E1E785;
}
.AnyTagClassName
{
color: #E1E785;
}
</style>
background-color css
<style>
a { background-color: #E1E785; }
a { background-color: rgb(225,231,133); }
div.DivClassName
{
background-color: #E1E785;
}
.BgClassName
{
background-color: #E1E785;
}
</style>
border-color css
<style>
span { border-color: #E1E785; }
span { border-color: rgb(225,231,133); }
td.TdClassName
{
border-color: #E1E785;
}
.TagClassName
{
border-color: #E1E785;
}
</style>