Shades of Texas #ECE978
Tints of Texas #ECE978
RGB
CMYK
RGB Variations
Color information
#ECE978 (or 0xECE978) is known color: Texas. HEX triplet: EC, E9 and 78. RGB value is (236,233,120). Sum of RGB (Red+Green+Blue) = 236+233+120=589 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40.07% from 589); Green value is 233 (91.41% from 255 or 39.56% from 589); Blue value is 120 (47.27% from 255 or 20.37% from 589); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE978 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECE978 is #131687. Grayscale: #DDDDDD. Windows color (decimal): -1250952 or 7924204. OLE color: 7924204.
HSL color Cylindrical-coordinate representation of color #ECE978: hue angle of 58.45º 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 #ECE978 is Cyan = 0, Magento = 0.01, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 233 | 120 | - |
| CMYK | 0 | 0.01 | 0.49 | 0.07 |
| HSL | 58.45º | 0.75% | 0.7% | - |
| HSV(B) | 58.45º | 0.49% | 0.93% | - |
| XYZ | 67.12 | 77.47 | 29.18 | - |
| YUV | 221.02 | 70.99 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 233 | 120 | 0 | 0.01 | 0.49 | 0.07 | 58.45 | 0.75 | 0.7 |
| Hex | EC | E9 | 78 | 0 | 1 | 31 | 7 | 3A | 4B | 46 |
| Octal | 354 | 351 | 170 | 0 | 1 | 61 | 7 | 72 | 113 | 106 |
| Binary | 11101100 | 11101001 | 1111000 | 0 | 1 | 110001 | 111 | 111010 | 1001011 | 1000110 |
Color Harmonies of #ECE978
Complementary color
Monochromatic Colors of #ECE978
Black with #ECE978
Text Example
Text Example
White with #ECE978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE978; }
p { color: rgb(236,233,120); }
H1.HeaderClassName
{
color: #ECE978;
}
.AnyTagClassName
{
color: #ECE978;
}
</style>
background-color css
<style>
a { background-color: #ECE978; }
a { background-color: rgb(236,233,120); }
div.DivClassName
{
background-color: #ECE978;
}
.BgClassName
{
background-color: #ECE978;
}
</style>
border-color css
<style>
span { border-color: #ECE978; }
span { border-color: rgb(236,233,120); }
td.TdClassName
{
border-color: #ECE978;
}
.TagClassName
{
border-color: #ECE978;
}
</style>