Shades of Texas #EAE673
Tints of Texas #EAE673
RGB
CMYK
RGB Variations
Color information
#EAE673 (or 0xEAE673) is known color: Texas. HEX triplet: EA, E6 and 73. RGB value is (234,230,115). Sum of RGB (Red+Green+Blue) = 234+230+115=579 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.41% from 579); Green value is 230 (90.23% from 255 or 39.72% from 579); Blue value is 115 (45.31% from 255 or 19.86% from 579); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE673 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAE673 is #15198C. Grayscale: #DADADA. Windows color (decimal): -1382797 or 7595754. OLE color: 7595754.
HSL color Cylindrical-coordinate representation of color #EAE673: hue angle of 57.98º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EAE673 is Cyan = 0, Magento = 0.02, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 230 | 115 | - |
| CMYK | 0 | 0.02 | 0.51 | 0.08 |
| HSL | 57.98º | 0.74% | 0.68% | - |
| HSV(B) | 57.98º | 0.51% | 0.92% | - |
| XYZ | 65.32 | 75.32 | 27.32 | - |
| YUV | 218.09 | 69.83 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 230 | 115 | 0 | 0.02 | 0.51 | 0.08 | 57.98 | 0.74 | 0.68 |
| Hex | EA | E6 | 73 | 0 | 2 | 33 | 8 | 3A | 4A | 44 |
| Octal | 352 | 346 | 163 | 0 | 2 | 63 | 10 | 72 | 112 | 104 |
| Binary | 11101010 | 11100110 | 1110011 | 0 | 10 | 110011 | 1000 | 111010 | 1001010 | 1000100 |
Color Harmonies of #EAE673
Complementary color
Monochromatic Colors of #EAE673
Black with #EAE673
Text Example
Text Example
White with #EAE673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE673; }
p { color: rgb(234,230,115); }
H1.HeaderClassName
{
color: #EAE673;
}
.AnyTagClassName
{
color: #EAE673;
}
</style>
background-color css
<style>
a { background-color: #EAE673; }
a { background-color: rgb(234,230,115); }
div.DivClassName
{
background-color: #EAE673;
}
.BgClassName
{
background-color: #EAE673;
}
</style>
border-color css
<style>
span { border-color: #EAE673; }
span { border-color: rgb(234,230,115); }
td.TdClassName
{
border-color: #EAE673;
}
.TagClassName
{
border-color: #EAE673;
}
</style>