Shades of Texas #E6F07C
Tints of Texas #E6F07C
RGB
CMYK
RGB Variations
Color information
#E6F07C (or 0xE6F07C) is known color: Texas. HEX triplet: E6, F0 and 7C. RGB value is (230,240,124). Sum of RGB (Red+Green+Blue) = 230+240+124=594 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.72% from 594); Green value is 240 (94.14% from 255 or 40.40% from 594); Blue value is 124 (48.83% from 255 or 20.88% from 594); Max value from RGB is 240 - color contains mainly: green. Hex color #E6F07C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #E6F07C is #190F83. Grayscale: #E0E0E0. Windows color (decimal): -1642372 or 8188134. OLE color: 8188134.
HSL color Cylindrical-coordinate representation of color #E6F07C: hue angle of 65.17º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E6F07C is Cyan = 0.04, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 230 | 240 | 124 | - |
| CMYK | 0.04 | 0 | 0.48 | 0.06 |
| HSL | 65.17º | 0.79% | 0.71% | - |
| HSV(B) | 65.17º | 0.48% | 0.94% | - |
| XYZ | 67.43 | 80.6 | 31.07 | - |
| YUV | 223.79 | 71.69 | 132.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 240 | 124 | 0.04 | 0 | 0.48 | 0.06 | 65.17 | 0.79 | 0.71 |
| Hex | E6 | F0 | 7C | 4 | 0 | 30 | 6 | 41 | 4F | 47 |
| Octal | 346 | 360 | 174 | 4 | 0 | 60 | 6 | 101 | 117 | 107 |
| Binary | 11100110 | 11110000 | 1111100 | 100 | 0 | 110000 | 110 | 1000001 | 1001111 | 1000111 |
Color Harmonies of #E6F07C
Complementary color
Monochromatic Colors of #E6F07C
Black with #E6F07C
Text Example
Text Example
White with #E6F07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6F07C; }
p { color: rgb(230,240,124); }
H1.HeaderClassName
{
color: #E6F07C;
}
.AnyTagClassName
{
color: #E6F07C;
}
</style>
background-color css
<style>
a { background-color: #E6F07C; }
a { background-color: rgb(230,240,124); }
div.DivClassName
{
background-color: #E6F07C;
}
.BgClassName
{
background-color: #E6F07C;
}
</style>
border-color css
<style>
span { border-color: #E6F07C; }
span { border-color: rgb(230,240,124); }
td.TdClassName
{
border-color: #E6F07C;
}
.TagClassName
{
border-color: #E6F07C;
}
</style>