Shades of Texas #ECE97A
Tints of Texas #ECE97A
RGB
CMYK
RGB Variations
Color information
#ECE97A (or 0xECE97A) is known color: Texas. HEX triplet: EC, E9 and 7A. RGB value is (236,233,122). Sum of RGB (Red+Green+Blue) = 236+233+122=591 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.93% from 591); Green value is 233 (91.41% from 255 or 39.42% from 591); Blue value is 122 (48.05% from 255 or 20.64% from 591); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE97A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECE97A is #131685. Grayscale: #DDDDDD. Windows color (decimal): -1250950 or 8055276. OLE color: 8055276.
HSL color Cylindrical-coordinate representation of color #ECE97A: hue angle of 58.42º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ECE97A is Cyan = 0, Magento = 0.01, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 233 | 122 | - |
| CMYK | 0 | 0.01 | 0.48 | 0.07 |
| HSL | 58.42º | 0.75% | 0.7% | - |
| HSV(B) | 58.42º | 0.48% | 0.93% | - |
| XYZ | 67.24 | 77.52 | 29.83 | - |
| YUV | 221.24 | 71.99 | 138.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 233 | 122 | 0 | 0.01 | 0.48 | 0.07 | 58.42 | 0.75 | 0.7 |
| Hex | EC | E9 | 7A | 0 | 1 | 30 | 7 | 3A | 4B | 46 |
| Octal | 354 | 351 | 172 | 0 | 1 | 60 | 7 | 72 | 113 | 106 |
| Binary | 11101100 | 11101001 | 1111010 | 0 | 1 | 110000 | 111 | 111010 | 1001011 | 1000110 |
Color Harmonies of #ECE97A
Complementary color
Monochromatic Colors of #ECE97A
Black with #ECE97A
Text Example
Text Example
White with #ECE97A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE97A; }
p { color: rgb(236,233,122); }
H1.HeaderClassName
{
color: #ECE97A;
}
.AnyTagClassName
{
color: #ECE97A;
}
</style>
background-color css
<style>
a { background-color: #ECE97A; }
a { background-color: rgb(236,233,122); }
div.DivClassName
{
background-color: #ECE97A;
}
.BgClassName
{
background-color: #ECE97A;
}
</style>
border-color css
<style>
span { border-color: #ECE97A; }
span { border-color: rgb(236,233,122); }
td.TdClassName
{
border-color: #ECE97A;
}
.TagClassName
{
border-color: #ECE97A;
}
</style>