Shades of Texas #ECEB80
Tints of Texas #ECEB80
RGB
CMYK
RGB Variations
Color information
#ECEB80 (or 0xECEB80) is known color: Texas. HEX triplet: EC, EB and 80. RGB value is (236,235,128). Sum of RGB (Red+Green+Blue) = 236+235+128=599 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.40% from 599); Green value is 235 (92.19% from 255 or 39.23% from 599); Blue value is 128 (50.39% from 255 or 21.37% from 599); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEB80 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECEB80 is #13147F. Grayscale: #DFDFDF. Windows color (decimal): -1250432 or 8449004. OLE color: 8449004.
HSL color Cylindrical-coordinate representation of color #ECEB80: hue angle of 59.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 #ECEB80 is Cyan = 0, Magento = 0.00, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 235 | 128 | - |
| CMYK | 0 | 0.00 | 0.46 | 0.07 |
| HSL | 59.44º | 0.74% | 0.71% | - |
| HSV(B) | 59.44º | 0.46% | 0.93% | - |
| XYZ | 68.2 | 78.81 | 32.04 | - |
| YUV | 223.1 | 74.33 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 235 | 128 | 0 | 0.00 | 0.46 | 0.07 | 59.44 | 0.74 | 0.71 |
| Hex | EC | EB | 80 | 0 | 0 | 2E | 7 | 3B | 4A | 47 |
| Octal | 354 | 353 | 200 | 0 | 0 | 56 | 7 | 73 | 112 | 107 |
| Binary | 11101100 | 11101011 | 10000000 | 0 | 0 | 101110 | 111 | 111011 | 1001010 | 1000111 |
Color Harmonies of #ECEB80
Complementary color
Monochromatic Colors of #ECEB80
Black with #ECEB80
Text Example
Text Example
White with #ECEB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEB80; }
p { color: rgb(236,235,128); }
H1.HeaderClassName
{
color: #ECEB80;
}
.AnyTagClassName
{
color: #ECEB80;
}
</style>
background-color css
<style>
a { background-color: #ECEB80; }
a { background-color: rgb(236,235,128); }
div.DivClassName
{
background-color: #ECEB80;
}
.BgClassName
{
background-color: #ECEB80;
}
</style>
border-color css
<style>
span { border-color: #ECEB80; }
span { border-color: rgb(236,235,128); }
td.TdClassName
{
border-color: #ECEB80;
}
.TagClassName
{
border-color: #ECEB80;
}
</style>