Shades of Texas #E0E682
Tints of Texas #E0E682
RGB
CMYK
RGB Variations
Color information
#E0E682 (or 0xE0E682) is known color: Texas. HEX triplet: E0, E6 and 82. RGB value is (224,230,130). Sum of RGB (Red+Green+Blue) = 224+230+130=584 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.36% from 584); Green value is 230 (90.23% from 255 or 39.38% from 584); Blue value is 130 (51.17% from 255 or 22.26% from 584); Max value from RGB is 230 - color contains mainly: green. Hex color #E0E682 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0E682 is #1F197D. Grayscale: #D9D9D9. Windows color (decimal): -2038142 or 8578784. OLE color: 8578784.
HSL color Cylindrical-coordinate representation of color #E0E682: hue angle of 63.6º 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 #E0E682 is Cyan = 0.03, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 224 | 230 | 130 | - |
| CMYK | 0.03 | 0 | 0.43 | 0.10 |
| HSL | 63.6º | 0.67% | 0.71% | - |
| HSV(B) | 63.6º | 0.43% | 0.9% | - |
| XYZ | 63.07 | 74.05 | 32.09 | - |
| YUV | 216.81 | 79.01 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 230 | 130 | 0.03 | 0 | 0.43 | 0.10 | 63.6 | 0.67 | 0.71 |
| Hex | E0 | E6 | 82 | 3 | 0 | 2B | A | 40 | 43 | 47 |
| Octal | 340 | 346 | 202 | 3 | 0 | 53 | 12 | 100 | 103 | 107 |
| Binary | 11100000 | 11100110 | 10000010 | 11 | 0 | 101011 | 1010 | 1000000 | 1000011 | 1000111 |
Color Harmonies of #E0E682
Complementary color
Monochromatic Colors of #E0E682
Black with #E0E682
Text Example
Text Example
White with #E0E682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E682; }
p { color: rgb(224,230,130); }
H1.HeaderClassName
{
color: #E0E682;
}
.AnyTagClassName
{
color: #E0E682;
}
</style>
background-color css
<style>
a { background-color: #E0E682; }
a { background-color: rgb(224,230,130); }
div.DivClassName
{
background-color: #E0E682;
}
.BgClassName
{
background-color: #E0E682;
}
</style>
border-color css
<style>
span { border-color: #E0E682; }
span { border-color: rgb(224,230,130); }
td.TdClassName
{
border-color: #E0E682;
}
.TagClassName
{
border-color: #E0E682;
}
</style>