Shades of Texas #E3ED80
Tints of Texas #E3ED80
RGB
CMYK
RGB Variations
Color information
#E3ED80 (or 0xE3ED80) is known color: Texas. HEX triplet: E3, ED and 80. RGB value is (227,237,128). Sum of RGB (Red+Green+Blue) = 227+237+128=592 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.34% from 592); Green value is 237 (92.97% from 255 or 40.03% from 592); Blue value is 128 (50.39% from 255 or 21.62% from 592); Max value from RGB is 237 - color contains mainly: green. Hex color #E3ED80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E3ED80 is #1C127F. Grayscale: #DEDEDE. Windows color (decimal): -1839744 or 8449507. OLE color: 8449507.
HSL color Cylindrical-coordinate representation of color #E3ED80: hue angle of 65.5º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E3ED80 is Cyan = 0.04, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 227 | 237 | 128 | - |
| CMYK | 0.04 | 0 | 0.46 | 0.07 |
| HSL | 65.5º | 0.75% | 0.72% | - |
| HSV(B) | 65.5º | 0.46% | 0.93% | - |
| XYZ | 65.86 | 78.46 | 32.09 | - |
| YUV | 221.58 | 75.19 | 131.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 237 | 128 | 0.04 | 0 | 0.46 | 0.07 | 65.5 | 0.75 | 0.72 |
| Hex | E3 | ED | 80 | 4 | 0 | 2E | 7 | 42 | 4B | 48 |
| Octal | 343 | 355 | 200 | 4 | 0 | 56 | 7 | 102 | 113 | 110 |
| Binary | 11100011 | 11101101 | 10000000 | 100 | 0 | 101110 | 111 | 1000010 | 1001011 | 1001000 |
Color Harmonies of #E3ED80
Complementary color
Monochromatic Colors of #E3ED80
Black with #E3ED80
Text Example
Text Example
White with #E3ED80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3ED80; }
p { color: rgb(227,237,128); }
H1.HeaderClassName
{
color: #E3ED80;
}
.AnyTagClassName
{
color: #E3ED80;
}
</style>
background-color css
<style>
a { background-color: #E3ED80; }
a { background-color: rgb(227,237,128); }
div.DivClassName
{
background-color: #E3ED80;
}
.BgClassName
{
background-color: #E3ED80;
}
</style>
border-color css
<style>
span { border-color: #E3ED80; }
span { border-color: rgb(227,237,128); }
td.TdClassName
{
border-color: #E3ED80;
}
.TagClassName
{
border-color: #E3ED80;
}
</style>