Shades of Texas #ECED87
Tints of Texas #ECED87
RGB
CMYK
RGB Variations
Color information
#ECED87 (or 0xECED87) is known color: Texas. HEX triplet: EC, ED and 87. RGB value is (236,237,135). Sum of RGB (Red+Green+Blue) = 236+237+135=608 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.82% from 608); Green value is 237 (92.97% from 255 or 38.98% from 608); Blue value is 135 (53.12% from 255 or 22.20% from 608); Max value from RGB is 237 - color contains mainly: green. Hex color #ECED87 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECED87 is #131278. Grayscale: #E1E1E1. Windows color (decimal): -1249913 or 8908268. OLE color: 8908268.
HSL color Cylindrical-coordinate representation of color #ECED87: hue angle of 60.59º 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 #ECED87 is Cyan = 0.00, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 237 | 135 | - |
| CMYK | 0.00 | 0 | 0.43 | 0.07 |
| HSL | 60.59º | 0.74% | 0.73% | - |
| HSV(B) | 60.59º | 0.43% | 0.93% | - |
| XYZ | 69.25 | 80.15 | 34.74 | - |
| YUV | 225.07 | 77.17 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 237 | 135 | 0.00 | 0 | 0.43 | 0.07 | 60.59 | 0.74 | 0.73 |
| Hex | EC | ED | 87 | 0 | 0 | 2B | 7 | 3D | 4A | 49 |
| Octal | 354 | 355 | 207 | 0 | 0 | 53 | 7 | 75 | 112 | 111 |
| Binary | 11101100 | 11101101 | 10000111 | 0 | 0 | 101011 | 111 | 111101 | 1001010 | 1001001 |
Color Harmonies of #ECED87
Complementary color
Monochromatic Colors of #ECED87
Black with #ECED87
Text Example
Text Example
White with #ECED87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECED87; }
p { color: rgb(236,237,135); }
H1.HeaderClassName
{
color: #ECED87;
}
.AnyTagClassName
{
color: #ECED87;
}
</style>
background-color css
<style>
a { background-color: #ECED87; }
a { background-color: rgb(236,237,135); }
div.DivClassName
{
background-color: #ECED87;
}
.BgClassName
{
background-color: #ECED87;
}
</style>
border-color css
<style>
span { border-color: #ECED87; }
span { border-color: rgb(236,237,135); }
td.TdClassName
{
border-color: #ECED87;
}
.TagClassName
{
border-color: #ECED87;
}
</style>