Shades of Texas #ECE580
Tints of Texas #ECE580
RGB
CMYK
RGB Variations
Color information
#ECE580 (or 0xECE580) is known color: Texas. HEX triplet: EC, E5 and 80. RGB value is (236,229,128). Sum of RGB (Red+Green+Blue) = 236+229+128=593 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.80% from 593); Green value is 229 (89.84% from 255 or 38.62% from 593); Blue value is 128 (50.39% from 255 or 21.59% from 593); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE580 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE580 is #131A7F. Grayscale: #DBDBDB. Windows color (decimal): -1251968 or 8447468. OLE color: 8447468.
HSL color Cylindrical-coordinate representation of color #ECE580: hue angle of 56.11º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ECE580 is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 229 | 128 | - |
| CMYK | 0 | 0.03 | 0.46 | 0.07 |
| HSL | 56.11º | 0.74% | 0.71% | - |
| HSV(B) | 56.11º | 0.46% | 0.93% | - |
| XYZ | 66.51 | 75.43 | 31.48 | - |
| YUV | 219.58 | 76.32 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 229 | 128 | 0 | 0.03 | 0.46 | 0.07 | 56.11 | 0.74 | 0.71 |
| Hex | EC | E5 | 80 | 0 | 3 | 2E | 7 | 38 | 4A | 47 |
| Octal | 354 | 345 | 200 | 0 | 3 | 56 | 7 | 70 | 112 | 107 |
| Binary | 11101100 | 11100101 | 10000000 | 0 | 11 | 101110 | 111 | 111000 | 1001010 | 1000111 |
Color Harmonies of #ECE580
Complementary color
Monochromatic Colors of #ECE580
Black with #ECE580
Text Example
Text Example
White with #ECE580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE580; }
p { color: rgb(236,229,128); }
H1.HeaderClassName
{
color: #ECE580;
}
.AnyTagClassName
{
color: #ECE580;
}
</style>
background-color css
<style>
a { background-color: #ECE580; }
a { background-color: rgb(236,229,128); }
div.DivClassName
{
background-color: #ECE580;
}
.BgClassName
{
background-color: #ECE580;
}
</style>
border-color css
<style>
span { border-color: #ECE580; }
span { border-color: rgb(236,229,128); }
td.TdClassName
{
border-color: #ECE580;
}
.TagClassName
{
border-color: #ECE580;
}
</style>