Shades of Texas #ECE682
Tints of Texas #ECE682
RGB
CMYK
RGB Variations
Color information
#ECE682 (or 0xECE682) is known color: Texas. HEX triplet: EC, E6 and 82. RGB value is (236,230,130). Sum of RGB (Red+Green+Blue) = 236+230+130=596 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.60% from 596); Green value is 230 (90.23% from 255 or 38.59% from 596); Blue value is 130 (51.17% from 255 or 21.81% from 596); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE682 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECE682 is #13197D. Grayscale: #DCDCDC. Windows color (decimal): -1251710 or 8578796. OLE color: 8578796.
HSL color Cylindrical-coordinate representation of color #ECE682: hue angle of 56.6º 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 #ECE682 is Cyan = 0, Magento = 0.03, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 230 | 130 | - |
| CMYK | 0 | 0.03 | 0.45 | 0.07 |
| HSL | 56.6º | 0.74% | 0.72% | - |
| HSV(B) | 56.6º | 0.45% | 0.93% | - |
| XYZ | 66.92 | 76.04 | 32.27 | - |
| YUV | 220.39 | 76.99 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 230 | 130 | 0 | 0.03 | 0.45 | 0.07 | 56.6 | 0.74 | 0.72 |
| Hex | EC | E6 | 82 | 0 | 3 | 2D | 7 | 39 | 4A | 48 |
| Octal | 354 | 346 | 202 | 0 | 3 | 55 | 7 | 71 | 112 | 110 |
| Binary | 11101100 | 11100110 | 10000010 | 0 | 11 | 101101 | 111 | 111001 | 1001010 | 1001000 |
Color Harmonies of #ECE682
Complementary color
Monochromatic Colors of #ECE682
Black with #ECE682
Text Example
Text Example
White with #ECE682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE682; }
p { color: rgb(236,230,130); }
H1.HeaderClassName
{
color: #ECE682;
}
.AnyTagClassName
{
color: #ECE682;
}
</style>
background-color css
<style>
a { background-color: #ECE682; }
a { background-color: rgb(236,230,130); }
div.DivClassName
{
background-color: #ECE682;
}
.BgClassName
{
background-color: #ECE682;
}
</style>
border-color css
<style>
span { border-color: #ECE682; }
span { border-color: rgb(236,230,130); }
td.TdClassName
{
border-color: #ECE682;
}
.TagClassName
{
border-color: #ECE682;
}
</style>