Shades of Texas #EBE376
Tints of Texas #EBE376
RGB
CMYK
RGB Variations
Color information
#EBE376 (or 0xEBE376) is known color: Texas. HEX triplet: EB, E3 and 76. RGB value is (235,227,118). Sum of RGB (Red+Green+Blue) = 235+227+118=580 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.52% from 580); Green value is 227 (89.06% from 255 or 39.14% from 580); Blue value is 118 (46.48% from 255 or 20.34% from 580); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE376 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBE376 is #141C89. Grayscale: #D9D9D9. Windows color (decimal): -1318026 or 7791595. OLE color: 7791595.
HSL color Cylindrical-coordinate representation of color #EBE376: hue angle of 55.9º 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 #EBE376 is Cyan = 0, Magento = 0.03, Yellow = 0.50 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 227 | 118 | - |
| CMYK | 0 | 0.03 | 0.50 | 0.08 |
| HSL | 55.9º | 0.75% | 0.69% | - |
| HSV(B) | 55.9º | 0.5% | 0.92% | - |
| XYZ | 65 | 73.91 | 27.98 | - |
| YUV | 216.97 | 72.15 | 140.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 227 | 118 | 0 | 0.03 | 0.50 | 0.08 | 55.9 | 0.75 | 0.69 |
| Hex | EB | E3 | 76 | 0 | 3 | 32 | 8 | 38 | 4B | 45 |
| Octal | 353 | 343 | 166 | 0 | 3 | 62 | 10 | 70 | 113 | 105 |
| Binary | 11101011 | 11100011 | 1110110 | 0 | 11 | 110010 | 1000 | 111000 | 1001011 | 1000101 |
Color Harmonies of #EBE376
Complementary color
Monochromatic Colors of #EBE376
Black with #EBE376
Text Example
Text Example
White with #EBE376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE376; }
p { color: rgb(235,227,118); }
H1.HeaderClassName
{
color: #EBE376;
}
.AnyTagClassName
{
color: #EBE376;
}
</style>
background-color css
<style>
a { background-color: #EBE376; }
a { background-color: rgb(235,227,118); }
div.DivClassName
{
background-color: #EBE376;
}
.BgClassName
{
background-color: #EBE376;
}
</style>
border-color css
<style>
span { border-color: #EBE376; }
span { border-color: rgb(235,227,118); }
td.TdClassName
{
border-color: #EBE376;
}
.TagClassName
{
border-color: #EBE376;
}
</style>