Shades of Texas #ECE171
Tints of Texas #ECE171
RGB
CMYK
RGB Variations
Color information
#ECE171 (or 0xECE171) is known color: Texas. HEX triplet: EC, E1 and 71. RGB value is (236,225,113). Sum of RGB (Red+Green+Blue) = 236+225+113=574 (76% of max value = 765). Red value is 236 (92.58% from 255 or 41.11% from 574); Green value is 225 (88.28% from 255 or 39.20% from 574); Blue value is 113 (44.53% from 255 or 19.69% from 574); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE171 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE171 is #131E8E. Grayscale: #D7D7D7. Windows color (decimal): -1253007 or 7463404. OLE color: 7463404.
HSL color Cylindrical-coordinate representation of color #ECE171: hue angle of 54.63º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ECE171 is Cyan = 0, Magento = 0.05, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 225 | 113 | - |
| CMYK | 0 | 0.05 | 0.52 | 0.07 |
| HSL | 54.63º | 0.76% | 0.68% | - |
| HSV(B) | 54.63º | 0.52% | 0.93% | - |
| XYZ | 64.5 | 72.88 | 26.29 | - |
| YUV | 215.52 | 70.14 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 225 | 113 | 0 | 0.05 | 0.52 | 0.07 | 54.63 | 0.76 | 0.68 |
| Hex | EC | E1 | 71 | 0 | 5 | 34 | 7 | 37 | 4C | 44 |
| Octal | 354 | 341 | 161 | 0 | 5 | 64 | 7 | 67 | 114 | 104 |
| Binary | 11101100 | 11100001 | 1110001 | 0 | 101 | 110100 | 111 | 110111 | 1001100 | 1000100 |
Color Harmonies of #ECE171
Complementary color
Monochromatic Colors of #ECE171
Black with #ECE171
Text Example
Text Example
White with #ECE171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE171; }
p { color: rgb(236,225,113); }
H1.HeaderClassName
{
color: #ECE171;
}
.AnyTagClassName
{
color: #ECE171;
}
</style>
background-color css
<style>
a { background-color: #ECE171; }
a { background-color: rgb(236,225,113); }
div.DivClassName
{
background-color: #ECE171;
}
.BgClassName
{
background-color: #ECE171;
}
</style>
border-color css
<style>
span { border-color: #ECE171; }
span { border-color: rgb(236,225,113); }
td.TdClassName
{
border-color: #ECE171;
}
.TagClassName
{
border-color: #ECE171;
}
</style>