Shades of Texas #ECE16F
Tints of Texas #ECE16F
RGB
CMYK
RGB Variations
Color information
#ECE16F (or 0xECE16F) is known color: Texas. HEX triplet: EC, E1 and 6F. RGB value is (236,225,111). Sum of RGB (Red+Green+Blue) = 236+225+111=572 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.26% from 572); Green value is 225 (88.28% from 255 or 39.34% from 572); Blue value is 111 (43.75% from 255 or 19.41% from 572); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE16F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE16F is #131E90. Grayscale: #D7D7D7. Windows color (decimal): -1253009 or 7332332. OLE color: 7332332.
HSL color Cylindrical-coordinate representation of color #ECE16F: hue angle of 54.72º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ECE16F is Cyan = 0, Magento = 0.05, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 225 | 111 | - |
| CMYK | 0 | 0.05 | 0.53 | 0.07 |
| HSL | 54.72º | 0.77% | 0.68% | - |
| HSV(B) | 54.72º | 0.53% | 0.93% | - |
| XYZ | 64.39 | 72.83 | 25.7 | - |
| YUV | 215.29 | 69.14 | 142.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 225 | 111 | 0 | 0.05 | 0.53 | 0.07 | 54.72 | 0.77 | 0.68 |
| Hex | EC | E1 | 6F | 0 | 5 | 35 | 7 | 37 | 4D | 44 |
| Octal | 354 | 341 | 157 | 0 | 5 | 65 | 7 | 67 | 115 | 104 |
| Binary | 11101100 | 11100001 | 1101111 | 0 | 101 | 110101 | 111 | 110111 | 1001101 | 1000100 |
Color Harmonies of #ECE16F
Complementary color
Monochromatic Colors of #ECE16F
Black with #ECE16F
Text Example
Text Example
White with #ECE16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE16F; }
p { color: rgb(236,225,111); }
H1.HeaderClassName
{
color: #ECE16F;
}
.AnyTagClassName
{
color: #ECE16F;
}
</style>
background-color css
<style>
a { background-color: #ECE16F; }
a { background-color: rgb(236,225,111); }
div.DivClassName
{
background-color: #ECE16F;
}
.BgClassName
{
background-color: #ECE16F;
}
</style>
border-color css
<style>
span { border-color: #ECE16F; }
span { border-color: rgb(236,225,111); }
td.TdClassName
{
border-color: #ECE16F;
}
.TagClassName
{
border-color: #ECE16F;
}
</style>