Shades of Texas #EAE584
Tints of Texas #EAE584
RGB
CMYK
RGB Variations
Color information
#EAE584 (or 0xEAE584) is known color: Texas. HEX triplet: EA, E5 and 84. RGB value is (234,229,132). Sum of RGB (Red+Green+Blue) = 234+229+132=595 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.33% from 595); Green value is 229 (89.84% from 255 or 38.49% from 595); Blue value is 132 (51.95% from 255 or 22.18% from 595); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE584 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE584 is #151A7B. Grayscale: #DBDBDB. Windows color (decimal): -1383036 or 8709610. OLE color: 8709610.
HSL color Cylindrical-coordinate representation of color #EAE584: hue angle of 57.06º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EAE584 is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 229 | 132 | - |
| CMYK | 0 | 0.02 | 0.44 | 0.08 |
| HSL | 57.06º | 0.71% | 0.72% | - |
| HSV(B) | 57.06º | 0.44% | 0.92% | - |
| XYZ | 66.12 | 75.2 | 32.86 | - |
| YUV | 219.44 | 78.66 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 229 | 132 | 0 | 0.02 | 0.44 | 0.08 | 57.06 | 0.71 | 0.72 |
| Hex | EA | E5 | 84 | 0 | 2 | 2C | 8 | 39 | 47 | 48 |
| Octal | 352 | 345 | 204 | 0 | 2 | 54 | 10 | 71 | 107 | 110 |
| Binary | 11101010 | 11100101 | 10000100 | 0 | 10 | 101100 | 1000 | 111001 | 1000111 | 1001000 |
Color Harmonies of #EAE584
Complementary color
Monochromatic Colors of #EAE584
Black with #EAE584
Text Example
Text Example
White with #EAE584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE584; }
p { color: rgb(234,229,132); }
H1.HeaderClassName
{
color: #EAE584;
}
.AnyTagClassName
{
color: #EAE584;
}
</style>
background-color css
<style>
a { background-color: #EAE584; }
a { background-color: rgb(234,229,132); }
div.DivClassName
{
background-color: #EAE584;
}
.BgClassName
{
background-color: #EAE584;
}
</style>
border-color css
<style>
span { border-color: #EAE584; }
span { border-color: rgb(234,229,132); }
td.TdClassName
{
border-color: #EAE584;
}
.TagClassName
{
border-color: #EAE584;
}
</style>