Shades of Texas #ECE984
Tints of Texas #ECE984
RGB
CMYK
RGB Variations
Color information
#ECE984 (or 0xECE984) is known color: Texas. HEX triplet: EC, E9 and 84. RGB value is (236,233,132). Sum of RGB (Red+Green+Blue) = 236+233+132=601 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.27% from 601); Green value is 233 (91.41% from 255 or 38.77% from 601); Blue value is 132 (51.95% from 255 or 21.96% from 601); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE984 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECE984 is #13167B. Grayscale: #DEDEDE. Windows color (decimal): -1250940 or 8710636. OLE color: 8710636.
HSL color Cylindrical-coordinate representation of color #ECE984: hue angle of 58.27º 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 #ECE984 is Cyan = 0, Magento = 0.01, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 233 | 132 | - |
| CMYK | 0 | 0.01 | 0.44 | 0.07 |
| HSL | 58.27º | 0.73% | 0.72% | - |
| HSV(B) | 58.27º | 0.44% | 0.93% | - |
| XYZ | 67.9 | 77.78 | 33.26 | - |
| YUV | 222.38 | 76.99 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 233 | 132 | 0 | 0.01 | 0.44 | 0.07 | 58.27 | 0.73 | 0.72 |
| Hex | EC | E9 | 84 | 0 | 1 | 2C | 7 | 3A | 49 | 48 |
| Octal | 354 | 351 | 204 | 0 | 1 | 54 | 7 | 72 | 111 | 110 |
| Binary | 11101100 | 11101001 | 10000100 | 0 | 1 | 101100 | 111 | 111010 | 1001001 | 1001000 |
Color Harmonies of #ECE984
Complementary color
Monochromatic Colors of #ECE984
Black with #ECE984
Text Example
Text Example
White with #ECE984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE984; }
p { color: rgb(236,233,132); }
H1.HeaderClassName
{
color: #ECE984;
}
.AnyTagClassName
{
color: #ECE984;
}
</style>
background-color css
<style>
a { background-color: #ECE984; }
a { background-color: rgb(236,233,132); }
div.DivClassName
{
background-color: #ECE984;
}
.BgClassName
{
background-color: #ECE984;
}
</style>
border-color css
<style>
span { border-color: #ECE984; }
span { border-color: rgb(236,233,132); }
td.TdClassName
{
border-color: #ECE984;
}
.TagClassName
{
border-color: #ECE984;
}
</style>