Shades of Texas #ECE178
Tints of Texas #ECE178
RGB
CMYK
RGB Variations
Color information
#ECE178 (or 0xECE178) is known color: Texas. HEX triplet: EC, E1 and 78. RGB value is (236,225,120). Sum of RGB (Red+Green+Blue) = 236+225+120=581 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.62% from 581); Green value is 225 (88.28% from 255 or 38.73% from 581); Blue value is 120 (47.27% from 255 or 20.65% from 581); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE178 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE178 is #131E87. Grayscale: #D8D8D8. Windows color (decimal): -1253000 or 7922156. OLE color: 7922156.
HSL color Cylindrical-coordinate representation of color #ECE178: hue angle of 54.31º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ECE178 is Cyan = 0, Magento = 0.05, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 225 | 120 | - |
| CMYK | 0 | 0.05 | 0.49 | 0.07 |
| HSL | 54.31º | 0.75% | 0.7% | - |
| HSV(B) | 54.31º | 0.49% | 0.93% | - |
| XYZ | 64.91 | 73.04 | 28.45 | - |
| YUV | 216.32 | 73.64 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 225 | 120 | 0 | 0.05 | 0.49 | 0.07 | 54.31 | 0.75 | 0.7 |
| Hex | EC | E1 | 78 | 0 | 5 | 31 | 7 | 36 | 4B | 46 |
| Octal | 354 | 341 | 170 | 0 | 5 | 61 | 7 | 66 | 113 | 106 |
| Binary | 11101100 | 11100001 | 1111000 | 0 | 101 | 110001 | 111 | 110110 | 1001011 | 1000110 |
Color Harmonies of #ECE178
Complementary color
Monochromatic Colors of #ECE178
Black with #ECE178
Text Example
Text Example
White with #ECE178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE178; }
p { color: rgb(236,225,120); }
H1.HeaderClassName
{
color: #ECE178;
}
.AnyTagClassName
{
color: #ECE178;
}
</style>
background-color css
<style>
a { background-color: #ECE178; }
a { background-color: rgb(236,225,120); }
div.DivClassName
{
background-color: #ECE178;
}
.BgClassName
{
background-color: #ECE178;
}
</style>
border-color css
<style>
span { border-color: #ECE178; }
span { border-color: rgb(236,225,120); }
td.TdClassName
{
border-color: #ECE178;
}
.TagClassName
{
border-color: #ECE178;
}
</style>