Shades of Texas #EBED85
Tints of Texas #EBED85
RGB
CMYK
RGB Variations
Color information
#EBED85 (or 0xEBED85) is known color: Texas. HEX triplet: EB, ED and 85. RGB value is (235,237,133). Sum of RGB (Red+Green+Blue) = 235+237+133=605 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.84% from 605); Green value is 237 (92.97% from 255 or 39.17% from 605); Blue value is 133 (52.34% from 255 or 21.98% from 605); Max value from RGB is 237 - color contains mainly: green. Hex color #EBED85 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBED85 is #14127A. Grayscale: #E0E0E0. Windows color (decimal): -1315451 or 8777195. OLE color: 8777195.
HSL color Cylindrical-coordinate representation of color #EBED85: hue angle of 61.15º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EBED85 is Cyan = 0.01, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 237 | 133 | - |
| CMYK | 0.01 | 0 | 0.44 | 0.07 |
| HSL | 61.15º | 0.74% | 0.73% | - |
| HSV(B) | 61.15º | 0.44% | 0.93% | - |
| XYZ | 68.78 | 79.92 | 33.99 | - |
| YUV | 224.55 | 76.34 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 237 | 133 | 0.01 | 0 | 0.44 | 0.07 | 61.15 | 0.74 | 0.73 |
| Hex | EB | ED | 85 | 1 | 0 | 2C | 7 | 3D | 4A | 49 |
| Octal | 353 | 355 | 205 | 1 | 0 | 54 | 7 | 75 | 112 | 111 |
| Binary | 11101011 | 11101101 | 10000101 | 1 | 0 | 101100 | 111 | 111101 | 1001010 | 1001001 |
Color Harmonies of #EBED85
Complementary color
Monochromatic Colors of #EBED85
Black with #EBED85
Text Example
Text Example
White with #EBED85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBED85; }
p { color: rgb(235,237,133); }
H1.HeaderClassName
{
color: #EBED85;
}
.AnyTagClassName
{
color: #EBED85;
}
</style>
background-color css
<style>
a { background-color: #EBED85; }
a { background-color: rgb(235,237,133); }
div.DivClassName
{
background-color: #EBED85;
}
.BgClassName
{
background-color: #EBED85;
}
</style>
border-color css
<style>
span { border-color: #EBED85; }
span { border-color: rgb(235,237,133); }
td.TdClassName
{
border-color: #EBED85;
}
.TagClassName
{
border-color: #EBED85;
}
</style>