Shades of Texas #E6E07E
Tints of Texas #E6E07E
RGB
CMYK
RGB Variations
Color information
#E6E07E (or 0xE6E07E) is known color: Texas. HEX triplet: E6, E0 and 7E. RGB value is (230,224,126). Sum of RGB (Red+Green+Blue) = 230+224+126=580 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.66% from 580); Green value is 224 (87.89% from 255 or 38.62% from 580); Blue value is 126 (49.61% from 255 or 21.72% from 580); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E07E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6E07E is #191F81. Grayscale: #D7D7D7. Windows color (decimal): -1646466 or 8315110. OLE color: 8315110.
HSL color Cylindrical-coordinate representation of color #E6E07E: hue angle of 56.54º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E6E07E is Cyan = 0, Magento = 0.03, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 224 | 126 | - |
| CMYK | 0 | 0.03 | 0.45 | 0.10 |
| HSL | 56.54º | 0.68% | 0.7% | - |
| HSV(B) | 56.54º | 0.45% | 0.9% | - |
| XYZ | 63.05 | 71.64 | 30.24 | - |
| YUV | 214.62 | 77.99 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 224 | 126 | 0 | 0.03 | 0.45 | 0.10 | 56.54 | 0.68 | 0.7 |
| Hex | E6 | E0 | 7E | 0 | 3 | 2D | A | 39 | 44 | 46 |
| Octal | 346 | 340 | 176 | 0 | 3 | 55 | 12 | 71 | 104 | 106 |
| Binary | 11100110 | 11100000 | 1111110 | 0 | 11 | 101101 | 1010 | 111001 | 1000100 | 1000110 |
Color Harmonies of #E6E07E
Complementary color
Monochromatic Colors of #E6E07E
Black with #E6E07E
Text Example
Text Example
White with #E6E07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E07E; }
p { color: rgb(230,224,126); }
H1.HeaderClassName
{
color: #E6E07E;
}
.AnyTagClassName
{
color: #E6E07E;
}
</style>
background-color css
<style>
a { background-color: #E6E07E; }
a { background-color: rgb(230,224,126); }
div.DivClassName
{
background-color: #E6E07E;
}
.BgClassName
{
background-color: #E6E07E;
}
</style>
border-color css
<style>
span { border-color: #E6E07E; }
span { border-color: rgb(230,224,126); }
td.TdClassName
{
border-color: #E6E07E;
}
.TagClassName
{
border-color: #E6E07E;
}
</style>