Shades of Texas #E6E180
Tints of Texas #E6E180
RGB
CMYK
RGB Variations
Color information
#E6E180 (or 0xE6E180) is known color: Texas. HEX triplet: E6, E1 and 80. RGB value is (230,225,128). Sum of RGB (Red+Green+Blue) = 230+225+128=583 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.45% from 583); Green value is 225 (88.28% from 255 or 38.59% from 583); Blue value is 128 (50.39% from 255 or 21.96% from 583); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E180 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6E180 is #191E7F. Grayscale: #D7D7D7. Windows color (decimal): -1646208 or 8446438. OLE color: 8446438.
HSL color Cylindrical-coordinate representation of color #E6E180: hue angle of 57.06º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E6E180 is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 225 | 128 | - |
| CMYK | 0 | 0.02 | 0.44 | 0.10 |
| HSL | 57.06º | 0.67% | 0.7% | - |
| HSV(B) | 57.06º | 0.44% | 0.9% | - |
| XYZ | 63.45 | 72.23 | 31.02 | - |
| YUV | 215.44 | 78.66 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 225 | 128 | 0 | 0.02 | 0.44 | 0.10 | 57.06 | 0.67 | 0.7 |
| Hex | E6 | E1 | 80 | 0 | 2 | 2C | A | 39 | 43 | 46 |
| Octal | 346 | 341 | 200 | 0 | 2 | 54 | 12 | 71 | 103 | 106 |
| Binary | 11100110 | 11100001 | 10000000 | 0 | 10 | 101100 | 1010 | 111001 | 1000011 | 1000110 |
Color Harmonies of #E6E180
Complementary color
Monochromatic Colors of #E6E180
Black with #E6E180
Text Example
Text Example
White with #E6E180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E180; }
p { color: rgb(230,225,128); }
H1.HeaderClassName
{
color: #E6E180;
}
.AnyTagClassName
{
color: #E6E180;
}
</style>
background-color css
<style>
a { background-color: #E6E180; }
a { background-color: rgb(230,225,128); }
div.DivClassName
{
background-color: #E6E180;
}
.BgClassName
{
background-color: #E6E180;
}
</style>
border-color css
<style>
span { border-color: #E6E180; }
span { border-color: rgb(230,225,128); }
td.TdClassName
{
border-color: #E6E180;
}
.TagClassName
{
border-color: #E6E180;
}
</style>