Shades of Texas #E1DF7F
Tints of Texas #E1DF7F
RGB
CMYK
RGB Variations
Color information
#E1DF7F (or 0xE1DF7F) is known color: Texas. HEX triplet: E1, DF and 7F. RGB value is (225,223,127). Sum of RGB (Red+Green+Blue) = 225+223+127=575 (76% of max value = 765). Red value is 225 (88.28% from 255 or 39.13% from 575); Green value is 223 (87.5% from 255 or 38.78% from 575); Blue value is 127 (50% from 255 or 22.09% from 575); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DF7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1DF7F is #1E2080. Grayscale: #D5D5D5. Windows color (decimal): -1974401 or 8380385. OLE color: 8380385.
HSL color Cylindrical-coordinate representation of color #E1DF7F: hue angle of 58.78º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E1DF7F is Cyan = 0, Magento = 0.01, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 223 | 127 | - |
| CMYK | 0 | 0.01 | 0.44 | 0.12 |
| HSL | 58.78º | 0.62% | 0.69% | - |
| HSV(B) | 58.78º | 0.44% | 0.88% | - |
| XYZ | 61.27 | 70.32 | 30.42 | - |
| YUV | 212.65 | 79.66 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 223 | 127 | 0 | 0.01 | 0.44 | 0.12 | 58.78 | 0.62 | 0.69 |
| Hex | E1 | DF | 7F | 0 | 1 | 2C | C | 3B | 3E | 45 |
| Octal | 341 | 337 | 177 | 0 | 1 | 54 | 14 | 73 | 76 | 105 |
| Binary | 11100001 | 11011111 | 1111111 | 0 | 1 | 101100 | 1100 | 111011 | 111110 | 1000101 |
Color Harmonies of #E1DF7F
Complementary color
Monochromatic Colors of #E1DF7F
Black with #E1DF7F
Text Example
Text Example
White with #E1DF7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DF7F; }
p { color: rgb(225,223,127); }
H1.HeaderClassName
{
color: #E1DF7F;
}
.AnyTagClassName
{
color: #E1DF7F;
}
</style>
background-color css
<style>
a { background-color: #E1DF7F; }
a { background-color: rgb(225,223,127); }
div.DivClassName
{
background-color: #E1DF7F;
}
.BgClassName
{
background-color: #E1DF7F;
}
</style>
border-color css
<style>
span { border-color: #E1DF7F; }
span { border-color: rgb(225,223,127); }
td.TdClassName
{
border-color: #E1DF7F;
}
.TagClassName
{
border-color: #E1DF7F;
}
</style>