Shades of Texas #E6E17D
Tints of Texas #E6E17D
RGB
CMYK
RGB Variations
Color information
#E6E17D (or 0xE6E17D) is known color: Texas. HEX triplet: E6, E1 and 7D. RGB value is (230,225,125). Sum of RGB (Red+Green+Blue) = 230+225+125=580 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.66% from 580); Green value is 225 (88.28% from 255 or 38.79% from 580); Blue value is 125 (49.22% from 255 or 21.55% from 580); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E17D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6E17D is #191E82. Grayscale: #D7D7D7. Windows color (decimal): -1646211 or 8249830. OLE color: 8249830.
HSL color Cylindrical-coordinate representation of color #E6E17D: hue angle of 57.14º 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 #E6E17D is Cyan = 0, Magento = 0.02, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 225 | 125 | - |
| CMYK | 0 | 0.02 | 0.46 | 0.10 |
| HSL | 57.14º | 0.68% | 0.7% | - |
| HSV(B) | 57.14º | 0.46% | 0.9% | - |
| XYZ | 63.26 | 72.15 | 30 | - |
| YUV | 215.1 | 77.16 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 225 | 125 | 0 | 0.02 | 0.46 | 0.10 | 57.14 | 0.68 | 0.7 |
| Hex | E6 | E1 | 7D | 0 | 2 | 2E | A | 39 | 44 | 46 |
| Octal | 346 | 341 | 175 | 0 | 2 | 56 | 12 | 71 | 104 | 106 |
| Binary | 11100110 | 11100001 | 1111101 | 0 | 10 | 101110 | 1010 | 111001 | 1000100 | 1000110 |
Color Harmonies of #E6E17D
Complementary color
Monochromatic Colors of #E6E17D
Black with #E6E17D
Text Example
Text Example
White with #E6E17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E17D; }
p { color: rgb(230,225,125); }
H1.HeaderClassName
{
color: #E6E17D;
}
.AnyTagClassName
{
color: #E6E17D;
}
</style>
background-color css
<style>
a { background-color: #E6E17D; }
a { background-color: rgb(230,225,125); }
div.DivClassName
{
background-color: #E6E17D;
}
.BgClassName
{
background-color: #E6E17D;
}
</style>
border-color css
<style>
span { border-color: #E6E17D; }
span { border-color: rgb(230,225,125); }
td.TdClassName
{
border-color: #E6E17D;
}
.TagClassName
{
border-color: #E6E17D;
}
</style>