Shades of Texas #ECEA82
Tints of Texas #ECEA82
RGB
CMYK
RGB Variations
Color information
#ECEA82 (or 0xECEA82) is known color: Texas. HEX triplet: EC, EA and 82. RGB value is (236,234,130). Sum of RGB (Red+Green+Blue) = 236+234+130=600 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.33% from 600); Green value is 234 (91.80% from 255 or 39% from 600); Blue value is 130 (51.17% from 255 or 21.67% from 600); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEA82 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECEA82 is #13157D. Grayscale: #DFDFDF. Windows color (decimal): -1250686 or 8579820. OLE color: 8579820.
HSL color Cylindrical-coordinate representation of color #ECEA82: hue angle of 58.87º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ECEA82 is Cyan = 0, Magento = 0.01, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 234 | 130 | - |
| CMYK | 0 | 0.01 | 0.45 | 0.07 |
| HSL | 58.87º | 0.74% | 0.72% | - |
| HSV(B) | 58.87º | 0.45% | 0.93% | - |
| XYZ | 68.04 | 78.29 | 32.64 | - |
| YUV | 222.74 | 75.66 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 234 | 130 | 0 | 0.01 | 0.45 | 0.07 | 58.87 | 0.74 | 0.72 |
| Hex | EC | EA | 82 | 0 | 1 | 2D | 7 | 3B | 4A | 48 |
| Octal | 354 | 352 | 202 | 0 | 1 | 55 | 7 | 73 | 112 | 110 |
| Binary | 11101100 | 11101010 | 10000010 | 0 | 1 | 101101 | 111 | 111011 | 1001010 | 1001000 |
Color Harmonies of #ECEA82
Complementary color
Monochromatic Colors of #ECEA82
Black with #ECEA82
Text Example
Text Example
White with #ECEA82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEA82; }
p { color: rgb(236,234,130); }
H1.HeaderClassName
{
color: #ECEA82;
}
.AnyTagClassName
{
color: #ECEA82;
}
</style>
background-color css
<style>
a { background-color: #ECEA82; }
a { background-color: rgb(236,234,130); }
div.DivClassName
{
background-color: #ECEA82;
}
.BgClassName
{
background-color: #ECEA82;
}
</style>
border-color css
<style>
span { border-color: #ECEA82; }
span { border-color: rgb(236,234,130); }
td.TdClassName
{
border-color: #ECEA82;
}
.TagClassName
{
border-color: #ECEA82;
}
</style>