Shades of Texas #E6E27A
Tints of Texas #E6E27A
RGB
CMYK
RGB Variations
Color information
#E6E27A (or 0xE6E27A) is known color: Texas. HEX triplet: E6, E2 and 7A. RGB value is (230,226,122). Sum of RGB (Red+Green+Blue) = 230+226+122=578 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.79% from 578); Green value is 226 (88.67% from 255 or 39.10% from 578); Blue value is 122 (48.05% from 255 or 21.11% from 578); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E27A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6E27A is #191D85. Grayscale: #D7D7D7. Windows color (decimal): -1645958 or 8053478. OLE color: 8053478.
HSL color Cylindrical-coordinate representation of color #E6E27A: hue angle of 57.78º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E6E27A is Cyan = 0, Magento = 0.02, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 226 | 122 | - |
| CMYK | 0 | 0.02 | 0.47 | 0.10 |
| HSL | 57.78º | 0.68% | 0.69% | - |
| HSV(B) | 57.78º | 0.47% | 0.9% | - |
| XYZ | 63.34 | 72.62 | 29.09 | - |
| YUV | 215.34 | 75.33 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 226 | 122 | 0 | 0.02 | 0.47 | 0.10 | 57.78 | 0.68 | 0.69 |
| Hex | E6 | E2 | 7A | 0 | 2 | 2F | A | 3A | 44 | 45 |
| Octal | 346 | 342 | 172 | 0 | 2 | 57 | 12 | 72 | 104 | 105 |
| Binary | 11100110 | 11100010 | 1111010 | 0 | 10 | 101111 | 1010 | 111010 | 1000100 | 1000101 |
Color Harmonies of #E6E27A
Complementary color
Monochromatic Colors of #E6E27A
Black with #E6E27A
Text Example
Text Example
White with #E6E27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E27A; }
p { color: rgb(230,226,122); }
H1.HeaderClassName
{
color: #E6E27A;
}
.AnyTagClassName
{
color: #E6E27A;
}
</style>
background-color css
<style>
a { background-color: #E6E27A; }
a { background-color: rgb(230,226,122); }
div.DivClassName
{
background-color: #E6E27A;
}
.BgClassName
{
background-color: #E6E27A;
}
</style>
border-color css
<style>
span { border-color: #E6E27A; }
span { border-color: rgb(230,226,122); }
td.TdClassName
{
border-color: #E6E27A;
}
.TagClassName
{
border-color: #E6E27A;
}
</style>