Shades of Texas #ECE474
Tints of Texas #ECE474
RGB
CMYK
RGB Variations
Color information
#ECE474 (or 0xECE474) is known color: Texas. HEX triplet: EC, E4 and 74. RGB value is (236,228,116). Sum of RGB (Red+Green+Blue) = 236+228+116=580 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.69% from 580); Green value is 228 (89.45% from 255 or 39.31% from 580); Blue value is 116 (45.70% from 255 or 20% from 580); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE474 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE474 is #131B8B. Grayscale: #DADADA. Windows color (decimal): -1252236 or 7660780. OLE color: 7660780.
HSL color Cylindrical-coordinate representation of color #ECE474: hue angle of 56º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ECE474 is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 228 | 116 | - |
| CMYK | 0 | 0.03 | 0.51 | 0.07 |
| HSL | 56º | 0.76% | 0.69% | - |
| HSV(B) | 56º | 0.51% | 0.93% | - |
| XYZ | 65.49 | 74.58 | 27.47 | - |
| YUV | 217.62 | 70.65 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 228 | 116 | 0 | 0.03 | 0.51 | 0.07 | 56 | 0.76 | 0.69 |
| Hex | EC | E4 | 74 | 0 | 3 | 33 | 7 | 38 | 4C | 45 |
| Octal | 354 | 344 | 164 | 0 | 3 | 63 | 7 | 70 | 114 | 105 |
| Binary | 11101100 | 11100100 | 1110100 | 0 | 11 | 110011 | 111 | 111000 | 1001100 | 1000101 |
Color Harmonies of #ECE474
Complementary color
Monochromatic Colors of #ECE474
Black with #ECE474
Text Example
Text Example
White with #ECE474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE474; }
p { color: rgb(236,228,116); }
H1.HeaderClassName
{
color: #ECE474;
}
.AnyTagClassName
{
color: #ECE474;
}
</style>
background-color css
<style>
a { background-color: #ECE474; }
a { background-color: rgb(236,228,116); }
div.DivClassName
{
background-color: #ECE474;
}
.BgClassName
{
background-color: #ECE474;
}
</style>
border-color css
<style>
span { border-color: #ECE474; }
span { border-color: rgb(236,228,116); }
td.TdClassName
{
border-color: #ECE474;
}
.TagClassName
{
border-color: #ECE474;
}
</style>