Shades of Texas #E6F080
Tints of Texas #E6F080
RGB
CMYK
RGB Variations
Color information
#E6F080 (or 0xE6F080) is known color: Texas. HEX triplet: E6, F0 and 80. RGB value is (230,240,128). Sum of RGB (Red+Green+Blue) = 230+240+128=598 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.46% from 598); Green value is 240 (94.14% from 255 or 40.13% from 598); Blue value is 128 (50.39% from 255 or 21.40% from 598); Max value from RGB is 240 - color contains mainly: green. Hex color #E6F080 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E6F080 is #190F7F. Grayscale: #E0E0E0. Windows color (decimal): -1642368 or 8450278. OLE color: 8450278.
HSL color Cylindrical-coordinate representation of color #E6F080: hue angle of 65.36º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E6F080 is Cyan = 0.04, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 230 | 240 | 128 | - |
| CMYK | 0.04 | 0 | 0.47 | 0.06 |
| HSL | 65.36º | 0.79% | 0.72% | - |
| HSV(B) | 65.36º | 0.47% | 0.94% | - |
| XYZ | 67.69 | 80.7 | 32.43 | - |
| YUV | 224.24 | 73.69 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 240 | 128 | 0.04 | 0 | 0.47 | 0.06 | 65.36 | 0.79 | 0.72 |
| Hex | E6 | F0 | 80 | 4 | 0 | 2F | 6 | 41 | 4F | 48 |
| Octal | 346 | 360 | 200 | 4 | 0 | 57 | 6 | 101 | 117 | 110 |
| Binary | 11100110 | 11110000 | 10000000 | 100 | 0 | 101111 | 110 | 1000001 | 1001111 | 1001000 |
Color Harmonies of #E6F080
Complementary color
Monochromatic Colors of #E6F080
Black with #E6F080
Text Example
Text Example
White with #E6F080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6F080; }
p { color: rgb(230,240,128); }
H1.HeaderClassName
{
color: #E6F080;
}
.AnyTagClassName
{
color: #E6F080;
}
</style>
background-color css
<style>
a { background-color: #E6F080; }
a { background-color: rgb(230,240,128); }
div.DivClassName
{
background-color: #E6F080;
}
.BgClassName
{
background-color: #E6F080;
}
</style>
border-color css
<style>
span { border-color: #E6F080; }
span { border-color: rgb(230,240,128); }
td.TdClassName
{
border-color: #E6F080;
}
.TagClassName
{
border-color: #E6F080;
}
</style>