Shades of Texas #EBE385
Tints of Texas #EBE385
RGB
CMYK
RGB Variations
Color information
#EBE385 (or 0xEBE385) is known color: Texas. HEX triplet: EB, E3 and 85. RGB value is (235,227,133). Sum of RGB (Red+Green+Blue) = 235+227+133=595 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.50% from 595); Green value is 227 (89.06% from 255 or 38.15% from 595); Blue value is 133 (52.34% from 255 or 22.35% from 595); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE385 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE385 is #141C7A. Grayscale: #DBDBDB. Windows color (decimal): -1318011 or 8774635. OLE color: 8774635.
HSL color Cylindrical-coordinate representation of color #EBE385: hue angle of 55.29º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EBE385 is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 227 | 133 | - |
| CMYK | 0 | 0.03 | 0.43 | 0.08 |
| HSL | 55.29º | 0.72% | 0.72% | - |
| HSV(B) | 55.29º | 0.43% | 0.92% | - |
| XYZ | 65.96 | 74.29 | 33.05 | - |
| YUV | 218.68 | 79.65 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 227 | 133 | 0 | 0.03 | 0.43 | 0.08 | 55.29 | 0.72 | 0.72 |
| Hex | EB | E3 | 85 | 0 | 3 | 2B | 8 | 37 | 48 | 48 |
| Octal | 353 | 343 | 205 | 0 | 3 | 53 | 10 | 67 | 110 | 110 |
| Binary | 11101011 | 11100011 | 10000101 | 0 | 11 | 101011 | 1000 | 110111 | 1001000 | 1001000 |
Color Harmonies of #EBE385
Complementary color
Monochromatic Colors of #EBE385
Black with #EBE385
Text Example
Text Example
White with #EBE385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE385; }
p { color: rgb(235,227,133); }
H1.HeaderClassName
{
color: #EBE385;
}
.AnyTagClassName
{
color: #EBE385;
}
</style>
background-color css
<style>
a { background-color: #EBE385; }
a { background-color: rgb(235,227,133); }
div.DivClassName
{
background-color: #EBE385;
}
.BgClassName
{
background-color: #EBE385;
}
</style>
border-color css
<style>
span { border-color: #EBE385; }
span { border-color: rgb(235,227,133); }
td.TdClassName
{
border-color: #EBE385;
}
.TagClassName
{
border-color: #EBE385;
}
</style>