Shades of Texas #E2ED83
Tints of Texas #E2ED83
RGB
CMYK
RGB Variations
Color information
#E2ED83 (or 0xE2ED83) is known color: Texas. HEX triplet: E2, ED and 83. RGB value is (226,237,131). Sum of RGB (Red+Green+Blue) = 226+237+131=594 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.05% from 594); Green value is 237 (92.97% from 255 or 39.90% from 594); Blue value is 131 (51.56% from 255 or 22.05% from 594); Max value from RGB is 237 - color contains mainly: green. Hex color #E2ED83 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2ED83 is #1D127C. Grayscale: #DEDEDE. Windows color (decimal): -1905277 or 8646114. OLE color: 8646114.
HSL color Cylindrical-coordinate representation of color #E2ED83: hue angle of 66.23º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E2ED83 is Cyan = 0.05, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 237 | 131 | - |
| CMYK | 0.05 | 0 | 0.45 | 0.07 |
| HSL | 66.23º | 0.75% | 0.72% | - |
| HSV(B) | 66.23º | 0.45% | 0.93% | - |
| XYZ | 65.74 | 78.38 | 33.14 | - |
| YUV | 221.63 | 76.86 | 131.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 237 | 131 | 0.05 | 0 | 0.45 | 0.07 | 66.23 | 0.75 | 0.72 |
| Hex | E2 | ED | 83 | 5 | 0 | 2D | 7 | 42 | 4B | 48 |
| Octal | 342 | 355 | 203 | 5 | 0 | 55 | 7 | 102 | 113 | 110 |
| Binary | 11100010 | 11101101 | 10000011 | 101 | 0 | 101101 | 111 | 1000010 | 1001011 | 1001000 |
Color Harmonies of #E2ED83
Complementary color
Monochromatic Colors of #E2ED83
Black with #E2ED83
Text Example
Text Example
White with #E2ED83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2ED83; }
p { color: rgb(226,237,131); }
H1.HeaderClassName
{
color: #E2ED83;
}
.AnyTagClassName
{
color: #E2ED83;
}
</style>
background-color css
<style>
a { background-color: #E2ED83; }
a { background-color: rgb(226,237,131); }
div.DivClassName
{
background-color: #E2ED83;
}
.BgClassName
{
background-color: #E2ED83;
}
</style>
border-color css
<style>
span { border-color: #E2ED83; }
span { border-color: rgb(226,237,131); }
td.TdClassName
{
border-color: #E2ED83;
}
.TagClassName
{
border-color: #E2ED83;
}
</style>