Shades of Texas #ECE275
Tints of Texas #ECE275
RGB
CMYK
RGB Variations
Color information
#ECE275 (or 0xECE275) is known color: Texas. HEX triplet: EC, E2 and 75. RGB value is (236,226,117). Sum of RGB (Red+Green+Blue) = 236+226+117=579 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.76% from 579); Green value is 226 (88.67% from 255 or 39.03% from 579); Blue value is 117 (46.09% from 255 or 20.21% from 579); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE275 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE275 is #131D8A. Grayscale: #D9D9D9. Windows color (decimal): -1252747 or 7725804. OLE color: 7725804.
HSL color Cylindrical-coordinate representation of color #ECE275: hue angle of 54.96º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ECE275 is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 226 | 117 | - |
| CMYK | 0 | 0.04 | 0.50 | 0.07 |
| HSL | 54.96º | 0.76% | 0.69% | - |
| HSV(B) | 54.96º | 0.5% | 0.93% | - |
| XYZ | 65 | 73.51 | 27.59 | - |
| YUV | 216.56 | 71.81 | 141.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 226 | 117 | 0 | 0.04 | 0.50 | 0.07 | 54.96 | 0.76 | 0.69 |
| Hex | EC | E2 | 75 | 0 | 4 | 32 | 7 | 37 | 4C | 45 |
| Octal | 354 | 342 | 165 | 0 | 4 | 62 | 7 | 67 | 114 | 105 |
| Binary | 11101100 | 11100010 | 1110101 | 0 | 100 | 110010 | 111 | 110111 | 1001100 | 1000101 |
Color Harmonies of #ECE275
Complementary color
Monochromatic Colors of #ECE275
Black with #ECE275
Text Example
Text Example
White with #ECE275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE275; }
p { color: rgb(236,226,117); }
H1.HeaderClassName
{
color: #ECE275;
}
.AnyTagClassName
{
color: #ECE275;
}
</style>
background-color css
<style>
a { background-color: #ECE275; }
a { background-color: rgb(236,226,117); }
div.DivClassName
{
background-color: #ECE275;
}
.BgClassName
{
background-color: #ECE275;
}
</style>
border-color css
<style>
span { border-color: #ECE275; }
span { border-color: rgb(236,226,117); }
td.TdClassName
{
border-color: #ECE275;
}
.TagClassName
{
border-color: #ECE275;
}
</style>