Shades of Texas #E3EF83
Tints of Texas #E3EF83
RGB
CMYK
RGB Variations
Color information
#E3EF83 (or 0xE3EF83) is known color: Texas. HEX triplet: E3, EF and 83. RGB value is (227,239,131). Sum of RGB (Red+Green+Blue) = 227+239+131=597 (79% of max value = 765). Red value is 227 (89.06% from 255 or 38.02% from 597); Green value is 239 (93.75% from 255 or 40.03% from 597); Blue value is 131 (51.56% from 255 or 21.94% from 597); Max value from RGB is 239 - color contains mainly: green. Hex color #E3EF83 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E3EF83 is #1C107C. Grayscale: #DFDFDF. Windows color (decimal): -1839229 or 8646627. OLE color: 8646627.
HSL color Cylindrical-coordinate representation of color #E3EF83: hue angle of 66.67º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E3EF83 is Cyan = 0.05, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 227 | 239 | 131 | - |
| CMYK | 0.05 | 0 | 0.45 | 0.06 |
| HSL | 66.67º | 0.77% | 0.73% | - |
| HSV(B) | 66.67º | 0.45% | 0.94% | - |
| XYZ | 66.64 | 79.7 | 33.34 | - |
| YUV | 223.1 | 76.02 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 239 | 131 | 0.05 | 0 | 0.45 | 0.06 | 66.67 | 0.77 | 0.73 |
| Hex | E3 | EF | 83 | 5 | 0 | 2D | 6 | 43 | 4D | 49 |
| Octal | 343 | 357 | 203 | 5 | 0 | 55 | 6 | 103 | 115 | 111 |
| Binary | 11100011 | 11101111 | 10000011 | 101 | 0 | 101101 | 110 | 1000011 | 1001101 | 1001001 |
Color Harmonies of #E3EF83
Complementary color
Monochromatic Colors of #E3EF83
Black with #E3EF83
Text Example
Text Example
White with #E3EF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3EF83; }
p { color: rgb(227,239,131); }
H1.HeaderClassName
{
color: #E3EF83;
}
.AnyTagClassName
{
color: #E3EF83;
}
</style>
background-color css
<style>
a { background-color: #E3EF83; }
a { background-color: rgb(227,239,131); }
div.DivClassName
{
background-color: #E3EF83;
}
.BgClassName
{
background-color: #E3EF83;
}
</style>
border-color css
<style>
span { border-color: #E3EF83; }
span { border-color: rgb(227,239,131); }
td.TdClassName
{
border-color: #E3EF83;
}
.TagClassName
{
border-color: #E3EF83;
}
</style>