Shades of Texas #E6E273
Tints of Texas #E6E273
RGB
CMYK
RGB Variations
Color information
#E6E273 (or 0xE6E273) is known color: Texas. HEX triplet: E6, E2 and 73. RGB value is (230,226,115). Sum of RGB (Red+Green+Blue) = 230+226+115=571 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.28% from 571); Green value is 226 (88.67% from 255 or 39.58% from 571); Blue value is 115 (45.31% from 255 or 20.14% from 571); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E273 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6E273 is #191D8C. Grayscale: #D6D6D6. Windows color (decimal): -1645965 or 7594726. OLE color: 7594726.
HSL color Cylindrical-coordinate representation of color #E6E273: hue angle of 57.91º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E6E273 is Cyan = 0, Magento = 0.02, Yellow = 0.5 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 226 | 115 | - |
| CMYK | 0 | 0.02 | 0.5 | 0.10 |
| HSL | 57.91º | 0.7% | 0.68% | - |
| HSV(B) | 57.91º | 0.5% | 0.9% | - |
| XYZ | 62.92 | 72.45 | 26.89 | - |
| YUV | 214.54 | 71.83 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 226 | 115 | 0 | 0.02 | 0.5 | 0.10 | 57.91 | 0.7 | 0.68 |
| Hex | E6 | E2 | 73 | 0 | 2 | 32 | A | 3A | 46 | 44 |
| Octal | 346 | 342 | 163 | 0 | 2 | 62 | 12 | 72 | 106 | 104 |
| Binary | 11100110 | 11100010 | 1110011 | 0 | 10 | 110010 | 1010 | 111010 | 1000110 | 1000100 |
Color Harmonies of #E6E273
Complementary color
Monochromatic Colors of #E6E273
Black with #E6E273
Text Example
Text Example
White with #E6E273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E273; }
p { color: rgb(230,226,115); }
H1.HeaderClassName
{
color: #E6E273;
}
.AnyTagClassName
{
color: #E6E273;
}
</style>
background-color css
<style>
a { background-color: #E6E273; }
a { background-color: rgb(230,226,115); }
div.DivClassName
{
background-color: #E6E273;
}
.BgClassName
{
background-color: #E6E273;
}
</style>
border-color css
<style>
span { border-color: #E6E273; }
span { border-color: rgb(230,226,115); }
td.TdClassName
{
border-color: #E6E273;
}
.TagClassName
{
border-color: #E6E273;
}
</style>