Shades of Texas #E4EF83
Tints of Texas #E4EF83
RGB
CMYK
RGB Variations
Color information
#E4EF83 (or 0xE4EF83) is known color: Texas. HEX triplet: E4, EF and 83. RGB value is (228,239,131). Sum of RGB (Red+Green+Blue) = 228+239+131=598 (79% of max value = 765). Red value is 228 (89.45% from 255 or 38.13% from 598); Green value is 239 (93.75% from 255 or 39.97% from 598); Blue value is 131 (51.56% from 255 or 21.91% from 598); Max value from RGB is 239 - color contains mainly: green. Hex color #E4EF83 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E4EF83 is #1B107C. Grayscale: #DFDFDF. Windows color (decimal): -1773693 or 8646628. OLE color: 8646628.
HSL color Cylindrical-coordinate representation of color #E4EF83: hue angle of 66.11º 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 #E4EF83 is Cyan = 0.05, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 228 | 239 | 131 | - |
| CMYK | 0.05 | 0 | 0.45 | 0.06 |
| HSL | 66.11º | 0.77% | 0.73% | - |
| HSV(B) | 66.11º | 0.45% | 0.94% | - |
| XYZ | 66.96 | 79.87 | 33.36 | - |
| YUV | 223.4 | 75.86 | 131.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 239 | 131 | 0.05 | 0 | 0.45 | 0.06 | 66.11 | 0.77 | 0.73 |
| Hex | E4 | EF | 83 | 5 | 0 | 2D | 6 | 42 | 4D | 49 |
| Octal | 344 | 357 | 203 | 5 | 0 | 55 | 6 | 102 | 115 | 111 |
| Binary | 11100100 | 11101111 | 10000011 | 101 | 0 | 101101 | 110 | 1000010 | 1001101 | 1001001 |
Color Harmonies of #E4EF83
Complementary color
Monochromatic Colors of #E4EF83
Black with #E4EF83
Text Example
Text Example
White with #E4EF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4EF83; }
p { color: rgb(228,239,131); }
H1.HeaderClassName
{
color: #E4EF83;
}
.AnyTagClassName
{
color: #E4EF83;
}
</style>
background-color css
<style>
a { background-color: #E4EF83; }
a { background-color: rgb(228,239,131); }
div.DivClassName
{
background-color: #E4EF83;
}
.BgClassName
{
background-color: #E4EF83;
}
</style>
border-color css
<style>
span { border-color: #E4EF83; }
span { border-color: rgb(228,239,131); }
td.TdClassName
{
border-color: #E4EF83;
}
.TagClassName
{
border-color: #E4EF83;
}
</style>