Shades of Texas #E5DF7E
Tints of Texas #E5DF7E
RGB
CMYK
RGB Variations
Color information
#E5DF7E (or 0xE5DF7E) is known color: Texas. HEX triplet: E5, DF and 7E. RGB value is (229,223,126). Sum of RGB (Red+Green+Blue) = 229+223+126=578 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.62% from 578); Green value is 223 (87.5% from 255 or 38.58% from 578); Blue value is 126 (49.61% from 255 or 21.80% from 578); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DF7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5DF7E is #1A2081. Grayscale: #D6D6D6. Windows color (decimal): -1712258 or 8314853. OLE color: 8314853.
HSL color Cylindrical-coordinate representation of color #E5DF7E: hue angle of 56.5º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E5DF7E is Cyan = 0, Magento = 0.03, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 223 | 126 | - |
| CMYK | 0 | 0.03 | 0.45 | 0.10 |
| HSL | 56.5º | 0.66% | 0.7% | - |
| HSV(B) | 56.5º | 0.45% | 0.9% | - |
| XYZ | 62.47 | 70.94 | 30.14 | - |
| YUV | 213.74 | 78.49 | 138.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 223 | 126 | 0 | 0.03 | 0.45 | 0.10 | 56.5 | 0.66 | 0.7 |
| Hex | E5 | DF | 7E | 0 | 3 | 2D | A | 39 | 42 | 46 |
| Octal | 345 | 337 | 176 | 0 | 3 | 55 | 12 | 71 | 102 | 106 |
| Binary | 11100101 | 11011111 | 1111110 | 0 | 11 | 101101 | 1010 | 111001 | 1000010 | 1000110 |
Color Harmonies of #E5DF7E
Complementary color
Monochromatic Colors of #E5DF7E
Black with #E5DF7E
Text Example
Text Example
White with #E5DF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DF7E; }
p { color: rgb(229,223,126); }
H1.HeaderClassName
{
color: #E5DF7E;
}
.AnyTagClassName
{
color: #E5DF7E;
}
</style>
background-color css
<style>
a { background-color: #E5DF7E; }
a { background-color: rgb(229,223,126); }
div.DivClassName
{
background-color: #E5DF7E;
}
.BgClassName
{
background-color: #E5DF7E;
}
</style>
border-color css
<style>
span { border-color: #E5DF7E; }
span { border-color: rgb(229,223,126); }
td.TdClassName
{
border-color: #E5DF7E;
}
.TagClassName
{
border-color: #E5DF7E;
}
</style>