Shades of Texas #ECE97F
Tints of Texas #ECE97F
RGB
CMYK
RGB Variations
Color information
#ECE97F (or 0xECE97F) is known color: Texas. HEX triplet: EC, E9 and 7F. RGB value is (236,233,127). Sum of RGB (Red+Green+Blue) = 236+233+127=596 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.60% from 596); Green value is 233 (91.41% from 255 or 39.09% from 596); Blue value is 127 (50% from 255 or 21.31% from 596); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE97F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECE97F is #131680. Grayscale: #DEDEDE. Windows color (decimal): -1250945 or 8382956. OLE color: 8382956.
HSL color Cylindrical-coordinate representation of color #ECE97F: hue angle of 58.35º 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 #ECE97F is Cyan = 0, Magento = 0.01, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 233 | 127 | - |
| CMYK | 0 | 0.01 | 0.46 | 0.07 |
| HSL | 58.35º | 0.74% | 0.71% | - |
| HSV(B) | 58.35º | 0.46% | 0.93% | - |
| XYZ | 67.56 | 77.64 | 31.5 | - |
| YUV | 221.81 | 74.49 | 138.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 233 | 127 | 0 | 0.01 | 0.46 | 0.07 | 58.35 | 0.74 | 0.71 |
| Hex | EC | E9 | 7F | 0 | 1 | 2E | 7 | 3A | 4A | 47 |
| Octal | 354 | 351 | 177 | 0 | 1 | 56 | 7 | 72 | 112 | 107 |
| Binary | 11101100 | 11101001 | 1111111 | 0 | 1 | 101110 | 111 | 111010 | 1001010 | 1000111 |
Color Harmonies of #ECE97F
Complementary color
Monochromatic Colors of #ECE97F
Black with #ECE97F
Text Example
Text Example
White with #ECE97F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE97F; }
p { color: rgb(236,233,127); }
H1.HeaderClassName
{
color: #ECE97F;
}
.AnyTagClassName
{
color: #ECE97F;
}
</style>
background-color css
<style>
a { background-color: #ECE97F; }
a { background-color: rgb(236,233,127); }
div.DivClassName
{
background-color: #ECE97F;
}
.BgClassName
{
background-color: #ECE97F;
}
</style>
border-color css
<style>
span { border-color: #ECE97F; }
span { border-color: rgb(236,233,127); }
td.TdClassName
{
border-color: #ECE97F;
}
.TagClassName
{
border-color: #ECE97F;
}
</style>