Shades of Texas #ECE882
Tints of Texas #ECE882
RGB
CMYK
RGB Variations
Color information
#ECE882 (or 0xECE882) is known color: Texas. HEX triplet: EC, E8 and 82. RGB value is (236,232,130). Sum of RGB (Red+Green+Blue) = 236+232+130=598 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.46% from 598); Green value is 232 (91.02% from 255 or 38.80% from 598); Blue value is 130 (51.17% from 255 or 21.74% from 598); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE882 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECE882 is #13177D. Grayscale: #DDDDDD. Windows color (decimal): -1251198 or 8579308. OLE color: 8579308.
HSL color Cylindrical-coordinate representation of color #ECE882: hue angle of 57.74º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ECE882 is Cyan = 0, Magento = 0.02, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 232 | 130 | - |
| CMYK | 0 | 0.02 | 0.45 | 0.07 |
| HSL | 57.74º | 0.74% | 0.72% | - |
| HSV(B) | 57.74º | 0.45% | 0.93% | - |
| XYZ | 67.48 | 77.16 | 32.46 | - |
| YUV | 221.57 | 76.33 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 232 | 130 | 0 | 0.02 | 0.45 | 0.07 | 57.74 | 0.74 | 0.72 |
| Hex | EC | E8 | 82 | 0 | 2 | 2D | 7 | 3A | 4A | 48 |
| Octal | 354 | 350 | 202 | 0 | 2 | 55 | 7 | 72 | 112 | 110 |
| Binary | 11101100 | 11101000 | 10000010 | 0 | 10 | 101101 | 111 | 111010 | 1001010 | 1001000 |
Color Harmonies of #ECE882
Complementary color
Monochromatic Colors of #ECE882
Black with #ECE882
Text Example
Text Example
White with #ECE882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE882; }
p { color: rgb(236,232,130); }
H1.HeaderClassName
{
color: #ECE882;
}
.AnyTagClassName
{
color: #ECE882;
}
</style>
background-color css
<style>
a { background-color: #ECE882; }
a { background-color: rgb(236,232,130); }
div.DivClassName
{
background-color: #ECE882;
}
.BgClassName
{
background-color: #ECE882;
}
</style>
border-color css
<style>
span { border-color: #ECE882; }
span { border-color: rgb(236,232,130); }
td.TdClassName
{
border-color: #ECE882;
}
.TagClassName
{
border-color: #ECE882;
}
</style>