Shades of Texas #E6E97D
Tints of Texas #E6E97D
RGB
CMYK
RGB Variations
Color information
#E6E97D (or 0xE6E97D) is known color: Texas. HEX triplet: E6, E9 and 7D. RGB value is (230,233,125). Sum of RGB (Red+Green+Blue) = 230+233+125=588 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.12% from 588); Green value is 233 (91.41% from 255 or 39.63% from 588); Blue value is 125 (49.22% from 255 or 21.26% from 588); Max value from RGB is 233 - color contains mainly: green. Hex color #E6E97D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #E6E97D is #191682. Grayscale: #DCDCDC. Windows color (decimal): -1644163 or 8251878. OLE color: 8251878.
HSL color Cylindrical-coordinate representation of color #E6E97D: hue angle of 61.67º degrees, saturation: 0.71, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E6E97D is Cyan = 0.01, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 230 | 233 | 125 | - |
| CMYK | 0.01 | 0 | 0.46 | 0.09 |
| HSL | 61.67º | 0.71% | 0.7% | - |
| HSV(B) | 61.67º | 0.46% | 0.91% | - |
| XYZ | 65.47 | 76.58 | 30.73 | - |
| YUV | 219.79 | 74.51 | 135.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 233 | 125 | 0.01 | 0 | 0.46 | 0.09 | 61.67 | 0.71 | 0.7 |
| Hex | E6 | E9 | 7D | 1 | 0 | 2E | 9 | 3E | 47 | 46 |
| Octal | 346 | 351 | 175 | 1 | 0 | 56 | 11 | 76 | 107 | 106 |
| Binary | 11100110 | 11101001 | 1111101 | 1 | 0 | 101110 | 1001 | 111110 | 1000111 | 1000110 |
Color Harmonies of #E6E97D
Complementary color
Monochromatic Colors of #E6E97D
Black with #E6E97D
Text Example
Text Example
White with #E6E97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E97D; }
p { color: rgb(230,233,125); }
H1.HeaderClassName
{
color: #E6E97D;
}
.AnyTagClassName
{
color: #E6E97D;
}
</style>
background-color css
<style>
a { background-color: #E6E97D; }
a { background-color: rgb(230,233,125); }
div.DivClassName
{
background-color: #E6E97D;
}
.BgClassName
{
background-color: #E6E97D;
}
</style>
border-color css
<style>
span { border-color: #E6E97D; }
span { border-color: rgb(230,233,125); }
td.TdClassName
{
border-color: #E6E97D;
}
.TagClassName
{
border-color: #E6E97D;
}
</style>