Shades of Texas #ECE97E
Tints of Texas #ECE97E
RGB
CMYK
RGB Variations
Color information
#ECE97E (or 0xECE97E) is known color: Texas. HEX triplet: EC, E9 and 7E. RGB value is (236,233,126). Sum of RGB (Red+Green+Blue) = 236+233+126=595 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.66% from 595); Green value is 233 (91.41% from 255 or 39.16% from 595); Blue value is 126 (49.61% from 255 or 21.18% from 595); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE97E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECE97E is #131681. Grayscale: #DEDEDE. Windows color (decimal): -1250946 or 8317420. OLE color: 8317420.
HSL color Cylindrical-coordinate representation of color #ECE97E: hue angle of 58.36º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ECE97E is Cyan = 0, Magento = 0.01, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 233 | 126 | - |
| CMYK | 0 | 0.01 | 0.47 | 0.07 |
| HSL | 58.36º | 0.74% | 0.71% | - |
| HSV(B) | 58.36º | 0.47% | 0.93% | - |
| XYZ | 67.5 | 77.62 | 31.16 | - |
| YUV | 221.7 | 73.99 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 233 | 126 | 0 | 0.01 | 0.47 | 0.07 | 58.36 | 0.74 | 0.71 |
| Hex | EC | E9 | 7E | 0 | 1 | 2F | 7 | 3A | 4A | 47 |
| Octal | 354 | 351 | 176 | 0 | 1 | 57 | 7 | 72 | 112 | 107 |
| Binary | 11101100 | 11101001 | 1111110 | 0 | 1 | 101111 | 111 | 111010 | 1001010 | 1000111 |
Color Harmonies of #ECE97E
Complementary color
Monochromatic Colors of #ECE97E
Black with #ECE97E
Text Example
Text Example
White with #ECE97E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE97E; }
p { color: rgb(236,233,126); }
H1.HeaderClassName
{
color: #ECE97E;
}
.AnyTagClassName
{
color: #ECE97E;
}
</style>
background-color css
<style>
a { background-color: #ECE97E; }
a { background-color: rgb(236,233,126); }
div.DivClassName
{
background-color: #ECE97E;
}
.BgClassName
{
background-color: #ECE97E;
}
</style>
border-color css
<style>
span { border-color: #ECE97E; }
span { border-color: rgb(236,233,126); }
td.TdClassName
{
border-color: #ECE97E;
}
.TagClassName
{
border-color: #ECE97E;
}
</style>