Shades of Texas #E7F27D
Tints of Texas #E7F27D
RGB
CMYK
RGB Variations
Color information
#E7F27D (or 0xE7F27D) is known color: Texas. HEX triplet: E7, F2 and 7D. RGB value is (231,242,125). Sum of RGB (Red+Green+Blue) = 231+242+125=598 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.63% from 598); Green value is 242 (94.92% from 255 or 40.47% from 598); Blue value is 125 (49.22% from 255 or 20.90% from 598); Max value from RGB is 242 - color contains mainly: green. Hex color #E7F27D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #E7F27D is #180D82. Grayscale: #E1E1E1. Windows color (decimal): -1576323 or 8254183. OLE color: 8254183.
HSL color Cylindrical-coordinate representation of color #E7F27D: hue angle of 65.64º 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 #E7F27D is Cyan = 0.05, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 231 | 242 | 125 | - |
| CMYK | 0.05 | 0 | 0.48 | 0.05 |
| HSL | 65.64º | 0.82% | 0.72% | - |
| HSV(B) | 65.64º | 0.48% | 0.95% | - |
| XYZ | 68.41 | 81.97 | 31.62 | - |
| YUV | 225.37 | 71.36 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 242 | 125 | 0.05 | 0 | 0.48 | 0.05 | 65.64 | 0.82 | 0.72 |
| Hex | E7 | F2 | 7D | 5 | 0 | 30 | 5 | 42 | 52 | 48 |
| Octal | 347 | 362 | 175 | 5 | 0 | 60 | 5 | 102 | 122 | 110 |
| Binary | 11100111 | 11110010 | 1111101 | 101 | 0 | 110000 | 101 | 1000010 | 1010010 | 1001000 |
Color Harmonies of #E7F27D
Complementary color
Monochromatic Colors of #E7F27D
Black with #E7F27D
Text Example
Text Example
White with #E7F27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7F27D; }
p { color: rgb(231,242,125); }
H1.HeaderClassName
{
color: #E7F27D;
}
.AnyTagClassName
{
color: #E7F27D;
}
</style>
background-color css
<style>
a { background-color: #E7F27D; }
a { background-color: rgb(231,242,125); }
div.DivClassName
{
background-color: #E7F27D;
}
.BgClassName
{
background-color: #E7F27D;
}
</style>
border-color css
<style>
span { border-color: #E7F27D; }
span { border-color: rgb(231,242,125); }
td.TdClassName
{
border-color: #E7F27D;
}
.TagClassName
{
border-color: #E7F27D;
}
</style>