Shades of Texas #ECE380
Tints of Texas #ECE380
RGB
CMYK
RGB Variations
Color information
#ECE380 (or 0xECE380) is known color: Texas. HEX triplet: EC, E3 and 80. RGB value is (236,227,128). Sum of RGB (Red+Green+Blue) = 236+227+128=591 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.93% from 591); Green value is 227 (89.06% from 255 or 38.41% from 591); Blue value is 128 (50.39% from 255 or 21.66% from 591); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE380 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE380 is #131C7F. Grayscale: #DADADA. Windows color (decimal): -1252480 or 8446956. OLE color: 8446956.
HSL color Cylindrical-coordinate representation of color #ECE380: hue angle of 55º 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 #ECE380 is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 227 | 128 | - |
| CMYK | 0 | 0.04 | 0.46 | 0.07 |
| HSL | 55º | 0.74% | 0.71% | - |
| HSV(B) | 55º | 0.46% | 0.93% | - |
| XYZ | 65.96 | 74.33 | 31.29 | - |
| YUV | 218.41 | 76.98 | 140.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 227 | 128 | 0 | 0.04 | 0.46 | 0.07 | 55 | 0.74 | 0.71 |
| Hex | EC | E3 | 80 | 0 | 4 | 2E | 7 | 37 | 4A | 47 |
| Octal | 354 | 343 | 200 | 0 | 4 | 56 | 7 | 67 | 112 | 107 |
| Binary | 11101100 | 11100011 | 10000000 | 0 | 100 | 101110 | 111 | 110111 | 1001010 | 1000111 |
Color Harmonies of #ECE380
Complementary color
Monochromatic Colors of #ECE380
Black with #ECE380
Text Example
Text Example
White with #ECE380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE380; }
p { color: rgb(236,227,128); }
H1.HeaderClassName
{
color: #ECE380;
}
.AnyTagClassName
{
color: #ECE380;
}
</style>
background-color css
<style>
a { background-color: #ECE380; }
a { background-color: rgb(236,227,128); }
div.DivClassName
{
background-color: #ECE380;
}
.BgClassName
{
background-color: #ECE380;
}
</style>
border-color css
<style>
span { border-color: #ECE380; }
span { border-color: rgb(236,227,128); }
td.TdClassName
{
border-color: #ECE380;
}
.TagClassName
{
border-color: #ECE380;
}
</style>