Shades of Texas #ECEA7E
Tints of Texas #ECEA7E
RGB
CMYK
RGB Variations
Color information
#ECEA7E (or 0xECEA7E) is known color: Texas. HEX triplet: EC, EA and 7E. RGB value is (236,234,126). Sum of RGB (Red+Green+Blue) = 236+234+126=596 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.60% from 596); Green value is 234 (91.80% from 255 or 39.26% from 596); Blue value is 126 (49.61% from 255 or 21.14% from 596); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEA7E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECEA7E is #131581. Grayscale: #DEDEDE. Windows color (decimal): -1250690 or 8317676. OLE color: 8317676.
HSL color Cylindrical-coordinate representation of color #ECEA7E: hue angle of 58.91º 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 #ECEA7E is Cyan = 0, Magento = 0.01, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 234 | 126 | - |
| CMYK | 0 | 0.01 | 0.47 | 0.07 |
| HSL | 58.91º | 0.74% | 0.71% | - |
| HSV(B) | 58.91º | 0.47% | 0.93% | - |
| XYZ | 67.78 | 78.18 | 31.26 | - |
| YUV | 222.29 | 73.66 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 234 | 126 | 0 | 0.01 | 0.47 | 0.07 | 58.91 | 0.74 | 0.71 |
| Hex | EC | EA | 7E | 0 | 1 | 2F | 7 | 3B | 4A | 47 |
| Octal | 354 | 352 | 176 | 0 | 1 | 57 | 7 | 73 | 112 | 107 |
| Binary | 11101100 | 11101010 | 1111110 | 0 | 1 | 101111 | 111 | 111011 | 1001010 | 1000111 |
Color Harmonies of #ECEA7E
Complementary color
Monochromatic Colors of #ECEA7E
Black with #ECEA7E
Text Example
Text Example
White with #ECEA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEA7E; }
p { color: rgb(236,234,126); }
H1.HeaderClassName
{
color: #ECEA7E;
}
.AnyTagClassName
{
color: #ECEA7E;
}
</style>
background-color css
<style>
a { background-color: #ECEA7E; }
a { background-color: rgb(236,234,126); }
div.DivClassName
{
background-color: #ECEA7E;
}
.BgClassName
{
background-color: #ECEA7E;
}
</style>
border-color css
<style>
span { border-color: #ECEA7E; }
span { border-color: rgb(236,234,126); }
td.TdClassName
{
border-color: #ECEA7E;
}
.TagClassName
{
border-color: #ECEA7E;
}
</style>