Shades of Texas #ECEA78
Tints of Texas #ECEA78
RGB
CMYK
RGB Variations
Color information
#ECEA78 (or 0xECEA78) is known color: Texas. HEX triplet: EC, EA and 78. RGB value is (236,234,120). Sum of RGB (Red+Green+Blue) = 236+234+120=590 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40% from 590); Green value is 234 (91.80% from 255 or 39.66% from 590); Blue value is 120 (47.27% from 255 or 20.34% from 590); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEA78 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECEA78 is #131587. Grayscale: #DEDEDE. Windows color (decimal): -1250696 or 7924460. OLE color: 7924460.
HSL color Cylindrical-coordinate representation of color #ECEA78: hue angle of 58.97º 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 #ECEA78 is Cyan = 0, Magento = 0.01, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 234 | 120 | - |
| CMYK | 0 | 0.01 | 0.49 | 0.07 |
| HSL | 58.97º | 0.75% | 0.7% | - |
| HSV(B) | 58.97º | 0.49% | 0.93% | - |
| XYZ | 67.41 | 78.03 | 29.28 | - |
| YUV | 221.6 | 70.66 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 234 | 120 | 0 | 0.01 | 0.49 | 0.07 | 58.97 | 0.75 | 0.7 |
| Hex | EC | EA | 78 | 0 | 1 | 31 | 7 | 3B | 4B | 46 |
| Octal | 354 | 352 | 170 | 0 | 1 | 61 | 7 | 73 | 113 | 106 |
| Binary | 11101100 | 11101010 | 1111000 | 0 | 1 | 110001 | 111 | 111011 | 1001011 | 1000110 |
Color Harmonies of #ECEA78
Complementary color
Monochromatic Colors of #ECEA78
Black with #ECEA78
Text Example
Text Example
White with #ECEA78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEA78; }
p { color: rgb(236,234,120); }
H1.HeaderClassName
{
color: #ECEA78;
}
.AnyTagClassName
{
color: #ECEA78;
}
</style>
background-color css
<style>
a { background-color: #ECEA78; }
a { background-color: rgb(236,234,120); }
div.DivClassName
{
background-color: #ECEA78;
}
.BgClassName
{
background-color: #ECEA78;
}
</style>
border-color css
<style>
span { border-color: #ECEA78; }
span { border-color: rgb(236,234,120); }
td.TdClassName
{
border-color: #ECEA78;
}
.TagClassName
{
border-color: #ECEA78;
}
</style>