Shades of Texas #E4DF7E
Tints of Texas #E4DF7E
RGB
CMYK
RGB Variations
Color information
#E4DF7E (or 0xE4DF7E) is known color: Texas. HEX triplet: E4, DF and 7E. RGB value is (228,223,126). Sum of RGB (Red+Green+Blue) = 228+223+126=577 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.51% from 577); Green value is 223 (87.5% from 255 or 38.65% from 577); Blue value is 126 (49.61% from 255 or 21.84% from 577); Max value from RGB is 228 - color contains mainly: red. Hex color #E4DF7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4DF7E is #1B2081. Grayscale: #D5D5D5. Windows color (decimal): -1777794 or 8314852. OLE color: 8314852.
HSL color Cylindrical-coordinate representation of color #E4DF7E: hue angle of 57.06º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E4DF7E is Cyan = 0, Magento = 0.02, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 223 | 126 | - |
| CMYK | 0 | 0.02 | 0.45 | 0.11 |
| HSL | 57.06º | 0.65% | 0.69% | - |
| HSV(B) | 57.06º | 0.45% | 0.89% | - |
| XYZ | 62.15 | 70.78 | 30.12 | - |
| YUV | 213.44 | 78.66 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 223 | 126 | 0 | 0.02 | 0.45 | 0.11 | 57.06 | 0.65 | 0.69 |
| Hex | E4 | DF | 7E | 0 | 2 | 2D | B | 39 | 41 | 45 |
| Octal | 344 | 337 | 176 | 0 | 2 | 55 | 13 | 71 | 101 | 105 |
| Binary | 11100100 | 11011111 | 1111110 | 0 | 10 | 101101 | 1011 | 111001 | 1000001 | 1000101 |
Color Harmonies of #E4DF7E
Complementary color
Monochromatic Colors of #E4DF7E
Black with #E4DF7E
Text Example
Text Example
White with #E4DF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4DF7E; }
p { color: rgb(228,223,126); }
H1.HeaderClassName
{
color: #E4DF7E;
}
.AnyTagClassName
{
color: #E4DF7E;
}
</style>
background-color css
<style>
a { background-color: #E4DF7E; }
a { background-color: rgb(228,223,126); }
div.DivClassName
{
background-color: #E4DF7E;
}
.BgClassName
{
background-color: #E4DF7E;
}
</style>
border-color css
<style>
span { border-color: #E4DF7E; }
span { border-color: rgb(228,223,126); }
td.TdClassName
{
border-color: #E4DF7E;
}
.TagClassName
{
border-color: #E4DF7E;
}
</style>