Shades of Texas #ECE679
Tints of Texas #ECE679
RGB
CMYK
RGB Variations
Color information
#ECE679 (or 0xECE679) is known color: Texas. HEX triplet: EC, E6 and 79. RGB value is (236,230,121). Sum of RGB (Red+Green+Blue) = 236+230+121=587 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.20% from 587); Green value is 230 (90.23% from 255 or 39.18% from 587); Blue value is 121 (47.66% from 255 or 20.61% from 587); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE679 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECE679 is #131986. Grayscale: #DBDBDB. Windows color (decimal): -1251719 or 7988972. OLE color: 7988972.
HSL color Cylindrical-coordinate representation of color #ECE679: hue angle of 56.87º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ECE679 is Cyan = 0, Magento = 0.03, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 230 | 121 | - |
| CMYK | 0 | 0.03 | 0.49 | 0.07 |
| HSL | 56.87º | 0.75% | 0.7% | - |
| HSV(B) | 56.87º | 0.49% | 0.93% | - |
| XYZ | 66.34 | 75.81 | 29.22 | - |
| YUV | 219.37 | 72.49 | 139.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 230 | 121 | 0 | 0.03 | 0.49 | 0.07 | 56.87 | 0.75 | 0.7 |
| Hex | EC | E6 | 79 | 0 | 3 | 31 | 7 | 39 | 4B | 46 |
| Octal | 354 | 346 | 171 | 0 | 3 | 61 | 7 | 71 | 113 | 106 |
| Binary | 11101100 | 11100110 | 1111001 | 0 | 11 | 110001 | 111 | 111001 | 1001011 | 1000110 |
Color Harmonies of #ECE679
Complementary color
Monochromatic Colors of #ECE679
Black with #ECE679
Text Example
Text Example
White with #ECE679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE679; }
p { color: rgb(236,230,121); }
H1.HeaderClassName
{
color: #ECE679;
}
.AnyTagClassName
{
color: #ECE679;
}
</style>
background-color css
<style>
a { background-color: #ECE679; }
a { background-color: rgb(236,230,121); }
div.DivClassName
{
background-color: #ECE679;
}
.BgClassName
{
background-color: #ECE679;
}
</style>
border-color css
<style>
span { border-color: #ECE679; }
span { border-color: rgb(236,230,121); }
td.TdClassName
{
border-color: #ECE679;
}
.TagClassName
{
border-color: #ECE679;
}
</style>