Shades of Texas #ECE180
Tints of Texas #ECE180
RGB
CMYK
RGB Variations
Color information
#ECE180 (or 0xECE180) is known color: Texas. HEX triplet: EC, E1 and 80. RGB value is (236,225,128). Sum of RGB (Red+Green+Blue) = 236+225+128=589 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40.07% from 589); Green value is 225 (88.28% from 255 or 38.20% from 589); Blue value is 128 (50.39% from 255 or 21.73% from 589); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE180 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE180 is #131E7F. Grayscale: #D9D9D9. Windows color (decimal): -1252992 or 8446444. OLE color: 8446444.
HSL color Cylindrical-coordinate representation of color #ECE180: hue angle of 53.89º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ECE180 is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 225 | 128 | - |
| CMYK | 0 | 0.05 | 0.46 | 0.07 |
| HSL | 53.89º | 0.74% | 0.71% | - |
| HSV(B) | 53.89º | 0.46% | 0.93% | - |
| XYZ | 65.41 | 73.24 | 31.11 | - |
| YUV | 217.23 | 77.64 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 225 | 128 | 0 | 0.05 | 0.46 | 0.07 | 53.89 | 0.74 | 0.71 |
| Hex | EC | E1 | 80 | 0 | 5 | 2E | 7 | 36 | 4A | 47 |
| Octal | 354 | 341 | 200 | 0 | 5 | 56 | 7 | 66 | 112 | 107 |
| Binary | 11101100 | 11100001 | 10000000 | 0 | 101 | 101110 | 111 | 110110 | 1001010 | 1000111 |
Color Harmonies of #ECE180
Complementary color
Monochromatic Colors of #ECE180
Black with #ECE180
Text Example
Text Example
White with #ECE180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE180; }
p { color: rgb(236,225,128); }
H1.HeaderClassName
{
color: #ECE180;
}
.AnyTagClassName
{
color: #ECE180;
}
</style>
background-color css
<style>
a { background-color: #ECE180; }
a { background-color: rgb(236,225,128); }
div.DivClassName
{
background-color: #ECE180;
}
.BgClassName
{
background-color: #ECE180;
}
</style>
border-color css
<style>
span { border-color: #ECE180; }
span { border-color: rgb(236,225,128); }
td.TdClassName
{
border-color: #ECE180;
}
.TagClassName
{
border-color: #ECE180;
}
</style>