Shades of Texas #EAEA86
Tints of Texas #EAEA86
RGB
CMYK
RGB Variations
Color information
#EAEA86 (or 0xEAEA86) is known color: Texas. HEX triplet: EA, EA and 86. RGB value is (234,234,134). Sum of RGB (Red+Green+Blue) = 234+234+134=602 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.87% from 602); Green value is 234 (91.80% from 255 or 38.87% from 602); Blue value is 134 (52.73% from 255 or 22.26% from 602); Max value from RGB is 234 - color contains mainly: red, green. Hex color #EAEA86 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAEA86 is #151579. Grayscale: #DFDFDF. Windows color (decimal): -1381754 or 8841962. OLE color: 8841962.
HSL color Cylindrical-coordinate representation of color #EAEA86: hue angle of 60º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EAEA86 is Cyan = 0, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 234 | 134 | - |
| CMYK | 0 | 0 | 0.43 | 0.08 |
| HSL | 60º | 0.7% | 0.72% | - |
| HSV(B) | 60º | 0.43% | 0.92% | - |
| XYZ | 67.66 | 78.06 | 34.06 | - |
| YUV | 222.6 | 78 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 234 | 134 | 0 | 0 | 0.43 | 0.08 | 60 | 0.7 | 0.72 |
| Hex | EA | EA | 86 | 0 | 0 | 2B | 8 | 3C | 46 | 48 |
| Octal | 352 | 352 | 206 | 0 | 0 | 53 | 10 | 74 | 106 | 110 |
| Binary | 11101010 | 11101010 | 10000110 | 0 | 0 | 101011 | 1000 | 111100 | 1000110 | 1001000 |
Color Harmonies of #EAEA86
Complementary color
Monochromatic Colors of #EAEA86
Black with #EAEA86
Text Example
Text Example
White with #EAEA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAEA86; }
p { color: rgb(234,234,134); }
H1.HeaderClassName
{
color: #EAEA86;
}
.AnyTagClassName
{
color: #EAEA86;
}
</style>
background-color css
<style>
a { background-color: #EAEA86; }
a { background-color: rgb(234,234,134); }
div.DivClassName
{
background-color: #EAEA86;
}
.BgClassName
{
background-color: #EAEA86;
}
</style>
border-color css
<style>
span { border-color: #EAEA86; }
span { border-color: rgb(234,234,134); }
td.TdClassName
{
border-color: #EAEA86;
}
.TagClassName
{
border-color: #EAEA86;
}
</style>