Shades of Texas #E1E682
Tints of Texas #E1E682
RGB
CMYK
RGB Variations
Color information
#E1E682 (or 0xE1E682) is known color: Texas. HEX triplet: E1, E6 and 82. RGB value is (225,230,130). Sum of RGB (Red+Green+Blue) = 225+230+130=585 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.46% from 585); Green value is 230 (90.23% from 255 or 39.32% from 585); Blue value is 130 (51.17% from 255 or 22.22% from 585); Max value from RGB is 230 - color contains mainly: green. Hex color #E1E682 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1E682 is #1E197D. Grayscale: #D9D9D9. Windows color (decimal): -1972606 or 8578785. OLE color: 8578785.
HSL color Cylindrical-coordinate representation of color #E1E682: hue angle of 63º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E1E682 is Cyan = 0.02, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 225 | 230 | 130 | - |
| CMYK | 0.02 | 0 | 0.43 | 0.10 |
| HSL | 63º | 0.67% | 0.71% | - |
| HSV(B) | 63º | 0.43% | 0.9% | - |
| XYZ | 63.38 | 74.21 | 32.1 | - |
| YUV | 217.11 | 78.84 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 230 | 130 | 0.02 | 0 | 0.43 | 0.10 | 63 | 0.67 | 0.71 |
| Hex | E1 | E6 | 82 | 2 | 0 | 2B | A | 3F | 43 | 47 |
| Octal | 341 | 346 | 202 | 2 | 0 | 53 | 12 | 77 | 103 | 107 |
| Binary | 11100001 | 11100110 | 10000010 | 10 | 0 | 101011 | 1010 | 111111 | 1000011 | 1000111 |
Color Harmonies of #E1E682
Complementary color
Monochromatic Colors of #E1E682
Black with #E1E682
Text Example
Text Example
White with #E1E682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E682; }
p { color: rgb(225,230,130); }
H1.HeaderClassName
{
color: #E1E682;
}
.AnyTagClassName
{
color: #E1E682;
}
</style>
background-color css
<style>
a { background-color: #E1E682; }
a { background-color: rgb(225,230,130); }
div.DivClassName
{
background-color: #E1E682;
}
.BgClassName
{
background-color: #E1E682;
}
</style>
border-color css
<style>
span { border-color: #E1E682; }
span { border-color: rgb(225,230,130); }
td.TdClassName
{
border-color: #E1E682;
}
.TagClassName
{
border-color: #E1E682;
}
</style>