Shades of Texas #E8F07C
Tints of Texas #E8F07C
RGB
CMYK
RGB Variations
Color information
#E8F07C (or 0xE8F07C) is known color: Texas. HEX triplet: E8, F0 and 7C. RGB value is (232,240,124). Sum of RGB (Red+Green+Blue) = 232+240+124=596 (78% of max value = 765). Red value is 232 (91.02% from 255 or 38.93% from 596); Green value is 240 (94.14% from 255 or 40.27% from 596); Blue value is 124 (48.83% from 255 or 20.81% from 596); Max value from RGB is 240 - color contains mainly: green. Hex color #E8F07C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #E8F07C is #170F83. Grayscale: #E0E0E0. Windows color (decimal): -1511300 or 8188136. OLE color: 8188136.
HSL color Cylindrical-coordinate representation of color #E8F07C: hue angle of 64.14º 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 #E8F07C is Cyan = 0.03, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 232 | 240 | 124 | - |
| CMYK | 0.03 | 0 | 0.48 | 0.06 |
| HSL | 64.14º | 0.79% | 0.71% | - |
| HSV(B) | 64.14º | 0.48% | 0.94% | - |
| XYZ | 68.08 | 80.93 | 31.1 | - |
| YUV | 224.38 | 71.35 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 240 | 124 | 0.03 | 0 | 0.48 | 0.06 | 64.14 | 0.79 | 0.71 |
| Hex | E8 | F0 | 7C | 3 | 0 | 30 | 6 | 40 | 4F | 47 |
| Octal | 350 | 360 | 174 | 3 | 0 | 60 | 6 | 100 | 117 | 107 |
| Binary | 11101000 | 11110000 | 1111100 | 11 | 0 | 110000 | 110 | 1000000 | 1001111 | 1000111 |
Color Harmonies of #E8F07C
Complementary color
Monochromatic Colors of #E8F07C
Black with #E8F07C
Text Example
Text Example
White with #E8F07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8F07C; }
p { color: rgb(232,240,124); }
H1.HeaderClassName
{
color: #E8F07C;
}
.AnyTagClassName
{
color: #E8F07C;
}
</style>
background-color css
<style>
a { background-color: #E8F07C; }
a { background-color: rgb(232,240,124); }
div.DivClassName
{
background-color: #E8F07C;
}
.BgClassName
{
background-color: #E8F07C;
}
</style>
border-color css
<style>
span { border-color: #E8F07C; }
span { border-color: rgb(232,240,124); }
td.TdClassName
{
border-color: #E8F07C;
}
.TagClassName
{
border-color: #E8F07C;
}
</style>