Shades of Texas #EBE87C
Tints of Texas #EBE87C
RGB
CMYK
RGB Variations
Color information
#EBE87C (or 0xEBE87C) is known color: Texas. HEX triplet: EB, E8 and 7C. RGB value is (235,232,124). Sum of RGB (Red+Green+Blue) = 235+232+124=591 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.76% from 591); Green value is 232 (91.02% from 255 or 39.26% from 591); Blue value is 124 (48.83% from 255 or 20.98% from 591); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE87C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EBE87C is #141783. Grayscale: #DDDDDD. Windows color (decimal): -1316740 or 8186091. OLE color: 8186091.
HSL color Cylindrical-coordinate representation of color #EBE87C: hue angle of 58.38º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EBE87C is Cyan = 0, Magento = 0.01, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 232 | 124 | - |
| CMYK | 0 | 0.01 | 0.47 | 0.08 |
| HSL | 58.38º | 0.74% | 0.7% | - |
| HSV(B) | 58.38º | 0.47% | 0.92% | - |
| XYZ | 66.76 | 76.83 | 30.38 | - |
| YUV | 220.59 | 73.49 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 232 | 124 | 0 | 0.01 | 0.47 | 0.08 | 58.38 | 0.74 | 0.7 |
| Hex | EB | E8 | 7C | 0 | 1 | 2F | 8 | 3A | 4A | 46 |
| Octal | 353 | 350 | 174 | 0 | 1 | 57 | 10 | 72 | 112 | 106 |
| Binary | 11101011 | 11101000 | 1111100 | 0 | 1 | 101111 | 1000 | 111010 | 1001010 | 1000110 |
Color Harmonies of #EBE87C
Complementary color
Monochromatic Colors of #EBE87C
Black with #EBE87C
Text Example
Text Example
White with #EBE87C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE87C; }
p { color: rgb(235,232,124); }
H1.HeaderClassName
{
color: #EBE87C;
}
.AnyTagClassName
{
color: #EBE87C;
}
</style>
background-color css
<style>
a { background-color: #EBE87C; }
a { background-color: rgb(235,232,124); }
div.DivClassName
{
background-color: #EBE87C;
}
.BgClassName
{
background-color: #EBE87C;
}
</style>
border-color css
<style>
span { border-color: #EBE87C; }
span { border-color: rgb(235,232,124); }
td.TdClassName
{
border-color: #EBE87C;
}
.TagClassName
{
border-color: #EBE87C;
}
</style>