Shades of Texas #EBE375
Tints of Texas #EBE375
RGB
CMYK
RGB Variations
Color information
#EBE375 (or 0xEBE375) is known color: Texas. HEX triplet: EB, E3 and 75. RGB value is (235,227,117). Sum of RGB (Red+Green+Blue) = 235+227+117=579 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.59% from 579); Green value is 227 (89.06% from 255 or 39.21% from 579); Blue value is 117 (46.09% from 255 or 20.21% from 579); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE375 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBE375 is #141C8A. Grayscale: #D9D9D9. Windows color (decimal): -1318027 or 7726059. OLE color: 7726059.
HSL color Cylindrical-coordinate representation of color #EBE375: hue angle of 55.93º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EBE375 is Cyan = 0, Magento = 0.03, Yellow = 0.50 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 227 | 117 | - |
| CMYK | 0 | 0.03 | 0.50 | 0.08 |
| HSL | 55.93º | 0.75% | 0.69% | - |
| HSV(B) | 55.93º | 0.5% | 0.92% | - |
| XYZ | 64.94 | 73.88 | 27.67 | - |
| YUV | 216.85 | 71.65 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 227 | 117 | 0 | 0.03 | 0.50 | 0.08 | 55.93 | 0.75 | 0.69 |
| Hex | EB | E3 | 75 | 0 | 3 | 32 | 8 | 38 | 4B | 45 |
| Octal | 353 | 343 | 165 | 0 | 3 | 62 | 10 | 70 | 113 | 105 |
| Binary | 11101011 | 11100011 | 1110101 | 0 | 11 | 110010 | 1000 | 111000 | 1001011 | 1000101 |
Color Harmonies of #EBE375
Complementary color
Monochromatic Colors of #EBE375
Black with #EBE375
Text Example
Text Example
White with #EBE375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE375; }
p { color: rgb(235,227,117); }
H1.HeaderClassName
{
color: #EBE375;
}
.AnyTagClassName
{
color: #EBE375;
}
</style>
background-color css
<style>
a { background-color: #EBE375; }
a { background-color: rgb(235,227,117); }
div.DivClassName
{
background-color: #EBE375;
}
.BgClassName
{
background-color: #EBE375;
}
</style>
border-color css
<style>
span { border-color: #EBE375; }
span { border-color: rgb(235,227,117); }
td.TdClassName
{
border-color: #EBE375;
}
.TagClassName
{
border-color: #EBE375;
}
</style>