Shades of Texas #E7EC86
Tints of Texas #E7EC86
RGB
CMYK
RGB Variations
Color information
#E7EC86 (or 0xE7EC86) is known color: Texas. HEX triplet: E7, EC and 86. RGB value is (231,236,134). Sum of RGB (Red+Green+Blue) = 231+236+134=601 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.44% from 601); Green value is 236 (92.58% from 255 or 39.27% from 601); Blue value is 134 (52.73% from 255 or 22.30% from 601); Max value from RGB is 236 - color contains mainly: green. Hex color #E7EC86 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E7EC86 is #181379. Grayscale: #DFDFDF. Windows color (decimal): -1577850 or 8842471. OLE color: 8842471.
HSL color Cylindrical-coordinate representation of color #E7EC86: hue angle of 62.94º degrees, saturation: 0.73, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E7EC86 is Cyan = 0.02, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 231 | 236 | 134 | - |
| CMYK | 0.02 | 0 | 0.43 | 0.07 |
| HSL | 62.94º | 0.73% | 0.73% | - |
| HSV(B) | 62.94º | 0.43% | 0.93% | - |
| XYZ | 67.25 | 78.7 | 34.2 | - |
| YUV | 222.88 | 77.84 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 236 | 134 | 0.02 | 0 | 0.43 | 0.07 | 62.94 | 0.73 | 0.73 |
| Hex | E7 | EC | 86 | 2 | 0 | 2B | 7 | 3F | 49 | 49 |
| Octal | 347 | 354 | 206 | 2 | 0 | 53 | 7 | 77 | 111 | 111 |
| Binary | 11100111 | 11101100 | 10000110 | 10 | 0 | 101011 | 111 | 111111 | 1001001 | 1001001 |
Color Harmonies of #E7EC86
Complementary color
Monochromatic Colors of #E7EC86
Black with #E7EC86
Text Example
Text Example
White with #E7EC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7EC86; }
p { color: rgb(231,236,134); }
H1.HeaderClassName
{
color: #E7EC86;
}
.AnyTagClassName
{
color: #E7EC86;
}
</style>
background-color css
<style>
a { background-color: #E7EC86; }
a { background-color: rgb(231,236,134); }
div.DivClassName
{
background-color: #E7EC86;
}
.BgClassName
{
background-color: #E7EC86;
}
</style>
border-color css
<style>
span { border-color: #E7EC86; }
span { border-color: rgb(231,236,134); }
td.TdClassName
{
border-color: #E7EC86;
}
.TagClassName
{
border-color: #E7EC86;
}
</style>