Shades of Texas #ECE87E
Tints of Texas #ECE87E
RGB
CMYK
RGB Variations
Color information
#ECE87E (or 0xECE87E) is known color: Texas. HEX triplet: EC, E8 and 7E. RGB value is (236,232,126). Sum of RGB (Red+Green+Blue) = 236+232+126=594 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.73% from 594); Green value is 232 (91.02% from 255 or 39.06% from 594); Blue value is 126 (49.61% from 255 or 21.21% from 594); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE87E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECE87E is #131781. Grayscale: #DDDDDD. Windows color (decimal): -1251202 or 8317164. OLE color: 8317164.
HSL color Cylindrical-coordinate representation of color #ECE87E: hue angle of 57.82º 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 #ECE87E is Cyan = 0, Magento = 0.02, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 232 | 126 | - |
| CMYK | 0 | 0.02 | 0.47 | 0.07 |
| HSL | 57.82º | 0.74% | 0.71% | - |
| HSV(B) | 57.82º | 0.47% | 0.93% | - |
| XYZ | 67.21 | 77.05 | 31.07 | - |
| YUV | 221.11 | 74.33 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 232 | 126 | 0 | 0.02 | 0.47 | 0.07 | 57.82 | 0.74 | 0.71 |
| Hex | EC | E8 | 7E | 0 | 2 | 2F | 7 | 3A | 4A | 47 |
| Octal | 354 | 350 | 176 | 0 | 2 | 57 | 7 | 72 | 112 | 107 |
| Binary | 11101100 | 11101000 | 1111110 | 0 | 10 | 101111 | 111 | 111010 | 1001010 | 1000111 |
Color Harmonies of #ECE87E
Complementary color
Monochromatic Colors of #ECE87E
Black with #ECE87E
Text Example
Text Example
White with #ECE87E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE87E; }
p { color: rgb(236,232,126); }
H1.HeaderClassName
{
color: #ECE87E;
}
.AnyTagClassName
{
color: #ECE87E;
}
</style>
background-color css
<style>
a { background-color: #ECE87E; }
a { background-color: rgb(236,232,126); }
div.DivClassName
{
background-color: #ECE87E;
}
.BgClassName
{
background-color: #ECE87E;
}
</style>
border-color css
<style>
span { border-color: #ECE87E; }
span { border-color: rgb(236,232,126); }
td.TdClassName
{
border-color: #ECE87E;
}
.TagClassName
{
border-color: #ECE87E;
}
</style>