Shades of Texas #ECE379
Tints of Texas #ECE379
RGB
CMYK
RGB Variations
Color information
#ECE379 (or 0xECE379) is known color: Texas. HEX triplet: EC, E3 and 79. RGB value is (236,227,121). Sum of RGB (Red+Green+Blue) = 236+227+121=584 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.41% from 584); Green value is 227 (89.06% from 255 or 38.87% from 584); Blue value is 121 (47.66% from 255 or 20.72% from 584); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE379 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE379 is #131C86. Grayscale: #DADADA. Windows color (decimal): -1252487 or 7988204. OLE color: 7988204.
HSL color Cylindrical-coordinate representation of color #ECE379: hue angle of 55.3º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ECE379 is Cyan = 0, Magento = 0.04, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 227 | 121 | - |
| CMYK | 0 | 0.04 | 0.49 | 0.07 |
| HSL | 55.3º | 0.75% | 0.7% | - |
| HSV(B) | 55.3º | 0.49% | 0.93% | - |
| XYZ | 65.51 | 74.15 | 28.95 | - |
| YUV | 217.61 | 73.48 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 227 | 121 | 0 | 0.04 | 0.49 | 0.07 | 55.3 | 0.75 | 0.7 |
| Hex | EC | E3 | 79 | 0 | 4 | 31 | 7 | 37 | 4B | 46 |
| Octal | 354 | 343 | 171 | 0 | 4 | 61 | 7 | 67 | 113 | 106 |
| Binary | 11101100 | 11100011 | 1111001 | 0 | 100 | 110001 | 111 | 110111 | 1001011 | 1000110 |
Color Harmonies of #ECE379
Complementary color
Monochromatic Colors of #ECE379
Black with #ECE379
Text Example
Text Example
White with #ECE379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE379; }
p { color: rgb(236,227,121); }
H1.HeaderClassName
{
color: #ECE379;
}
.AnyTagClassName
{
color: #ECE379;
}
</style>
background-color css
<style>
a { background-color: #ECE379; }
a { background-color: rgb(236,227,121); }
div.DivClassName
{
background-color: #ECE379;
}
.BgClassName
{
background-color: #ECE379;
}
</style>
border-color css
<style>
span { border-color: #ECE379; }
span { border-color: rgb(236,227,121); }
td.TdClassName
{
border-color: #ECE379;
}
.TagClassName
{
border-color: #ECE379;
}
</style>