Shades of Texas #E7DF7B
Tints of Texas #E7DF7B
RGB
CMYK
RGB Variations
Color information
#E7DF7B (or 0xE7DF7B) is known color: Texas. HEX triplet: E7, DF and 7B. RGB value is (231,223,123). Sum of RGB (Red+Green+Blue) = 231+223+123=577 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.03% from 577); Green value is 223 (87.5% from 255 or 38.65% from 577); Blue value is 123 (48.44% from 255 or 21.32% from 577); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DF7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7DF7B is #182084. Grayscale: #D6D6D6. Windows color (decimal): -1581189 or 8118247. OLE color: 8118247.
HSL color Cylindrical-coordinate representation of color #E7DF7B: hue angle of 55.56º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E7DF7B is Cyan = 0, Magento = 0.03, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 223 | 123 | - |
| CMYK | 0 | 0.03 | 0.47 | 0.09 |
| HSL | 55.56º | 0.69% | 0.69% | - |
| HSV(B) | 55.56º | 0.47% | 0.91% | - |
| XYZ | 62.92 | 71.19 | 29.16 | - |
| YUV | 213.99 | 76.65 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 223 | 123 | 0 | 0.03 | 0.47 | 0.09 | 55.56 | 0.69 | 0.69 |
| Hex | E7 | DF | 7B | 0 | 3 | 2F | 9 | 38 | 45 | 45 |
| Octal | 347 | 337 | 173 | 0 | 3 | 57 | 11 | 70 | 105 | 105 |
| Binary | 11100111 | 11011111 | 1111011 | 0 | 11 | 101111 | 1001 | 111000 | 1000101 | 1000101 |
Color Harmonies of #E7DF7B
Complementary color
Monochromatic Colors of #E7DF7B
Black with #E7DF7B
Text Example
Text Example
White with #E7DF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DF7B; }
p { color: rgb(231,223,123); }
H1.HeaderClassName
{
color: #E7DF7B;
}
.AnyTagClassName
{
color: #E7DF7B;
}
</style>
background-color css
<style>
a { background-color: #E7DF7B; }
a { background-color: rgb(231,223,123); }
div.DivClassName
{
background-color: #E7DF7B;
}
.BgClassName
{
background-color: #E7DF7B;
}
</style>
border-color css
<style>
span { border-color: #E7DF7B; }
span { border-color: rgb(231,223,123); }
td.TdClassName
{
border-color: #E7DF7B;
}
.TagClassName
{
border-color: #E7DF7B;
}
</style>