Shades of Texas #ECE471
Tints of Texas #ECE471
RGB
CMYK
RGB Variations
Color information
#ECE471 (or 0xECE471) is known color: Texas. HEX triplet: EC, E4 and 71. RGB value is (236,228,113). Sum of RGB (Red+Green+Blue) = 236+228+113=577 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.90% from 577); Green value is 228 (89.45% from 255 or 39.51% from 577); Blue value is 113 (44.53% from 255 or 19.58% from 577); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE471 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE471 is #131B8E. Grayscale: #D9D9D9. Windows color (decimal): -1252239 or 7464172. OLE color: 7464172.
HSL color Cylindrical-coordinate representation of color #ECE471: hue angle of 56.1º 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 #ECE471 is Cyan = 0, Magento = 0.03, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 228 | 113 | - |
| CMYK | 0 | 0.03 | 0.52 | 0.07 |
| HSL | 56.1º | 0.76% | 0.68% | - |
| HSV(B) | 56.1º | 0.52% | 0.93% | - |
| XYZ | 65.32 | 74.51 | 26.56 | - |
| YUV | 217.28 | 69.15 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 228 | 113 | 0 | 0.03 | 0.52 | 0.07 | 56.1 | 0.76 | 0.68 |
| Hex | EC | E4 | 71 | 0 | 3 | 34 | 7 | 38 | 4C | 44 |
| Octal | 354 | 344 | 161 | 0 | 3 | 64 | 7 | 70 | 114 | 104 |
| Binary | 11101100 | 11100100 | 1110001 | 0 | 11 | 110100 | 111 | 111000 | 1001100 | 1000100 |
Color Harmonies of #ECE471
Complementary color
Monochromatic Colors of #ECE471
Black with #ECE471
Text Example
Text Example
White with #ECE471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE471; }
p { color: rgb(236,228,113); }
H1.HeaderClassName
{
color: #ECE471;
}
.AnyTagClassName
{
color: #ECE471;
}
</style>
background-color css
<style>
a { background-color: #ECE471; }
a { background-color: rgb(236,228,113); }
div.DivClassName
{
background-color: #ECE471;
}
.BgClassName
{
background-color: #ECE471;
}
</style>
border-color css
<style>
span { border-color: #ECE471; }
span { border-color: rgb(236,228,113); }
td.TdClassName
{
border-color: #ECE471;
}
.TagClassName
{
border-color: #ECE471;
}
</style>