Shades of Texas #EBED7A
Tints of Texas #EBED7A
RGB
CMYK
RGB Variations
Color information
#EBED7A (or 0xEBED7A) is known color: Texas. HEX triplet: EB, ED and 7A. RGB value is (235,237,122). Sum of RGB (Red+Green+Blue) = 235+237+122=594 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.56% from 594); Green value is 237 (92.97% from 255 or 39.90% from 594); Blue value is 122 (48.05% from 255 or 20.54% from 594); Max value from RGB is 237 - color contains mainly: green. Hex color #EBED7A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EBED7A is #141285. Grayscale: #DFDFDF. Windows color (decimal): -1315462 or 8056299. OLE color: 8056299.
HSL color Cylindrical-coordinate representation of color #EBED7A: hue angle of 61.04º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EBED7A is Cyan = 0.01, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 237 | 122 | - |
| CMYK | 0.01 | 0 | 0.49 | 0.07 |
| HSL | 61.04º | 0.76% | 0.7% | - |
| HSV(B) | 61.04º | 0.49% | 0.93% | - |
| XYZ | 68.06 | 79.64 | 30.2 | - |
| YUV | 223.29 | 70.84 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 237 | 122 | 0.01 | 0 | 0.49 | 0.07 | 61.04 | 0.76 | 0.7 |
| Hex | EB | ED | 7A | 1 | 0 | 31 | 7 | 3D | 4C | 46 |
| Octal | 353 | 355 | 172 | 1 | 0 | 61 | 7 | 75 | 114 | 106 |
| Binary | 11101011 | 11101101 | 1111010 | 1 | 0 | 110001 | 111 | 111101 | 1001100 | 1000110 |
Color Harmonies of #EBED7A
Complementary color
Monochromatic Colors of #EBED7A
Black with #EBED7A
Text Example
Text Example
White with #EBED7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBED7A; }
p { color: rgb(235,237,122); }
H1.HeaderClassName
{
color: #EBED7A;
}
.AnyTagClassName
{
color: #EBED7A;
}
</style>
background-color css
<style>
a { background-color: #EBED7A; }
a { background-color: rgb(235,237,122); }
div.DivClassName
{
background-color: #EBED7A;
}
.BgClassName
{
background-color: #EBED7A;
}
</style>
border-color css
<style>
span { border-color: #EBED7A; }
span { border-color: rgb(235,237,122); }
td.TdClassName
{
border-color: #EBED7A;
}
.TagClassName
{
border-color: #EBED7A;
}
</style>