Shades of Texas #ECE885
Tints of Texas #ECE885
RGB
CMYK
RGB Variations
Color information
#ECE885 (or 0xECE885) is known color: Texas. HEX triplet: EC, E8 and 85. RGB value is (236,232,133). Sum of RGB (Red+Green+Blue) = 236+232+133=601 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.27% from 601); Green value is 232 (91.02% from 255 or 38.60% from 601); Blue value is 133 (52.34% from 255 or 22.13% from 601); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE885 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECE885 is #13177A. Grayscale: #DEDEDE. Windows color (decimal): -1251195 or 8775916. OLE color: 8775916.
HSL color Cylindrical-coordinate representation of color #ECE885: hue angle of 57.67º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ECE885 is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 232 | 133 | - |
| CMYK | 0 | 0.02 | 0.44 | 0.07 |
| HSL | 57.67º | 0.73% | 0.72% | - |
| HSV(B) | 57.67º | 0.44% | 0.93% | - |
| XYZ | 67.68 | 77.24 | 33.53 | - |
| YUV | 221.91 | 77.83 | 138.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 232 | 133 | 0 | 0.02 | 0.44 | 0.07 | 57.67 | 0.73 | 0.72 |
| Hex | EC | E8 | 85 | 0 | 2 | 2C | 7 | 3A | 49 | 48 |
| Octal | 354 | 350 | 205 | 0 | 2 | 54 | 7 | 72 | 111 | 110 |
| Binary | 11101100 | 11101000 | 10000101 | 0 | 10 | 101100 | 111 | 111010 | 1001001 | 1001000 |
Color Harmonies of #ECE885
Complementary color
Monochromatic Colors of #ECE885
Black with #ECE885
Text Example
Text Example
White with #ECE885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE885; }
p { color: rgb(236,232,133); }
H1.HeaderClassName
{
color: #ECE885;
}
.AnyTagClassName
{
color: #ECE885;
}
</style>
background-color css
<style>
a { background-color: #ECE885; }
a { background-color: rgb(236,232,133); }
div.DivClassName
{
background-color: #ECE885;
}
.BgClassName
{
background-color: #ECE885;
}
</style>
border-color css
<style>
span { border-color: #ECE885; }
span { border-color: rgb(236,232,133); }
td.TdClassName
{
border-color: #ECE885;
}
.TagClassName
{
border-color: #ECE885;
}
</style>