Shades of Texas #ECE782
Tints of Texas #ECE782
RGB
CMYK
RGB Variations
Color information
#ECE782 (or 0xECE782) is known color: Texas. HEX triplet: EC, E7 and 82. RGB value is (236,231,130). Sum of RGB (Red+Green+Blue) = 236+231+130=597 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.53% from 597); Green value is 231 (90.62% from 255 or 38.69% from 597); Blue value is 130 (51.17% from 255 or 21.78% from 597); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE782 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECE782 is #13187D. Grayscale: #DDDDDD. Windows color (decimal): -1251454 or 8579052. OLE color: 8579052.
HSL color Cylindrical-coordinate representation of color #ECE782: hue angle of 57.17º 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 #ECE782 is Cyan = 0, Magento = 0.02, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 231 | 130 | - |
| CMYK | 0 | 0.02 | 0.45 | 0.07 |
| HSL | 57.17º | 0.74% | 0.72% | - |
| HSV(B) | 57.17º | 0.45% | 0.93% | - |
| XYZ | 67.2 | 76.6 | 32.36 | - |
| YUV | 220.98 | 76.66 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 231 | 130 | 0 | 0.02 | 0.45 | 0.07 | 57.17 | 0.74 | 0.72 |
| Hex | EC | E7 | 82 | 0 | 2 | 2D | 7 | 39 | 4A | 48 |
| Octal | 354 | 347 | 202 | 0 | 2 | 55 | 7 | 71 | 112 | 110 |
| Binary | 11101100 | 11100111 | 10000010 | 0 | 10 | 101101 | 111 | 111001 | 1001010 | 1001000 |
Color Harmonies of #ECE782
Complementary color
Monochromatic Colors of #ECE782
Black with #ECE782
Text Example
Text Example
White with #ECE782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE782; }
p { color: rgb(236,231,130); }
H1.HeaderClassName
{
color: #ECE782;
}
.AnyTagClassName
{
color: #ECE782;
}
</style>
background-color css
<style>
a { background-color: #ECE782; }
a { background-color: rgb(236,231,130); }
div.DivClassName
{
background-color: #ECE782;
}
.BgClassName
{
background-color: #ECE782;
}
</style>
border-color css
<style>
span { border-color: #ECE782; }
span { border-color: rgb(236,231,130); }
td.TdClassName
{
border-color: #ECE782;
}
.TagClassName
{
border-color: #ECE782;
}
</style>