Shades of Texas #EBE280
Tints of Texas #EBE280
RGB
CMYK
RGB Variations
Color information
#EBE280 (or 0xEBE280) is known color: Texas. HEX triplet: EB, E2 and 80. RGB value is (235,226,128). Sum of RGB (Red+Green+Blue) = 235+226+128=589 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.90% from 589); Green value is 226 (88.67% from 255 or 38.37% from 589); Blue value is 128 (50.39% from 255 or 21.73% from 589); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE280 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE280 is #141D7F. Grayscale: #D9D9D9. Windows color (decimal): -1318272 or 8446699. OLE color: 8446699.
HSL color Cylindrical-coordinate representation of color #EBE280: hue angle of 54.95º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EBE280 is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 226 | 128 | - |
| CMYK | 0 | 0.04 | 0.46 | 0.08 |
| HSL | 54.95º | 0.73% | 0.71% | - |
| HSV(B) | 54.95º | 0.46% | 0.92% | - |
| XYZ | 65.35 | 73.61 | 31.19 | - |
| YUV | 217.52 | 77.48 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 226 | 128 | 0 | 0.04 | 0.46 | 0.08 | 54.95 | 0.73 | 0.71 |
| Hex | EB | E2 | 80 | 0 | 4 | 2E | 8 | 37 | 49 | 47 |
| Octal | 353 | 342 | 200 | 0 | 4 | 56 | 10 | 67 | 111 | 107 |
| Binary | 11101011 | 11100010 | 10000000 | 0 | 100 | 101110 | 1000 | 110111 | 1001001 | 1000111 |
Color Harmonies of #EBE280
Complementary color
Monochromatic Colors of #EBE280
Black with #EBE280
Text Example
Text Example
White with #EBE280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE280; }
p { color: rgb(235,226,128); }
H1.HeaderClassName
{
color: #EBE280;
}
.AnyTagClassName
{
color: #EBE280;
}
</style>
background-color css
<style>
a { background-color: #EBE280; }
a { background-color: rgb(235,226,128); }
div.DivClassName
{
background-color: #EBE280;
}
.BgClassName
{
background-color: #EBE280;
}
</style>
border-color css
<style>
span { border-color: #EBE280; }
span { border-color: rgb(235,226,128); }
td.TdClassName
{
border-color: #EBE280;
}
.TagClassName
{
border-color: #EBE280;
}
</style>