Shades of Texas #ECEC7A
Tints of Texas #ECEC7A
RGB
CMYK
RGB Variations
Color information
#ECEC7A (or 0xECEC7A) is known color: Texas. HEX triplet: EC, EC and 7A. RGB value is (236,236,122). Sum of RGB (Red+Green+Blue) = 236+236+122=594 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.73% from 594); Green value is 236 (92.58% from 255 or 39.73% from 594); Blue value is 122 (48.05% from 255 or 20.54% from 594); Max value from RGB is 236 - color contains mainly: red, green. Hex color #ECEC7A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECEC7A is #131385. Grayscale: #DFDFDF. Windows color (decimal): -1250182 or 8056044. OLE color: 8056044.
HSL color Cylindrical-coordinate representation of color #ECEC7A: hue angle of 60º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ECEC7A is Cyan = 0, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 236 | 122 | - |
| CMYK | 0 | 0 | 0.48 | 0.07 |
| HSL | 60º | 0.75% | 0.7% | - |
| HSV(B) | 60º | 0.48% | 0.93% | - |
| XYZ | 68.1 | 79.23 | 30.12 | - |
| YUV | 223 | 71 | 137.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 236 | 122 | 0 | 0 | 0.48 | 0.07 | 60 | 0.75 | 0.7 |
| Hex | EC | EC | 7A | 0 | 0 | 30 | 7 | 3C | 4B | 46 |
| Octal | 354 | 354 | 172 | 0 | 0 | 60 | 7 | 74 | 113 | 106 |
| Binary | 11101100 | 11101100 | 1111010 | 0 | 0 | 110000 | 111 | 111100 | 1001011 | 1000110 |
Color Harmonies of #ECEC7A
Complementary color
Monochromatic Colors of #ECEC7A
Black with #ECEC7A
Text Example
Text Example
White with #ECEC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEC7A; }
p { color: rgb(236,236,122); }
H1.HeaderClassName
{
color: #ECEC7A;
}
.AnyTagClassName
{
color: #ECEC7A;
}
</style>
background-color css
<style>
a { background-color: #ECEC7A; }
a { background-color: rgb(236,236,122); }
div.DivClassName
{
background-color: #ECEC7A;
}
.BgClassName
{
background-color: #ECEC7A;
}
</style>
border-color css
<style>
span { border-color: #ECEC7A; }
span { border-color: rgb(236,236,122); }
td.TdClassName
{
border-color: #ECEC7A;
}
.TagClassName
{
border-color: #ECEC7A;
}
</style>