Shades of Texas #EBE172
Tints of Texas #EBE172
RGB
CMYK
RGB Variations
Color information
#EBE172 (or 0xEBE172) is known color: Texas. HEX triplet: EB, E1 and 72. RGB value is (235,225,114). Sum of RGB (Red+Green+Blue) = 235+225+114=574 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.94% from 574); Green value is 225 (88.28% from 255 or 39.20% from 574); Blue value is 114 (44.92% from 255 or 19.86% from 574); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE172 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBE172 is #141E8D. Grayscale: #D7D7D7. Windows color (decimal): -1318542 or 7528939. OLE color: 7528939.
HSL color Cylindrical-coordinate representation of color #EBE172: hue angle of 55.04º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EBE172 is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 225 | 114 | - |
| CMYK | 0 | 0.04 | 0.51 | 0.08 |
| HSL | 55.04º | 0.75% | 0.68% | - |
| HSV(B) | 55.04º | 0.51% | 0.92% | - |
| XYZ | 64.22 | 72.73 | 26.57 | - |
| YUV | 215.34 | 70.81 | 142.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 225 | 114 | 0 | 0.04 | 0.51 | 0.08 | 55.04 | 0.75 | 0.68 |
| Hex | EB | E1 | 72 | 0 | 4 | 33 | 8 | 37 | 4B | 44 |
| Octal | 353 | 341 | 162 | 0 | 4 | 63 | 10 | 67 | 113 | 104 |
| Binary | 11101011 | 11100001 | 1110010 | 0 | 100 | 110011 | 1000 | 110111 | 1001011 | 1000100 |
Color Harmonies of #EBE172
Complementary color
Monochromatic Colors of #EBE172
Black with #EBE172
Text Example
Text Example
White with #EBE172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE172; }
p { color: rgb(235,225,114); }
H1.HeaderClassName
{
color: #EBE172;
}
.AnyTagClassName
{
color: #EBE172;
}
</style>
background-color css
<style>
a { background-color: #EBE172; }
a { background-color: rgb(235,225,114); }
div.DivClassName
{
background-color: #EBE172;
}
.BgClassName
{
background-color: #EBE172;
}
</style>
border-color css
<style>
span { border-color: #EBE172; }
span { border-color: rgb(235,225,114); }
td.TdClassName
{
border-color: #EBE172;
}
.TagClassName
{
border-color: #EBE172;
}
</style>