Shades of Texas #EBE973
Tints of Texas #EBE973
RGB
CMYK
RGB Variations
Color information
#EBE973 (or 0xEBE973) is known color: Texas. HEX triplet: EB, E9 and 73. RGB value is (235,233,115). Sum of RGB (Red+Green+Blue) = 235+233+115=583 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.31% from 583); Green value is 233 (91.41% from 255 or 39.97% from 583); Blue value is 115 (45.31% from 255 or 19.73% from 583); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE973 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EBE973 is #14168C. Grayscale: #DCDCDC. Windows color (decimal): -1316493 or 7596523. OLE color: 7596523.
HSL color Cylindrical-coordinate representation of color #EBE973: hue angle of 59º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EBE973 is Cyan = 0, Magento = 0.01, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 233 | 115 | - |
| CMYK | 0 | 0.01 | 0.51 | 0.08 |
| HSL | 59º | 0.75% | 0.69% | - |
| HSV(B) | 59º | 0.51% | 0.92% | - |
| XYZ | 66.49 | 77.18 | 27.61 | - |
| YUV | 220.15 | 68.66 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 233 | 115 | 0 | 0.01 | 0.51 | 0.08 | 59 | 0.75 | 0.69 |
| Hex | EB | E9 | 73 | 0 | 1 | 33 | 8 | 3B | 4B | 45 |
| Octal | 353 | 351 | 163 | 0 | 1 | 63 | 10 | 73 | 113 | 105 |
| Binary | 11101011 | 11101001 | 1110011 | 0 | 1 | 110011 | 1000 | 111011 | 1001011 | 1000101 |
Color Harmonies of #EBE973
Complementary color
Monochromatic Colors of #EBE973
Black with #EBE973
Text Example
Text Example
White with #EBE973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE973; }
p { color: rgb(235,233,115); }
H1.HeaderClassName
{
color: #EBE973;
}
.AnyTagClassName
{
color: #EBE973;
}
</style>
background-color css
<style>
a { background-color: #EBE973; }
a { background-color: rgb(235,233,115); }
div.DivClassName
{
background-color: #EBE973;
}
.BgClassName
{
background-color: #EBE973;
}
</style>
border-color css
<style>
span { border-color: #EBE973; }
span { border-color: rgb(235,233,115); }
td.TdClassName
{
border-color: #EBE973;
}
.TagClassName
{
border-color: #EBE973;
}
</style>