Shades of Texas #E6E885
Tints of Texas #E6E885
RGB
CMYK
RGB Variations
Color information
#E6E885 (or 0xE6E885) is known color: Texas. HEX triplet: E6, E8 and 85. RGB value is (230,232,133). Sum of RGB (Red+Green+Blue) = 230+232+133=595 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.66% from 595); Green value is 232 (91.02% from 255 or 38.99% from 595); Blue value is 133 (52.34% from 255 or 22.35% from 595); Max value from RGB is 232 - color contains mainly: green. Hex color #E6E885 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E6E885 is #19177A. Grayscale: #DCDCDC. Windows color (decimal): -1644411 or 8775910. OLE color: 8775910.
HSL color Cylindrical-coordinate representation of color #E6E885: hue angle of 61.21º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E6E885 is Cyan = 0.01, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 230 | 232 | 133 | - |
| CMYK | 0.01 | 0 | 0.43 | 0.09 |
| HSL | 61.21º | 0.68% | 0.72% | - |
| HSV(B) | 61.21º | 0.43% | 0.91% | - |
| XYZ | 65.72 | 76.23 | 33.44 | - |
| YUV | 220.12 | 78.84 | 135.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 232 | 133 | 0.01 | 0 | 0.43 | 0.09 | 61.21 | 0.68 | 0.72 |
| Hex | E6 | E8 | 85 | 1 | 0 | 2B | 9 | 3D | 44 | 48 |
| Octal | 346 | 350 | 205 | 1 | 0 | 53 | 11 | 75 | 104 | 110 |
| Binary | 11100110 | 11101000 | 10000101 | 1 | 0 | 101011 | 1001 | 111101 | 1000100 | 1001000 |
Color Harmonies of #E6E885
Complementary color
Monochromatic Colors of #E6E885
Black with #E6E885
Text Example
Text Example
White with #E6E885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E885; }
p { color: rgb(230,232,133); }
H1.HeaderClassName
{
color: #E6E885;
}
.AnyTagClassName
{
color: #E6E885;
}
</style>
background-color css
<style>
a { background-color: #E6E885; }
a { background-color: rgb(230,232,133); }
div.DivClassName
{
background-color: #E6E885;
}
.BgClassName
{
background-color: #E6E885;
}
</style>
border-color css
<style>
span { border-color: #E6E885; }
span { border-color: rgb(230,232,133); }
td.TdClassName
{
border-color: #E6E885;
}
.TagClassName
{
border-color: #E6E885;
}
</style>