Shades of Texas #ECE377
Tints of Texas #ECE377
RGB
CMYK
RGB Variations
Color information
#ECE377 (or 0xECE377) is known color: Texas. HEX triplet: EC, E3 and 77. RGB value is (236,227,119). Sum of RGB (Red+Green+Blue) = 236+227+119=582 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.55% from 582); Green value is 227 (89.06% from 255 or 39.00% from 582); Blue value is 119 (46.88% from 255 or 20.45% from 582); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE377 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE377 is #131C88. Grayscale: #D9D9D9. Windows color (decimal): -1252489 or 7857132. OLE color: 7857132.
HSL color Cylindrical-coordinate representation of color #ECE377: hue angle of 55.38º 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 #ECE377 is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 227 | 119 | - |
| CMYK | 0 | 0.04 | 0.50 | 0.07 |
| HSL | 55.38º | 0.75% | 0.7% | - |
| HSV(B) | 55.38º | 0.5% | 0.93% | - |
| XYZ | 65.39 | 74.1 | 28.31 | - |
| YUV | 217.38 | 72.48 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 227 | 119 | 0 | 0.04 | 0.50 | 0.07 | 55.38 | 0.75 | 0.7 |
| Hex | EC | E3 | 77 | 0 | 4 | 32 | 7 | 37 | 4B | 46 |
| Octal | 354 | 343 | 167 | 0 | 4 | 62 | 7 | 67 | 113 | 106 |
| Binary | 11101100 | 11100011 | 1110111 | 0 | 100 | 110010 | 111 | 110111 | 1001011 | 1000110 |
Color Harmonies of #ECE377
Complementary color
Monochromatic Colors of #ECE377
Black with #ECE377
Text Example
Text Example
White with #ECE377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE377; }
p { color: rgb(236,227,119); }
H1.HeaderClassName
{
color: #ECE377;
}
.AnyTagClassName
{
color: #ECE377;
}
</style>
background-color css
<style>
a { background-color: #ECE377; }
a { background-color: rgb(236,227,119); }
div.DivClassName
{
background-color: #ECE377;
}
.BgClassName
{
background-color: #ECE377;
}
</style>
border-color css
<style>
span { border-color: #ECE377; }
span { border-color: rgb(236,227,119); }
td.TdClassName
{
border-color: #ECE377;
}
.TagClassName
{
border-color: #ECE377;
}
</style>