Shades of Texas #E4DF7C
Tints of Texas #E4DF7C
RGB
CMYK
RGB Variations
Color information
#E4DF7C (or 0xE4DF7C) is known color: Texas. HEX triplet: E4, DF and 7C. RGB value is (228,223,124). Sum of RGB (Red+Green+Blue) = 228+223+124=575 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.65% from 575); Green value is 223 (87.5% from 255 or 38.78% from 575); Blue value is 124 (48.83% from 255 or 21.57% from 575); Max value from RGB is 228 - color contains mainly: red. Hex color #E4DF7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4DF7C is #1B2083. Grayscale: #D5D5D5. Windows color (decimal): -1777796 or 8183780. OLE color: 8183780.
HSL color Cylindrical-coordinate representation of color #E4DF7C: hue angle of 57.12º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E4DF7C is Cyan = 0, Magento = 0.02, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 223 | 124 | - |
| CMYK | 0 | 0.02 | 0.46 | 0.11 |
| HSL | 57.12º | 0.66% | 0.69% | - |
| HSV(B) | 57.12º | 0.46% | 0.89% | - |
| XYZ | 62.02 | 70.72 | 29.45 | - |
| YUV | 213.21 | 77.66 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 223 | 124 | 0 | 0.02 | 0.46 | 0.11 | 57.12 | 0.66 | 0.69 |
| Hex | E4 | DF | 7C | 0 | 2 | 2E | B | 39 | 42 | 45 |
| Octal | 344 | 337 | 174 | 0 | 2 | 56 | 13 | 71 | 102 | 105 |
| Binary | 11100100 | 11011111 | 1111100 | 0 | 10 | 101110 | 1011 | 111001 | 1000010 | 1000101 |
Color Harmonies of #E4DF7C
Complementary color
Monochromatic Colors of #E4DF7C
Black with #E4DF7C
Text Example
Text Example
White with #E4DF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4DF7C; }
p { color: rgb(228,223,124); }
H1.HeaderClassName
{
color: #E4DF7C;
}
.AnyTagClassName
{
color: #E4DF7C;
}
</style>
background-color css
<style>
a { background-color: #E4DF7C; }
a { background-color: rgb(228,223,124); }
div.DivClassName
{
background-color: #E4DF7C;
}
.BgClassName
{
background-color: #E4DF7C;
}
</style>
border-color css
<style>
span { border-color: #E4DF7C; }
span { border-color: rgb(228,223,124); }
td.TdClassName
{
border-color: #E4DF7C;
}
.TagClassName
{
border-color: #E4DF7C;
}
</style>