Shades of Texas #EBE180
Tints of Texas #EBE180
RGB
CMYK
RGB Variations
Color information
#EBE180 (or 0xEBE180) is known color: Texas. HEX triplet: EB, E1 and 80. RGB value is (235,225,128). Sum of RGB (Red+Green+Blue) = 235+225+128=588 (77% of max value = 765). Red value is 235 (92.19% from 255 or 39.97% from 588); Green value is 225 (88.28% from 255 or 38.27% from 588); Blue value is 128 (50.39% from 255 or 21.77% from 588); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE180 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE180 is #141E7F. Grayscale: #D9D9D9. Windows color (decimal): -1318528 or 8446443. OLE color: 8446443.
HSL color Cylindrical-coordinate representation of color #EBE180: hue angle of 54.39º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EBE180 is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 225 | 128 | - |
| CMYK | 0 | 0.04 | 0.46 | 0.08 |
| HSL | 54.39º | 0.73% | 0.71% | - |
| HSV(B) | 54.39º | 0.46% | 0.92% | - |
| XYZ | 65.08 | 73.07 | 31.1 | - |
| YUV | 216.93 | 77.81 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 225 | 128 | 0 | 0.04 | 0.46 | 0.08 | 54.39 | 0.73 | 0.71 |
| Hex | EB | E1 | 80 | 0 | 4 | 2E | 8 | 36 | 49 | 47 |
| Octal | 353 | 341 | 200 | 0 | 4 | 56 | 10 | 66 | 111 | 107 |
| Binary | 11101011 | 11100001 | 10000000 | 0 | 100 | 101110 | 1000 | 110110 | 1001001 | 1000111 |
Color Harmonies of #EBE180
Complementary color
Monochromatic Colors of #EBE180
Black with #EBE180
Text Example
Text Example
White with #EBE180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE180; }
p { color: rgb(235,225,128); }
H1.HeaderClassName
{
color: #EBE180;
}
.AnyTagClassName
{
color: #EBE180;
}
</style>
background-color css
<style>
a { background-color: #EBE180; }
a { background-color: rgb(235,225,128); }
div.DivClassName
{
background-color: #EBE180;
}
.BgClassName
{
background-color: #EBE180;
}
</style>
border-color css
<style>
span { border-color: #EBE180; }
span { border-color: rgb(235,225,128); }
td.TdClassName
{
border-color: #EBE180;
}
.TagClassName
{
border-color: #EBE180;
}
</style>