Shades of Texas #ECE079
Tints of Texas #ECE079
RGB
CMYK
RGB Variations
Color information
#ECE079 (or 0xECE079) is known color: Texas. HEX triplet: EC, E0 and 79. RGB value is (236,224,121). Sum of RGB (Red+Green+Blue) = 236+224+121=581 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.62% from 581); Green value is 224 (87.89% from 255 or 38.55% from 581); Blue value is 121 (47.66% from 255 or 20.83% from 581); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE079 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE079 is #131F86. Grayscale: #D8D8D8. Windows color (decimal): -1253255 or 7987436. OLE color: 7987436.
HSL color Cylindrical-coordinate representation of color #ECE079: hue angle of 53.74º 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 #ECE079 is Cyan = 0, Magento = 0.05, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 224 | 121 | - |
| CMYK | 0 | 0.05 | 0.49 | 0.07 |
| HSL | 53.74º | 0.75% | 0.7% | - |
| HSV(B) | 53.74º | 0.49% | 0.93% | - |
| XYZ | 64.7 | 72.52 | 28.68 | - |
| YUV | 215.85 | 74.48 | 142.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 224 | 121 | 0 | 0.05 | 0.49 | 0.07 | 53.74 | 0.75 | 0.7 |
| Hex | EC | E0 | 79 | 0 | 5 | 31 | 7 | 36 | 4B | 46 |
| Octal | 354 | 340 | 171 | 0 | 5 | 61 | 7 | 66 | 113 | 106 |
| Binary | 11101100 | 11100000 | 1111001 | 0 | 101 | 110001 | 111 | 110110 | 1001011 | 1000110 |
Color Harmonies of #ECE079
Complementary color
Monochromatic Colors of #ECE079
Black with #ECE079
Text Example
Text Example
White with #ECE079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE079; }
p { color: rgb(236,224,121); }
H1.HeaderClassName
{
color: #ECE079;
}
.AnyTagClassName
{
color: #ECE079;
}
</style>
background-color css
<style>
a { background-color: #ECE079; }
a { background-color: rgb(236,224,121); }
div.DivClassName
{
background-color: #ECE079;
}
.BgClassName
{
background-color: #ECE079;
}
</style>
border-color css
<style>
span { border-color: #ECE079; }
span { border-color: rgb(236,224,121); }
td.TdClassName
{
border-color: #ECE079;
}
.TagClassName
{
border-color: #ECE079;
}
</style>