Shades of Texas #ECE671
Tints of Texas #ECE671
RGB
CMYK
RGB Variations
Color information
#ECE671 (or 0xECE671) is known color: Texas. HEX triplet: EC, E6 and 71. RGB value is (236,230,113). Sum of RGB (Red+Green+Blue) = 236+230+113=579 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.76% from 579); Green value is 230 (90.23% from 255 or 39.72% from 579); Blue value is 113 (44.53% from 255 or 19.52% from 579); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE671 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECE671 is #13198E. Grayscale: #DADADA. Windows color (decimal): -1251727 or 7464684. OLE color: 7464684.
HSL color Cylindrical-coordinate representation of color #ECE671: hue angle of 57.07º 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 #ECE671 is Cyan = 0, Magento = 0.03, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 230 | 113 | - |
| CMYK | 0 | 0.03 | 0.52 | 0.07 |
| HSL | 57.07º | 0.76% | 0.68% | - |
| HSV(B) | 57.07º | 0.52% | 0.93% | - |
| XYZ | 65.87 | 75.62 | 26.75 | - |
| YUV | 218.46 | 68.49 | 140.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 230 | 113 | 0 | 0.03 | 0.52 | 0.07 | 57.07 | 0.76 | 0.68 |
| Hex | EC | E6 | 71 | 0 | 3 | 34 | 7 | 39 | 4C | 44 |
| Octal | 354 | 346 | 161 | 0 | 3 | 64 | 7 | 71 | 114 | 104 |
| Binary | 11101100 | 11100110 | 1110001 | 0 | 11 | 110100 | 111 | 111001 | 1001100 | 1000100 |
Color Harmonies of #ECE671
Complementary color
Monochromatic Colors of #ECE671
Black with #ECE671
Text Example
Text Example
White with #ECE671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE671; }
p { color: rgb(236,230,113); }
H1.HeaderClassName
{
color: #ECE671;
}
.AnyTagClassName
{
color: #ECE671;
}
</style>
background-color css
<style>
a { background-color: #ECE671; }
a { background-color: rgb(236,230,113); }
div.DivClassName
{
background-color: #ECE671;
}
.BgClassName
{
background-color: #ECE671;
}
</style>
border-color css
<style>
span { border-color: #ECE671; }
span { border-color: rgb(236,230,113); }
td.TdClassName
{
border-color: #ECE671;
}
.TagClassName
{
border-color: #ECE671;
}
</style>