Shades of Texas #EBED86
Tints of Texas #EBED86
RGB
CMYK
RGB Variations
Color information
#EBED86 (or 0xEBED86) is known color: Texas. HEX triplet: EB, ED and 86. RGB value is (235,237,134). Sum of RGB (Red+Green+Blue) = 235+237+134=606 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.78% from 606); Green value is 237 (92.97% from 255 or 39.11% from 606); Blue value is 134 (52.73% from 255 or 22.11% from 606); Max value from RGB is 237 - color contains mainly: green. Hex color #EBED86 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBED86 is #141279. Grayscale: #E1E1E1. Windows color (decimal): -1315450 or 8842731. OLE color: 8842731.
HSL color Cylindrical-coordinate representation of color #EBED86: hue angle of 61.17º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EBED86 is Cyan = 0.01, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 237 | 134 | - |
| CMYK | 0.01 | 0 | 0.43 | 0.07 |
| HSL | 61.17º | 0.74% | 0.73% | - |
| HSV(B) | 61.17º | 0.43% | 0.93% | - |
| XYZ | 68.85 | 79.95 | 34.36 | - |
| YUV | 224.66 | 76.84 | 135.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 237 | 134 | 0.01 | 0 | 0.43 | 0.07 | 61.17 | 0.74 | 0.73 |
| Hex | EB | ED | 86 | 1 | 0 | 2B | 7 | 3D | 4A | 49 |
| Octal | 353 | 355 | 206 | 1 | 0 | 53 | 7 | 75 | 112 | 111 |
| Binary | 11101011 | 11101101 | 10000110 | 1 | 0 | 101011 | 111 | 111101 | 1001010 | 1001001 |
Color Harmonies of #EBED86
Complementary color
Monochromatic Colors of #EBED86
Black with #EBED86
Text Example
Text Example
White with #EBED86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBED86; }
p { color: rgb(235,237,134); }
H1.HeaderClassName
{
color: #EBED86;
}
.AnyTagClassName
{
color: #EBED86;
}
</style>
background-color css
<style>
a { background-color: #EBED86; }
a { background-color: rgb(235,237,134); }
div.DivClassName
{
background-color: #EBED86;
}
.BgClassName
{
background-color: #EBED86;
}
</style>
border-color css
<style>
span { border-color: #EBED86; }
span { border-color: rgb(235,237,134); }
td.TdClassName
{
border-color: #EBED86;
}
.TagClassName
{
border-color: #EBED86;
}
</style>