Shades of Texas #ECED86
Tints of Texas #ECED86
RGB
CMYK
RGB Variations
Color information
#ECED86 (or 0xECED86) is known color: Texas. HEX triplet: EC, ED and 86. RGB value is (236,237,134). Sum of RGB (Red+Green+Blue) = 236+237+134=607 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.88% from 607); Green value is 237 (92.97% from 255 or 39.04% from 607); Blue value is 134 (52.73% from 255 or 22.08% from 607); Max value from RGB is 237 - color contains mainly: green. Hex color #ECED86 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECED86 is #131279. Grayscale: #E1E1E1. Windows color (decimal): -1249914 or 8842732. OLE color: 8842732.
HSL color Cylindrical-coordinate representation of color #ECED86: hue angle of 60.58º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ECED86 is Cyan = 0.00, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 237 | 134 | - |
| CMYK | 0.00 | 0 | 0.43 | 0.07 |
| HSL | 60.58º | 0.74% | 0.73% | - |
| HSV(B) | 60.58º | 0.43% | 0.93% | - |
| XYZ | 69.18 | 80.12 | 34.37 | - |
| YUV | 224.96 | 76.67 | 135.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 237 | 134 | 0.00 | 0 | 0.43 | 0.07 | 60.58 | 0.74 | 0.73 |
| Hex | EC | ED | 86 | 0 | 0 | 2B | 7 | 3D | 4A | 49 |
| Octal | 354 | 355 | 206 | 0 | 0 | 53 | 7 | 75 | 112 | 111 |
| Binary | 11101100 | 11101101 | 10000110 | 0 | 0 | 101011 | 111 | 111101 | 1001010 | 1001001 |
Color Harmonies of #ECED86
Complementary color
Monochromatic Colors of #ECED86
Black with #ECED86
Text Example
Text Example
White with #ECED86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECED86; }
p { color: rgb(236,237,134); }
H1.HeaderClassName
{
color: #ECED86;
}
.AnyTagClassName
{
color: #ECED86;
}
</style>
background-color css
<style>
a { background-color: #ECED86; }
a { background-color: rgb(236,237,134); }
div.DivClassName
{
background-color: #ECED86;
}
.BgClassName
{
background-color: #ECED86;
}
</style>
border-color css
<style>
span { border-color: #ECED86; }
span { border-color: rgb(236,237,134); }
td.TdClassName
{
border-color: #ECED86;
}
.TagClassName
{
border-color: #ECED86;
}
</style>