Shades of Texas #E6ED7E
Tints of Texas #E6ED7E
RGB
CMYK
RGB Variations
Color information
#E6ED7E (or 0xE6ED7E) is known color: Texas. HEX triplet: E6, ED and 7E. RGB value is (230,237,126). Sum of RGB (Red+Green+Blue) = 230+237+126=593 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.79% from 593); Green value is 237 (92.97% from 255 or 39.97% from 593); Blue value is 126 (49.61% from 255 or 21.25% from 593); Max value from RGB is 237 - color contains mainly: green. Hex color #E6ED7E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #E6ED7E is #191281. Grayscale: #DEDEDE. Windows color (decimal): -1643138 or 8318438. OLE color: 8318438.
HSL color Cylindrical-coordinate representation of color #E6ED7E: hue angle of 63.78º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E6ED7E is Cyan = 0.03, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 230 | 237 | 126 | - |
| CMYK | 0.03 | 0 | 0.47 | 0.07 |
| HSL | 63.78º | 0.76% | 0.71% | - |
| HSV(B) | 63.78º | 0.47% | 0.93% | - |
| XYZ | 66.68 | 78.9 | 31.45 | - |
| YUV | 222.25 | 73.68 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 237 | 126 | 0.03 | 0 | 0.47 | 0.07 | 63.78 | 0.76 | 0.71 |
| Hex | E6 | ED | 7E | 3 | 0 | 2F | 7 | 40 | 4C | 47 |
| Octal | 346 | 355 | 176 | 3 | 0 | 57 | 7 | 100 | 114 | 107 |
| Binary | 11100110 | 11101101 | 1111110 | 11 | 0 | 101111 | 111 | 1000000 | 1001100 | 1000111 |
Color Harmonies of #E6ED7E
Complementary color
Monochromatic Colors of #E6ED7E
Black with #E6ED7E
Text Example
Text Example
White with #E6ED7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6ED7E; }
p { color: rgb(230,237,126); }
H1.HeaderClassName
{
color: #E6ED7E;
}
.AnyTagClassName
{
color: #E6ED7E;
}
</style>
background-color css
<style>
a { background-color: #E6ED7E; }
a { background-color: rgb(230,237,126); }
div.DivClassName
{
background-color: #E6ED7E;
}
.BgClassName
{
background-color: #E6ED7E;
}
</style>
border-color css
<style>
span { border-color: #E6ED7E; }
span { border-color: rgb(230,237,126); }
td.TdClassName
{
border-color: #E6ED7E;
}
.TagClassName
{
border-color: #E6ED7E;
}
</style>