Shades of Texas #EAEB77
Tints of Texas #EAEB77
RGB
CMYK
RGB Variations
Color information
#EAEB77 (or 0xEAEB77) is known color: Texas. HEX triplet: EA, EB and 77. RGB value is (234,235,119). Sum of RGB (Red+Green+Blue) = 234+235+119=588 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.80% from 588); Green value is 235 (92.19% from 255 or 39.97% from 588); Blue value is 119 (46.88% from 255 or 20.24% from 588); Max value from RGB is 235 - color contains mainly: green. Hex color #EAEB77 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAEB77 is #151488. Grayscale: #DDDDDD. Windows color (decimal): -1381513 or 7859178. OLE color: 7859178.
HSL color Cylindrical-coordinate representation of color #EAEB77: hue angle of 60.52º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EAEB77 is Cyan = 0.00, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 235 | 119 | - |
| CMYK | 0.00 | 0 | 0.49 | 0.08 |
| HSL | 60.52º | 0.74% | 0.69% | - |
| HSV(B) | 60.52º | 0.49% | 0.92% | - |
| XYZ | 66.97 | 78.24 | 29.03 | - |
| YUV | 221.48 | 70.17 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 235 | 119 | 0.00 | 0 | 0.49 | 0.08 | 60.52 | 0.74 | 0.69 |
| Hex | EA | EB | 77 | 0 | 0 | 31 | 8 | 3D | 4A | 45 |
| Octal | 352 | 353 | 167 | 0 | 0 | 61 | 10 | 75 | 112 | 105 |
| Binary | 11101010 | 11101011 | 1110111 | 0 | 0 | 110001 | 1000 | 111101 | 1001010 | 1000101 |
Color Harmonies of #EAEB77
Complementary color
Monochromatic Colors of #EAEB77
Black with #EAEB77
Text Example
Text Example
White with #EAEB77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAEB77; }
p { color: rgb(234,235,119); }
H1.HeaderClassName
{
color: #EAEB77;
}
.AnyTagClassName
{
color: #EAEB77;
}
</style>
background-color css
<style>
a { background-color: #EAEB77; }
a { background-color: rgb(234,235,119); }
div.DivClassName
{
background-color: #EAEB77;
}
.BgClassName
{
background-color: #EAEB77;
}
</style>
border-color css
<style>
span { border-color: #EAEB77; }
span { border-color: rgb(234,235,119); }
td.TdClassName
{
border-color: #EAEB77;
}
.TagClassName
{
border-color: #EAEB77;
}
</style>