Shades of Texas #E3DE7F
Tints of Texas #E3DE7F
RGB
CMYK
RGB Variations
Color information
#E3DE7F (or 0xE3DE7F) is known color: Texas. HEX triplet: E3, DE and 7F. RGB value is (227,222,127). Sum of RGB (Red+Green+Blue) = 227+222+127=576 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.41% from 576); Green value is 222 (87.11% from 255 or 38.54% from 576); Blue value is 127 (50% from 255 or 22.05% from 576); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DE7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3DE7F is #1C2180. Grayscale: #D5D5D5. Windows color (decimal): -1843585 or 8380131. OLE color: 8380131.
HSL color Cylindrical-coordinate representation of color #E3DE7F: hue angle of 57º 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 #E3DE7F is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 222 | 127 | - |
| CMYK | 0 | 0.02 | 0.44 | 0.11 |
| HSL | 57º | 0.64% | 0.69% | - |
| HSV(B) | 57º | 0.44% | 0.89% | - |
| XYZ | 61.63 | 70.11 | 30.36 | - |
| YUV | 212.67 | 79.66 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 222 | 127 | 0 | 0.02 | 0.44 | 0.11 | 57 | 0.64 | 0.69 |
| Hex | E3 | DE | 7F | 0 | 2 | 2C | B | 39 | 40 | 45 |
| Octal | 343 | 336 | 177 | 0 | 2 | 54 | 13 | 71 | 100 | 105 |
| Binary | 11100011 | 11011110 | 1111111 | 0 | 10 | 101100 | 1011 | 111001 | 1000000 | 1000101 |
Color Harmonies of #E3DE7F
Complementary color
Monochromatic Colors of #E3DE7F
Black with #E3DE7F
Text Example
Text Example
White with #E3DE7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3DE7F; }
p { color: rgb(227,222,127); }
H1.HeaderClassName
{
color: #E3DE7F;
}
.AnyTagClassName
{
color: #E3DE7F;
}
</style>
background-color css
<style>
a { background-color: #E3DE7F; }
a { background-color: rgb(227,222,127); }
div.DivClassName
{
background-color: #E3DE7F;
}
.BgClassName
{
background-color: #E3DE7F;
}
</style>
border-color css
<style>
span { border-color: #E3DE7F; }
span { border-color: rgb(227,222,127); }
td.TdClassName
{
border-color: #E3DE7F;
}
.TagClassName
{
border-color: #E3DE7F;
}
</style>