Shades of Texas #ECE87F
Tints of Texas #ECE87F
RGB
CMYK
RGB Variations
Color information
#ECE87F (or 0xECE87F) is known color: Texas. HEX triplet: EC, E8 and 7F. RGB value is (236,232,127). Sum of RGB (Red+Green+Blue) = 236+232+127=595 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.66% from 595); Green value is 232 (91.02% from 255 or 38.99% from 595); Blue value is 127 (50% from 255 or 21.34% from 595); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE87F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECE87F is #131780. Grayscale: #DDDDDD. Windows color (decimal): -1251201 or 8382700. OLE color: 8382700.
HSL color Cylindrical-coordinate representation of color #ECE87F: hue angle of 57.8º 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 #ECE87F is Cyan = 0, Magento = 0.02, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 232 | 127 | - |
| CMYK | 0 | 0.02 | 0.46 | 0.07 |
| HSL | 57.8º | 0.74% | 0.71% | - |
| HSV(B) | 57.8º | 0.46% | 0.93% | - |
| XYZ | 67.28 | 77.08 | 31.41 | - |
| YUV | 221.23 | 74.83 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 232 | 127 | 0 | 0.02 | 0.46 | 0.07 | 57.8 | 0.74 | 0.71 |
| Hex | EC | E8 | 7F | 0 | 2 | 2E | 7 | 3A | 4A | 47 |
| Octal | 354 | 350 | 177 | 0 | 2 | 56 | 7 | 72 | 112 | 107 |
| Binary | 11101100 | 11101000 | 1111111 | 0 | 10 | 101110 | 111 | 111010 | 1001010 | 1000111 |
Color Harmonies of #ECE87F
Complementary color
Monochromatic Colors of #ECE87F
Black with #ECE87F
Text Example
Text Example
White with #ECE87F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE87F; }
p { color: rgb(236,232,127); }
H1.HeaderClassName
{
color: #ECE87F;
}
.AnyTagClassName
{
color: #ECE87F;
}
</style>
background-color css
<style>
a { background-color: #ECE87F; }
a { background-color: rgb(236,232,127); }
div.DivClassName
{
background-color: #ECE87F;
}
.BgClassName
{
background-color: #ECE87F;
}
</style>
border-color css
<style>
span { border-color: #ECE87F; }
span { border-color: rgb(236,232,127); }
td.TdClassName
{
border-color: #ECE87F;
}
.TagClassName
{
border-color: #ECE87F;
}
</style>