Shades of Texas #ECE97C
Tints of Texas #ECE97C
RGB
CMYK
RGB Variations
Color information
#ECE97C (or 0xECE97C) is known color: Texas. HEX triplet: EC, E9 and 7C. RGB value is (236,233,124). Sum of RGB (Red+Green+Blue) = 236+233+124=593 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.80% from 593); Green value is 233 (91.41% from 255 or 39.29% from 593); Blue value is 124 (48.83% from 255 or 20.91% from 593); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE97C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECE97C is #131683. Grayscale: #DDDDDD. Windows color (decimal): -1250948 or 8186348. OLE color: 8186348.
HSL color Cylindrical-coordinate representation of color #ECE97C: hue angle of 58.39º degrees, saturation: 0.75, 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 #ECE97C is Cyan = 0, Magento = 0.01, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 233 | 124 | - |
| CMYK | 0 | 0.01 | 0.47 | 0.07 |
| HSL | 58.39º | 0.75% | 0.71% | - |
| HSV(B) | 58.39º | 0.47% | 0.93% | - |
| XYZ | 67.37 | 77.57 | 30.49 | - |
| YUV | 221.47 | 72.99 | 138.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 233 | 124 | 0 | 0.01 | 0.47 | 0.07 | 58.39 | 0.75 | 0.71 |
| Hex | EC | E9 | 7C | 0 | 1 | 2F | 7 | 3A | 4B | 47 |
| Octal | 354 | 351 | 174 | 0 | 1 | 57 | 7 | 72 | 113 | 107 |
| Binary | 11101100 | 11101001 | 1111100 | 0 | 1 | 101111 | 111 | 111010 | 1001011 | 1000111 |
Color Harmonies of #ECE97C
Complementary color
Monochromatic Colors of #ECE97C
Black with #ECE97C
Text Example
Text Example
White with #ECE97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE97C; }
p { color: rgb(236,233,124); }
H1.HeaderClassName
{
color: #ECE97C;
}
.AnyTagClassName
{
color: #ECE97C;
}
</style>
background-color css
<style>
a { background-color: #ECE97C; }
a { background-color: rgb(236,233,124); }
div.DivClassName
{
background-color: #ECE97C;
}
.BgClassName
{
background-color: #ECE97C;
}
</style>
border-color css
<style>
span { border-color: #ECE97C; }
span { border-color: rgb(236,233,124); }
td.TdClassName
{
border-color: #ECE97C;
}
.TagClassName
{
border-color: #ECE97C;
}
</style>