Shades of Texas #ECEA86
Tints of Texas #ECEA86
RGB
CMYK
RGB Variations
Color information
#ECEA86 (or 0xECEA86) is known color: Texas. HEX triplet: EC, EA and 86. RGB value is (236,234,134). Sum of RGB (Red+Green+Blue) = 236+234+134=604 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.07% from 604); Green value is 234 (91.80% from 255 or 38.74% from 604); Blue value is 134 (52.73% from 255 or 22.19% from 604); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEA86 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECEA86 is #131579. Grayscale: #DFDFDF. Windows color (decimal): -1250682 or 8841964. OLE color: 8841964.
HSL color Cylindrical-coordinate representation of color #ECEA86: hue angle of 58.82º 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 #ECEA86 is Cyan = 0, Magento = 0.01, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 234 | 134 | - |
| CMYK | 0 | 0.01 | 0.43 | 0.07 |
| HSL | 58.82º | 0.73% | 0.73% | - |
| HSV(B) | 58.82º | 0.43% | 0.93% | - |
| XYZ | 68.32 | 78.4 | 34.09 | - |
| YUV | 223.2 | 77.66 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 234 | 134 | 0 | 0.01 | 0.43 | 0.07 | 58.82 | 0.73 | 0.73 |
| Hex | EC | EA | 86 | 0 | 1 | 2B | 7 | 3B | 49 | 49 |
| Octal | 354 | 352 | 206 | 0 | 1 | 53 | 7 | 73 | 111 | 111 |
| Binary | 11101100 | 11101010 | 10000110 | 0 | 1 | 101011 | 111 | 111011 | 1001001 | 1001001 |
Color Harmonies of #ECEA86
Complementary color
Monochromatic Colors of #ECEA86
Black with #ECEA86
Text Example
Text Example
White with #ECEA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEA86; }
p { color: rgb(236,234,134); }
H1.HeaderClassName
{
color: #ECEA86;
}
.AnyTagClassName
{
color: #ECEA86;
}
</style>
background-color css
<style>
a { background-color: #ECEA86; }
a { background-color: rgb(236,234,134); }
div.DivClassName
{
background-color: #ECEA86;
}
.BgClassName
{
background-color: #ECEA86;
}
</style>
border-color css
<style>
span { border-color: #ECEA86; }
span { border-color: rgb(236,234,134); }
td.TdClassName
{
border-color: #ECEA86;
}
.TagClassName
{
border-color: #ECEA86;
}
</style>