Shades of Texas #E3DE7A
Tints of Texas #E3DE7A
RGB
CMYK
RGB Variations
Color information
#E3DE7A (or 0xE3DE7A) is known color: Texas. HEX triplet: E3, DE and 7A. RGB value is (227,222,122). Sum of RGB (Red+Green+Blue) = 227+222+122=571 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.75% from 571); Green value is 222 (87.11% from 255 or 38.88% from 571); Blue value is 122 (48.05% from 255 or 21.37% from 571); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DE7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3DE7A is #1C2185. Grayscale: #D4D4D4. Windows color (decimal): -1843590 or 8052451. OLE color: 8052451.
HSL color Cylindrical-coordinate representation of color #E3DE7A: hue angle of 57.14º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E3DE7A is Cyan = 0, Magento = 0.02, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 222 | 122 | - |
| CMYK | 0 | 0.02 | 0.46 | 0.11 |
| HSL | 57.14º | 0.65% | 0.68% | - |
| HSV(B) | 57.14º | 0.46% | 0.89% | - |
| XYZ | 61.31 | 69.98 | 28.69 | - |
| YUV | 212.1 | 77.16 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 222 | 122 | 0 | 0.02 | 0.46 | 0.11 | 57.14 | 0.65 | 0.68 |
| Hex | E3 | DE | 7A | 0 | 2 | 2E | B | 39 | 41 | 44 |
| Octal | 343 | 336 | 172 | 0 | 2 | 56 | 13 | 71 | 101 | 104 |
| Binary | 11100011 | 11011110 | 1111010 | 0 | 10 | 101110 | 1011 | 111001 | 1000001 | 1000100 |
Color Harmonies of #E3DE7A
Complementary color
Monochromatic Colors of #E3DE7A
Black with #E3DE7A
Text Example
Text Example
White with #E3DE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3DE7A; }
p { color: rgb(227,222,122); }
H1.HeaderClassName
{
color: #E3DE7A;
}
.AnyTagClassName
{
color: #E3DE7A;
}
</style>
background-color css
<style>
a { background-color: #E3DE7A; }
a { background-color: rgb(227,222,122); }
div.DivClassName
{
background-color: #E3DE7A;
}
.BgClassName
{
background-color: #E3DE7A;
}
</style>
border-color css
<style>
span { border-color: #E3DE7A; }
span { border-color: rgb(227,222,122); }
td.TdClassName
{
border-color: #E3DE7A;
}
.TagClassName
{
border-color: #E3DE7A;
}
</style>