Shades of Texas #ECE481
Tints of Texas #ECE481
RGB
CMYK
RGB Variations
Color information
#ECE481 (or 0xECE481) is known color: Texas. HEX triplet: EC, E4 and 81. RGB value is (236,228,129). Sum of RGB (Red+Green+Blue) = 236+228+129=593 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.80% from 593); Green value is 228 (89.45% from 255 or 38.45% from 593); Blue value is 129 (50.78% from 255 or 21.75% from 593); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE481 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE481 is #131B7E. Grayscale: #DBDBDB. Windows color (decimal): -1252223 or 8512748. OLE color: 8512748.
HSL color Cylindrical-coordinate representation of color #ECE481: hue angle of 55.51º 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 #ECE481 is Cyan = 0, Magento = 0.03, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 228 | 129 | - |
| CMYK | 0 | 0.03 | 0.45 | 0.07 |
| HSL | 55.51º | 0.74% | 0.72% | - |
| HSV(B) | 55.51º | 0.45% | 0.93% | - |
| XYZ | 66.3 | 74.9 | 31.73 | - |
| YUV | 219.11 | 77.15 | 140.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 228 | 129 | 0 | 0.03 | 0.45 | 0.07 | 55.51 | 0.74 | 0.72 |
| Hex | EC | E4 | 81 | 0 | 3 | 2D | 7 | 38 | 4A | 48 |
| Octal | 354 | 344 | 201 | 0 | 3 | 55 | 7 | 70 | 112 | 110 |
| Binary | 11101100 | 11100100 | 10000001 | 0 | 11 | 101101 | 111 | 111000 | 1001010 | 1001000 |
Color Harmonies of #ECE481
Complementary color
Monochromatic Colors of #ECE481
Black with #ECE481
Text Example
Text Example
White with #ECE481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE481; }
p { color: rgb(236,228,129); }
H1.HeaderClassName
{
color: #ECE481;
}
.AnyTagClassName
{
color: #ECE481;
}
</style>
background-color css
<style>
a { background-color: #ECE481; }
a { background-color: rgb(236,228,129); }
div.DivClassName
{
background-color: #ECE481;
}
.BgClassName
{
background-color: #ECE481;
}
</style>
border-color css
<style>
span { border-color: #ECE481; }
span { border-color: rgb(236,228,129); }
td.TdClassName
{
border-color: #ECE481;
}
.TagClassName
{
border-color: #ECE481;
}
</style>