Shades of Texas #E2DF7B
Tints of Texas #E2DF7B
RGB
CMYK
RGB Variations
Color information
#E2DF7B (or 0xE2DF7B) is known color: Texas. HEX triplet: E2, DF and 7B. RGB value is (226,223,123). Sum of RGB (Red+Green+Blue) = 226+223+123=572 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.51% from 572); Green value is 223 (87.5% from 255 or 38.99% from 572); Blue value is 123 (48.44% from 255 or 21.50% from 572); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DF7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2DF7B is #1D2084. Grayscale: #D4D4D4. Windows color (decimal): -1908869 or 8118242. OLE color: 8118242.
HSL color Cylindrical-coordinate representation of color #E2DF7B: hue angle of 58.25º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E2DF7B is Cyan = 0, Magento = 0.01, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 223 | 123 | - |
| CMYK | 0 | 0.01 | 0.46 | 0.11 |
| HSL | 58.25º | 0.64% | 0.68% | - |
| HSV(B) | 58.25º | 0.46% | 0.89% | - |
| XYZ | 61.33 | 70.37 | 29.09 | - |
| YUV | 212.5 | 77.49 | 137.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 223 | 123 | 0 | 0.01 | 0.46 | 0.11 | 58.25 | 0.64 | 0.68 |
| Hex | E2 | DF | 7B | 0 | 1 | 2E | B | 3A | 40 | 44 |
| Octal | 342 | 337 | 173 | 0 | 1 | 56 | 13 | 72 | 100 | 104 |
| Binary | 11100010 | 11011111 | 1111011 | 0 | 1 | 101110 | 1011 | 111010 | 1000000 | 1000100 |
Color Harmonies of #E2DF7B
Complementary color
Monochromatic Colors of #E2DF7B
Black with #E2DF7B
Text Example
Text Example
White with #E2DF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DF7B; }
p { color: rgb(226,223,123); }
H1.HeaderClassName
{
color: #E2DF7B;
}
.AnyTagClassName
{
color: #E2DF7B;
}
</style>
background-color css
<style>
a { background-color: #E2DF7B; }
a { background-color: rgb(226,223,123); }
div.DivClassName
{
background-color: #E2DF7B;
}
.BgClassName
{
background-color: #E2DF7B;
}
</style>
border-color css
<style>
span { border-color: #E2DF7B; }
span { border-color: rgb(226,223,123); }
td.TdClassName
{
border-color: #E2DF7B;
}
.TagClassName
{
border-color: #E2DF7B;
}
</style>