Shades of Texas #ECE575
Tints of Texas #ECE575
RGB
CMYK
RGB Variations
Color information
#ECE575 (or 0xECE575) is known color: Texas. HEX triplet: EC, E5 and 75. RGB value is (236,229,117). Sum of RGB (Red+Green+Blue) = 236+229+117=582 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.55% from 582); Green value is 229 (89.84% from 255 or 39.35% from 582); Blue value is 117 (46.09% from 255 or 20.10% from 582); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE575 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE575 is #131A8A. Grayscale: #DADADA. Windows color (decimal): -1251979 or 7726572. OLE color: 7726572.
HSL color Cylindrical-coordinate representation of color #ECE575: hue angle of 56.47º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ECE575 is Cyan = 0, Magento = 0.03, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 229 | 117 | - |
| CMYK | 0 | 0.03 | 0.50 | 0.07 |
| HSL | 56.47º | 0.76% | 0.69% | - |
| HSV(B) | 56.47º | 0.5% | 0.93% | - |
| XYZ | 65.82 | 75.16 | 27.87 | - |
| YUV | 218.33 | 70.82 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 229 | 117 | 0 | 0.03 | 0.50 | 0.07 | 56.47 | 0.76 | 0.69 |
| Hex | EC | E5 | 75 | 0 | 3 | 32 | 7 | 38 | 4C | 45 |
| Octal | 354 | 345 | 165 | 0 | 3 | 62 | 7 | 70 | 114 | 105 |
| Binary | 11101100 | 11100101 | 1110101 | 0 | 11 | 110010 | 111 | 111000 | 1001100 | 1000101 |
Color Harmonies of #ECE575
Complementary color
Monochromatic Colors of #ECE575
Black with #ECE575
Text Example
Text Example
White with #ECE575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE575; }
p { color: rgb(236,229,117); }
H1.HeaderClassName
{
color: #ECE575;
}
.AnyTagClassName
{
color: #ECE575;
}
</style>
background-color css
<style>
a { background-color: #ECE575; }
a { background-color: rgb(236,229,117); }
div.DivClassName
{
background-color: #ECE575;
}
.BgClassName
{
background-color: #ECE575;
}
</style>
border-color css
<style>
span { border-color: #ECE575; }
span { border-color: rgb(236,229,117); }
td.TdClassName
{
border-color: #ECE575;
}
.TagClassName
{
border-color: #ECE575;
}
</style>