Shades of Texas #ECE577
Tints of Texas #ECE577
RGB
CMYK
RGB Variations
Color information
#ECE577 (or 0xECE577) is known color: Texas. HEX triplet: EC, E5 and 77. RGB value is (236,229,119). Sum of RGB (Red+Green+Blue) = 236+229+119=584 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.41% from 584); Green value is 229 (89.84% from 255 or 39.21% from 584); Blue value is 119 (46.88% from 255 or 20.38% from 584); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE577 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE577 is #131A88. Grayscale: #DADADA. Windows color (decimal): -1251977 or 7857644. OLE color: 7857644.
HSL color Cylindrical-coordinate representation of color #ECE577: hue angle of 56.41º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ECE577 is Cyan = 0, Magento = 0.03, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 229 | 119 | - |
| CMYK | 0 | 0.03 | 0.50 | 0.07 |
| HSL | 56.41º | 0.75% | 0.7% | - |
| HSV(B) | 56.41º | 0.5% | 0.93% | - |
| XYZ | 65.94 | 75.2 | 28.49 | - |
| YUV | 218.55 | 71.82 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 229 | 119 | 0 | 0.03 | 0.50 | 0.07 | 56.41 | 0.75 | 0.7 |
| Hex | EC | E5 | 77 | 0 | 3 | 32 | 7 | 38 | 4B | 46 |
| Octal | 354 | 345 | 167 | 0 | 3 | 62 | 7 | 70 | 113 | 106 |
| Binary | 11101100 | 11100101 | 1110111 | 0 | 11 | 110010 | 111 | 111000 | 1001011 | 1000110 |
Color Harmonies of #ECE577
Complementary color
Monochromatic Colors of #ECE577
Black with #ECE577
Text Example
Text Example
White with #ECE577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE577; }
p { color: rgb(236,229,119); }
H1.HeaderClassName
{
color: #ECE577;
}
.AnyTagClassName
{
color: #ECE577;
}
</style>
background-color css
<style>
a { background-color: #ECE577; }
a { background-color: rgb(236,229,119); }
div.DivClassName
{
background-color: #ECE577;
}
.BgClassName
{
background-color: #ECE577;
}
</style>
border-color css
<style>
span { border-color: #ECE577; }
span { border-color: rgb(236,229,119); }
td.TdClassName
{
border-color: #ECE577;
}
.TagClassName
{
border-color: #ECE577;
}
</style>