Shades of Texas #E7F57D
Tints of Texas #E7F57D
RGB
CMYK
RGB Variations
Color information
#E7F57D (or 0xE7F57D) is known color: Texas. HEX triplet: E7, F5 and 7D. RGB value is (231,245,125). Sum of RGB (Red+Green+Blue) = 231+245+125=601 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.44% from 601); Green value is 245 (96.09% from 255 or 40.77% from 601); Blue value is 125 (49.22% from 255 or 20.80% from 601); Max value from RGB is 245 - color contains mainly: green. Hex color #E7F57D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #E7F57D is #180A82. Grayscale: #E3E3E3. Windows color (decimal): -1575555 or 8254951. OLE color: 8254951.
HSL color Cylindrical-coordinate representation of color #E7F57D: hue angle of 67º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E7F57D is Cyan = 0.06, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 231 | 245 | 125 | - |
| CMYK | 0.06 | 0 | 0.49 | 0.04 |
| HSL | 67º | 0.86% | 0.73% | - |
| HSV(B) | 67º | 0.49% | 0.96% | - |
| XYZ | 69.31 | 83.77 | 31.92 | - |
| YUV | 227.13 | 70.36 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 245 | 125 | 0.06 | 0 | 0.49 | 0.04 | 67 | 0.86 | 0.73 |
| Hex | E7 | F5 | 7D | 6 | 0 | 31 | 4 | 43 | 56 | 49 |
| Octal | 347 | 365 | 175 | 6 | 0 | 61 | 4 | 103 | 126 | 111 |
| Binary | 11100111 | 11110101 | 1111101 | 110 | 0 | 110001 | 100 | 1000011 | 1010110 | 1001001 |
Color Harmonies of #E7F57D
Complementary color
Monochromatic Colors of #E7F57D
Black with #E7F57D
Text Example
Text Example
White with #E7F57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7F57D; }
p { color: rgb(231,245,125); }
H1.HeaderClassName
{
color: #E7F57D;
}
.AnyTagClassName
{
color: #E7F57D;
}
</style>
background-color css
<style>
a { background-color: #E7F57D; }
a { background-color: rgb(231,245,125); }
div.DivClassName
{
background-color: #E7F57D;
}
.BgClassName
{
background-color: #E7F57D;
}
</style>
border-color css
<style>
span { border-color: #E7F57D; }
span { border-color: rgb(231,245,125); }
td.TdClassName
{
border-color: #E7F57D;
}
.TagClassName
{
border-color: #E7F57D;
}
</style>