Shades of Texas #EAEB86
Tints of Texas #EAEB86
RGB
CMYK
RGB Variations
Color information
#EAEB86 (or 0xEAEB86) is known color: Texas. HEX triplet: EA, EB and 86. RGB value is (234,235,134). Sum of RGB (Red+Green+Blue) = 234+235+134=603 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.81% from 603); Green value is 235 (92.19% from 255 or 38.97% from 603); Blue value is 134 (52.73% from 255 or 22.22% from 603); Max value from RGB is 235 - color contains mainly: green. Hex color #EAEB86 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAEB86 is #151479. Grayscale: #DFDFDF. Windows color (decimal): -1381498 or 8842218. OLE color: 8842218.
HSL color Cylindrical-coordinate representation of color #EAEB86: hue angle of 60.59º degrees, saturation: 0.72, 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 #EAEB86 is Cyan = 0.00, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 235 | 134 | - |
| CMYK | 0.00 | 0 | 0.43 | 0.08 |
| HSL | 60.59º | 0.72% | 0.72% | - |
| HSV(B) | 60.59º | 0.43% | 0.92% | - |
| XYZ | 67.94 | 78.63 | 34.15 | - |
| YUV | 223.19 | 77.67 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 235 | 134 | 0.00 | 0 | 0.43 | 0.08 | 60.59 | 0.72 | 0.72 |
| Hex | EA | EB | 86 | 0 | 0 | 2B | 8 | 3D | 48 | 48 |
| Octal | 352 | 353 | 206 | 0 | 0 | 53 | 10 | 75 | 110 | 110 |
| Binary | 11101010 | 11101011 | 10000110 | 0 | 0 | 101011 | 1000 | 111101 | 1001000 | 1001000 |
Color Harmonies of #EAEB86
Complementary color
Monochromatic Colors of #EAEB86
Black with #EAEB86
Text Example
Text Example
White with #EAEB86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAEB86; }
p { color: rgb(234,235,134); }
H1.HeaderClassName
{
color: #EAEB86;
}
.AnyTagClassName
{
color: #EAEB86;
}
</style>
background-color css
<style>
a { background-color: #EAEB86; }
a { background-color: rgb(234,235,134); }
div.DivClassName
{
background-color: #EAEB86;
}
.BgClassName
{
background-color: #EAEB86;
}
</style>
border-color css
<style>
span { border-color: #EAEB86; }
span { border-color: rgb(234,235,134); }
td.TdClassName
{
border-color: #EAEB86;
}
.TagClassName
{
border-color: #EAEB86;
}
</style>