Shades of Texas #ECE280
Tints of Texas #ECE280
RGB
CMYK
RGB Variations
Color information
#ECE280 (or 0xECE280) is known color: Texas. HEX triplet: EC, E2 and 80. RGB value is (236,226,128). Sum of RGB (Red+Green+Blue) = 236+226+128=590 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40% from 590); Green value is 226 (88.67% from 255 or 38.31% from 590); Blue value is 128 (50.39% from 255 or 21.69% from 590); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE280 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE280 is #131D7F. Grayscale: #DADADA. Windows color (decimal): -1252736 or 8446700. OLE color: 8446700.
HSL color Cylindrical-coordinate representation of color #ECE280: hue angle of 54.44º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ECE280 is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 226 | 128 | - |
| CMYK | 0 | 0.04 | 0.46 | 0.07 |
| HSL | 54.44º | 0.74% | 0.71% | - |
| HSV(B) | 54.44º | 0.46% | 0.93% | - |
| XYZ | 65.68 | 73.78 | 31.2 | - |
| YUV | 217.82 | 77.31 | 140.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 226 | 128 | 0 | 0.04 | 0.46 | 0.07 | 54.44 | 0.74 | 0.71 |
| Hex | EC | E2 | 80 | 0 | 4 | 2E | 7 | 36 | 4A | 47 |
| Octal | 354 | 342 | 200 | 0 | 4 | 56 | 7 | 66 | 112 | 107 |
| Binary | 11101100 | 11100010 | 10000000 | 0 | 100 | 101110 | 111 | 110110 | 1001010 | 1000111 |
Color Harmonies of #ECE280
Complementary color
Monochromatic Colors of #ECE280
Black with #ECE280
Text Example
Text Example
White with #ECE280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE280; }
p { color: rgb(236,226,128); }
H1.HeaderClassName
{
color: #ECE280;
}
.AnyTagClassName
{
color: #ECE280;
}
</style>
background-color css
<style>
a { background-color: #ECE280; }
a { background-color: rgb(236,226,128); }
div.DivClassName
{
background-color: #ECE280;
}
.BgClassName
{
background-color: #ECE280;
}
</style>
border-color css
<style>
span { border-color: #ECE280; }
span { border-color: rgb(236,226,128); }
td.TdClassName
{
border-color: #ECE280;
}
.TagClassName
{
border-color: #ECE280;
}
</style>