Shades of Texas #E7ED86
Tints of Texas #E7ED86
RGB
CMYK
RGB Variations
Color information
#E7ED86 (or 0xE7ED86) is known color: Texas. HEX triplet: E7, ED and 86. RGB value is (231,237,134). Sum of RGB (Red+Green+Blue) = 231+237+134=602 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.37% from 602); Green value is 237 (92.97% from 255 or 39.37% from 602); Blue value is 134 (52.73% from 255 or 22.26% from 602); Max value from RGB is 237 - color contains mainly: green. Hex color #E7ED86 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E7ED86 is #181279. Grayscale: #DFDFDF. Windows color (decimal): -1577594 or 8842727. OLE color: 8842727.
HSL color Cylindrical-coordinate representation of color #E7ED86: hue angle of 63.5º 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 #E7ED86 is Cyan = 0.03, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 231 | 237 | 134 | - |
| CMYK | 0.03 | 0 | 0.43 | 0.07 |
| HSL | 63.5º | 0.74% | 0.73% | - |
| HSV(B) | 63.5º | 0.43% | 0.93% | - |
| XYZ | 67.54 | 79.28 | 34.3 | - |
| YUV | 223.46 | 77.51 | 133.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 237 | 134 | 0.03 | 0 | 0.43 | 0.07 | 63.5 | 0.74 | 0.73 |
| Hex | E7 | ED | 86 | 3 | 0 | 2B | 7 | 3F | 4A | 49 |
| Octal | 347 | 355 | 206 | 3 | 0 | 53 | 7 | 77 | 112 | 111 |
| Binary | 11100111 | 11101101 | 10000110 | 11 | 0 | 101011 | 111 | 111111 | 1001010 | 1001001 |
Color Harmonies of #E7ED86
Complementary color
Monochromatic Colors of #E7ED86
Black with #E7ED86
Text Example
Text Example
White with #E7ED86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7ED86; }
p { color: rgb(231,237,134); }
H1.HeaderClassName
{
color: #E7ED86;
}
.AnyTagClassName
{
color: #E7ED86;
}
</style>
background-color css
<style>
a { background-color: #E7ED86; }
a { background-color: rgb(231,237,134); }
div.DivClassName
{
background-color: #E7ED86;
}
.BgClassName
{
background-color: #E7ED86;
}
</style>
border-color css
<style>
span { border-color: #E7ED86; }
span { border-color: rgb(231,237,134); }
td.TdClassName
{
border-color: #E7ED86;
}
.TagClassName
{
border-color: #E7ED86;
}
</style>