Shades of Texas #ECED85
Tints of Texas #ECED85
RGB
CMYK
RGB Variations
Color information
#ECED85 (or 0xECED85) is known color: Texas. HEX triplet: EC, ED and 85. RGB value is (236,237,133). Sum of RGB (Red+Green+Blue) = 236+237+133=606 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.94% from 606); Green value is 237 (92.97% from 255 or 39.11% from 606); Blue value is 133 (52.34% from 255 or 21.95% from 606); Max value from RGB is 237 - color contains mainly: green. Hex color #ECED85 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECED85 is #13127A. Grayscale: #E1E1E1. Windows color (decimal): -1249915 or 8777196. OLE color: 8777196.
HSL color Cylindrical-coordinate representation of color #ECED85: 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.44%. Process color model (Four color, CMYK) of #ECED85 is Cyan = 0.00, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 237 | 133 | - |
| CMYK | 0.00 | 0 | 0.44 | 0.07 |
| HSL | 60.58º | 0.74% | 0.73% | - |
| HSV(B) | 60.58º | 0.44% | 0.93% | - |
| XYZ | 69.11 | 80.09 | 34.01 | - |
| YUV | 224.85 | 76.17 | 135.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 237 | 133 | 0.00 | 0 | 0.44 | 0.07 | 60.58 | 0.74 | 0.73 |
| Hex | EC | ED | 85 | 0 | 0 | 2C | 7 | 3D | 4A | 49 |
| Octal | 354 | 355 | 205 | 0 | 0 | 54 | 7 | 75 | 112 | 111 |
| Binary | 11101100 | 11101101 | 10000101 | 0 | 0 | 101100 | 111 | 111101 | 1001010 | 1001001 |
Color Harmonies of #ECED85
Complementary color
Monochromatic Colors of #ECED85
Black with #ECED85
Text Example
Text Example
White with #ECED85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECED85; }
p { color: rgb(236,237,133); }
H1.HeaderClassName
{
color: #ECED85;
}
.AnyTagClassName
{
color: #ECED85;
}
</style>
background-color css
<style>
a { background-color: #ECED85; }
a { background-color: rgb(236,237,133); }
div.DivClassName
{
background-color: #ECED85;
}
.BgClassName
{
background-color: #ECED85;
}
</style>
border-color css
<style>
span { border-color: #ECED85; }
span { border-color: rgb(236,237,133); }
td.TdClassName
{
border-color: #ECED85;
}
.TagClassName
{
border-color: #ECED85;
}
</style>