Shades of Texas #E1E383
Tints of Texas #E1E383
RGB
CMYK
RGB Variations
Color information
#E1E383 (or 0xE1E383) is known color: Texas. HEX triplet: E1, E3 and 83. RGB value is (225,227,131). Sum of RGB (Red+Green+Blue) = 225+227+131=583 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.59% from 583); Green value is 227 (89.06% from 255 or 38.94% from 583); Blue value is 131 (51.56% from 255 or 22.47% from 583); Max value from RGB is 227 - color contains mainly: green. Hex color #E1E383 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1E383 is #1E1C7C. Grayscale: #D7D7D7. Windows color (decimal): -1973373 or 8643553. OLE color: 8643553.
HSL color Cylindrical-coordinate representation of color #E1E383: hue angle of 61.25º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E1E383 is Cyan = 0.01, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 225 | 227 | 131 | - |
| CMYK | 0.01 | 0 | 0.42 | 0.11 |
| HSL | 61.25º | 0.63% | 0.7% | - |
| HSV(B) | 61.25º | 0.42% | 0.89% | - |
| XYZ | 62.62 | 72.58 | 32.18 | - |
| YUV | 215.46 | 80.34 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 227 | 131 | 0.01 | 0 | 0.42 | 0.11 | 61.25 | 0.63 | 0.7 |
| Hex | E1 | E3 | 83 | 1 | 0 | 2A | B | 3D | 3F | 46 |
| Octal | 341 | 343 | 203 | 1 | 0 | 52 | 13 | 75 | 77 | 106 |
| Binary | 11100001 | 11100011 | 10000011 | 1 | 0 | 101010 | 1011 | 111101 | 111111 | 1000110 |
Color Harmonies of #E1E383
Complementary color
Monochromatic Colors of #E1E383
Black with #E1E383
Text Example
Text Example
White with #E1E383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E383; }
p { color: rgb(225,227,131); }
H1.HeaderClassName
{
color: #E1E383;
}
.AnyTagClassName
{
color: #E1E383;
}
</style>
background-color css
<style>
a { background-color: #E1E383; }
a { background-color: rgb(225,227,131); }
div.DivClassName
{
background-color: #E1E383;
}
.BgClassName
{
background-color: #E1E383;
}
</style>
border-color css
<style>
span { border-color: #E1E383; }
span { border-color: rgb(225,227,131); }
td.TdClassName
{
border-color: #E1E383;
}
.TagClassName
{
border-color: #E1E383;
}
</style>