Shades of Texas #E6DD7D
Tints of Texas #E6DD7D
RGB
CMYK
RGB Variations
Color information
#E6DD7D (or 0xE6DD7D) is known color: Texas. HEX triplet: E6, DD and 7D. RGB value is (230,221,125). Sum of RGB (Red+Green+Blue) = 230+221+125=576 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.93% from 576); Green value is 221 (86.72% from 255 or 38.37% from 576); Blue value is 125 (49.22% from 255 or 21.70% from 576); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DD7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6DD7D is #192282. Grayscale: #D5D5D5. Windows color (decimal): -1647235 or 8248806. OLE color: 8248806.
HSL color Cylindrical-coordinate representation of color #E6DD7D: hue angle of 54.86º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E6DD7D is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 221 | 125 | - |
| CMYK | 0 | 0.04 | 0.46 | 0.10 |
| HSL | 54.86º | 0.68% | 0.7% | - |
| HSV(B) | 54.86º | 0.46% | 0.9% | - |
| XYZ | 62.19 | 70.02 | 29.64 | - |
| YUV | 212.75 | 78.48 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 221 | 125 | 0 | 0.04 | 0.46 | 0.10 | 54.86 | 0.68 | 0.7 |
| Hex | E6 | DD | 7D | 0 | 4 | 2E | A | 37 | 44 | 46 |
| Octal | 346 | 335 | 175 | 0 | 4 | 56 | 12 | 67 | 104 | 106 |
| Binary | 11100110 | 11011101 | 1111101 | 0 | 100 | 101110 | 1010 | 110111 | 1000100 | 1000110 |
Color Harmonies of #E6DD7D
Complementary color
Monochromatic Colors of #E6DD7D
Black with #E6DD7D
Text Example
Text Example
White with #E6DD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DD7D; }
p { color: rgb(230,221,125); }
H1.HeaderClassName
{
color: #E6DD7D;
}
.AnyTagClassName
{
color: #E6DD7D;
}
</style>
background-color css
<style>
a { background-color: #E6DD7D; }
a { background-color: rgb(230,221,125); }
div.DivClassName
{
background-color: #E6DD7D;
}
.BgClassName
{
background-color: #E6DD7D;
}
</style>
border-color css
<style>
span { border-color: #E6DD7D; }
span { border-color: rgb(230,221,125); }
td.TdClassName
{
border-color: #E6DD7D;
}
.TagClassName
{
border-color: #E6DD7D;
}
</style>