Shades of Texas #ECE886
Tints of Texas #ECE886
RGB
CMYK
RGB Variations
Color information
#ECE886 (or 0xECE886) is known color: Texas. HEX triplet: EC, E8 and 86. RGB value is (236,232,134). Sum of RGB (Red+Green+Blue) = 236+232+134=602 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.20% from 602); Green value is 232 (91.02% from 255 or 38.54% from 602); Blue value is 134 (52.73% from 255 or 22.26% from 602); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE886 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECE886 is #131779. Grayscale: #DEDEDE. Windows color (decimal): -1251194 or 8841452. OLE color: 8841452.
HSL color Cylindrical-coordinate representation of color #ECE886: hue angle of 57.65º 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 #ECE886 is Cyan = 0, Magento = 0.02, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 232 | 134 | - |
| CMYK | 0 | 0.02 | 0.43 | 0.07 |
| HSL | 57.65º | 0.73% | 0.73% | - |
| HSV(B) | 57.65º | 0.43% | 0.93% | - |
| XYZ | 67.75 | 77.27 | 33.9 | - |
| YUV | 222.02 | 78.33 | 137.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 232 | 134 | 0 | 0.02 | 0.43 | 0.07 | 57.65 | 0.73 | 0.73 |
| Hex | EC | E8 | 86 | 0 | 2 | 2B | 7 | 3A | 49 | 49 |
| Octal | 354 | 350 | 206 | 0 | 2 | 53 | 7 | 72 | 111 | 111 |
| Binary | 11101100 | 11101000 | 10000110 | 0 | 10 | 101011 | 111 | 111010 | 1001001 | 1001001 |
Color Harmonies of #ECE886
Complementary color
Monochromatic Colors of #ECE886
Black with #ECE886
Text Example
Text Example
White with #ECE886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE886; }
p { color: rgb(236,232,134); }
H1.HeaderClassName
{
color: #ECE886;
}
.AnyTagClassName
{
color: #ECE886;
}
</style>
background-color css
<style>
a { background-color: #ECE886; }
a { background-color: rgb(236,232,134); }
div.DivClassName
{
background-color: #ECE886;
}
.BgClassName
{
background-color: #ECE886;
}
</style>
border-color css
<style>
span { border-color: #ECE886; }
span { border-color: rgb(236,232,134); }
td.TdClassName
{
border-color: #ECE886;
}
.TagClassName
{
border-color: #ECE886;
}
</style>