Shades of Texas #E8F27E
Tints of Texas #E8F27E
RGB
CMYK
RGB Variations
Color information
#E8F27E (or 0xE8F27E) is known color: Texas. HEX triplet: E8, F2 and 7E. RGB value is (232,242,126). Sum of RGB (Red+Green+Blue) = 232+242+126=600 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.67% from 600); Green value is 242 (94.92% from 255 or 40.33% from 600); Blue value is 126 (49.61% from 255 or 21% from 600); Max value from RGB is 242 - color contains mainly: green. Hex color #E8F27E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #E8F27E is #170D81. Grayscale: #E2E2E2. Windows color (decimal): -1510786 or 8319720. OLE color: 8319720.
HSL color Cylindrical-coordinate representation of color #E8F27E: hue angle of 65.17º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E8F27E is Cyan = 0.04, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 232 | 242 | 126 | - |
| CMYK | 0.04 | 0 | 0.48 | 0.05 |
| HSL | 65.17º | 0.82% | 0.72% | - |
| HSV(B) | 65.17º | 0.48% | 0.95% | - |
| XYZ | 68.8 | 82.17 | 31.97 | - |
| YUV | 225.79 | 71.69 | 132.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 242 | 126 | 0.04 | 0 | 0.48 | 0.05 | 65.17 | 0.82 | 0.72 |
| Hex | E8 | F2 | 7E | 4 | 0 | 30 | 5 | 41 | 52 | 48 |
| Octal | 350 | 362 | 176 | 4 | 0 | 60 | 5 | 101 | 122 | 110 |
| Binary | 11101000 | 11110010 | 1111110 | 100 | 0 | 110000 | 101 | 1000001 | 1010010 | 1001000 |
Color Harmonies of #E8F27E
Complementary color
Monochromatic Colors of #E8F27E
Black with #E8F27E
Text Example
Text Example
White with #E8F27E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8F27E; }
p { color: rgb(232,242,126); }
H1.HeaderClassName
{
color: #E8F27E;
}
.AnyTagClassName
{
color: #E8F27E;
}
</style>
background-color css
<style>
a { background-color: #E8F27E; }
a { background-color: rgb(232,242,126); }
div.DivClassName
{
background-color: #E8F27E;
}
.BgClassName
{
background-color: #E8F27E;
}
</style>
border-color css
<style>
span { border-color: #E8F27E; }
span { border-color: rgb(232,242,126); }
td.TdClassName
{
border-color: #E8F27E;
}
.TagClassName
{
border-color: #E8F27E;
}
</style>