Shades of Texas #E4E685
Tints of Texas #E4E685
RGB
CMYK
RGB Variations
Color information
#E4E685 (or 0xE4E685) is known color: Texas. HEX triplet: E4, E6 and 85. RGB value is (228,230,133). Sum of RGB (Red+Green+Blue) = 228+230+133=591 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.58% from 591); Green value is 230 (90.23% from 255 or 38.92% from 591); Blue value is 133 (52.34% from 255 or 22.50% from 591); Max value from RGB is 230 - color contains mainly: green. Hex color #E4E685 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E4E685 is #1B197A. Grayscale: #DADADA. Windows color (decimal): -1775995 or 8775396. OLE color: 8775396.
HSL color Cylindrical-coordinate representation of color #E4E685: hue angle of 61.24º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E4E685 is Cyan = 0.01, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 228 | 230 | 133 | - |
| CMYK | 0.01 | 0 | 0.42 | 0.10 |
| HSL | 61.24º | 0.66% | 0.71% | - |
| HSV(B) | 61.24º | 0.42% | 0.9% | - |
| XYZ | 64.53 | 74.78 | 33.22 | - |
| YUV | 218.34 | 79.84 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 230 | 133 | 0.01 | 0 | 0.42 | 0.10 | 61.24 | 0.66 | 0.71 |
| Hex | E4 | E6 | 85 | 1 | 0 | 2A | A | 3D | 42 | 47 |
| Octal | 344 | 346 | 205 | 1 | 0 | 52 | 12 | 75 | 102 | 107 |
| Binary | 11100100 | 11100110 | 10000101 | 1 | 0 | 101010 | 1010 | 111101 | 1000010 | 1000111 |
Color Harmonies of #E4E685
Complementary color
Monochromatic Colors of #E4E685
Black with #E4E685
Text Example
Text Example
White with #E4E685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4E685; }
p { color: rgb(228,230,133); }
H1.HeaderClassName
{
color: #E4E685;
}
.AnyTagClassName
{
color: #E4E685;
}
</style>
background-color css
<style>
a { background-color: #E4E685; }
a { background-color: rgb(228,230,133); }
div.DivClassName
{
background-color: #E4E685;
}
.BgClassName
{
background-color: #E4E685;
}
</style>
border-color css
<style>
span { border-color: #E4E685; }
span { border-color: rgb(228,230,133); }
td.TdClassName
{
border-color: #E4E685;
}
.TagClassName
{
border-color: #E4E685;
}
</style>