Shades of Texas #E3DF7E
Tints of Texas #E3DF7E
RGB
CMYK
RGB Variations
Color information
#E3DF7E (or 0xE3DF7E) is known color: Texas. HEX triplet: E3, DF and 7E. RGB value is (227,223,126). Sum of RGB (Red+Green+Blue) = 227+223+126=576 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.41% from 576); Green value is 223 (87.5% from 255 or 38.72% from 576); Blue value is 126 (49.61% from 255 or 21.88% from 576); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DF7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3DF7E is #1C2081. Grayscale: #D5D5D5. Windows color (decimal): -1843330 or 8314851. OLE color: 8314851.
HSL color Cylindrical-coordinate representation of color #E3DF7E: hue angle of 57.62º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E3DF7E is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 223 | 126 | - |
| CMYK | 0 | 0.02 | 0.44 | 0.11 |
| HSL | 57.62º | 0.64% | 0.69% | - |
| HSV(B) | 57.62º | 0.44% | 0.89% | - |
| XYZ | 61.83 | 70.61 | 30.11 | - |
| YUV | 213.14 | 78.83 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 223 | 126 | 0 | 0.02 | 0.44 | 0.11 | 57.62 | 0.64 | 0.69 |
| Hex | E3 | DF | 7E | 0 | 2 | 2C | B | 3A | 40 | 45 |
| Octal | 343 | 337 | 176 | 0 | 2 | 54 | 13 | 72 | 100 | 105 |
| Binary | 11100011 | 11011111 | 1111110 | 0 | 10 | 101100 | 1011 | 111010 | 1000000 | 1000101 |
Color Harmonies of #E3DF7E
Complementary color
Monochromatic Colors of #E3DF7E
Black with #E3DF7E
Text Example
Text Example
White with #E3DF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3DF7E; }
p { color: rgb(227,223,126); }
H1.HeaderClassName
{
color: #E3DF7E;
}
.AnyTagClassName
{
color: #E3DF7E;
}
</style>
background-color css
<style>
a { background-color: #E3DF7E; }
a { background-color: rgb(227,223,126); }
div.DivClassName
{
background-color: #E3DF7E;
}
.BgClassName
{
background-color: #E3DF7E;
}
</style>
border-color css
<style>
span { border-color: #E3DF7E; }
span { border-color: rgb(227,223,126); }
td.TdClassName
{
border-color: #E3DF7E;
}
.TagClassName
{
border-color: #E3DF7E;
}
</style>