Shades of Texas #ECE175
Tints of Texas #ECE175
RGB
CMYK
RGB Variations
Color information
#ECE175 (or 0xECE175) is known color: Texas. HEX triplet: EC, E1 and 75. RGB value is (236,225,117). Sum of RGB (Red+Green+Blue) = 236+225+117=578 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.83% from 578); Green value is 225 (88.28% from 255 or 38.93% from 578); Blue value is 117 (46.09% from 255 or 20.24% from 578); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE175 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE175 is #131E8A. Grayscale: #D8D8D8. Windows color (decimal): -1253003 or 7725548. OLE color: 7725548.
HSL color Cylindrical-coordinate representation of color #ECE175: hue angle of 54.45º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ECE175 is Cyan = 0, Magento = 0.05, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 225 | 117 | - |
| CMYK | 0 | 0.05 | 0.50 | 0.07 |
| HSL | 54.45º | 0.76% | 0.69% | - |
| HSV(B) | 54.45º | 0.5% | 0.93% | - |
| XYZ | 64.73 | 72.97 | 27.5 | - |
| YUV | 215.98 | 72.14 | 142.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 225 | 117 | 0 | 0.05 | 0.50 | 0.07 | 54.45 | 0.76 | 0.69 |
| Hex | EC | E1 | 75 | 0 | 5 | 32 | 7 | 36 | 4C | 45 |
| Octal | 354 | 341 | 165 | 0 | 5 | 62 | 7 | 66 | 114 | 105 |
| Binary | 11101100 | 11100001 | 1110101 | 0 | 101 | 110010 | 111 | 110110 | 1001100 | 1000101 |
Color Harmonies of #ECE175
Complementary color
Monochromatic Colors of #ECE175
Black with #ECE175
Text Example
Text Example
White with #ECE175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE175; }
p { color: rgb(236,225,117); }
H1.HeaderClassName
{
color: #ECE175;
}
.AnyTagClassName
{
color: #ECE175;
}
</style>
background-color css
<style>
a { background-color: #ECE175; }
a { background-color: rgb(236,225,117); }
div.DivClassName
{
background-color: #ECE175;
}
.BgClassName
{
background-color: #ECE175;
}
</style>
border-color css
<style>
span { border-color: #ECE175; }
span { border-color: rgb(236,225,117); }
td.TdClassName
{
border-color: #ECE175;
}
.TagClassName
{
border-color: #ECE175;
}
</style>