Shades of Texas #ECE476
Tints of Texas #ECE476
RGB
CMYK
RGB Variations
Color information
#ECE476 (or 0xECE476) is known color: Texas. HEX triplet: EC, E4 and 76. RGB value is (236,228,118). Sum of RGB (Red+Green+Blue) = 236+228+118=582 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.55% from 582); Green value is 228 (89.45% from 255 or 39.18% from 582); Blue value is 118 (46.48% from 255 or 20.27% from 582); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE476 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE476 is #131B89. Grayscale: #DADADA. Windows color (decimal): -1252234 or 7791852. OLE color: 7791852.
HSL color Cylindrical-coordinate representation of color #ECE476: hue angle of 55.93º 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 #ECE476 is Cyan = 0, Magento = 0.03, Yellow = 0.5 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 228 | 118 | - |
| CMYK | 0 | 0.03 | 0.5 | 0.07 |
| HSL | 55.93º | 0.76% | 0.69% | - |
| HSV(B) | 55.93º | 0.5% | 0.93% | - |
| XYZ | 65.61 | 74.63 | 28.09 | - |
| YUV | 217.85 | 71.65 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 228 | 118 | 0 | 0.03 | 0.5 | 0.07 | 55.93 | 0.76 | 0.69 |
| Hex | EC | E4 | 76 | 0 | 3 | 32 | 7 | 38 | 4C | 45 |
| Octal | 354 | 344 | 166 | 0 | 3 | 62 | 7 | 70 | 114 | 105 |
| Binary | 11101100 | 11100100 | 1110110 | 0 | 11 | 110010 | 111 | 111000 | 1001100 | 1000101 |
Color Harmonies of #ECE476
Complementary color
Monochromatic Colors of #ECE476
Black with #ECE476
Text Example
Text Example
White with #ECE476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE476; }
p { color: rgb(236,228,118); }
H1.HeaderClassName
{
color: #ECE476;
}
.AnyTagClassName
{
color: #ECE476;
}
</style>
background-color css
<style>
a { background-color: #ECE476; }
a { background-color: rgb(236,228,118); }
div.DivClassName
{
background-color: #ECE476;
}
.BgClassName
{
background-color: #ECE476;
}
</style>
border-color css
<style>
span { border-color: #ECE476; }
span { border-color: rgb(236,228,118); }
td.TdClassName
{
border-color: #ECE476;
}
.TagClassName
{
border-color: #ECE476;
}
</style>