Shades of Texas #E4E376
Tints of Texas #E4E376
RGB
CMYK
RGB Variations
Color information
#E4E376 (or 0xE4E376) is known color: Texas. HEX triplet: E4, E3 and 76. RGB value is (228,227,118). Sum of RGB (Red+Green+Blue) = 228+227+118=573 (75% of max value = 765). Red value is 228 (89.45% from 255 or 39.79% from 573); Green value is 227 (89.06% from 255 or 39.62% from 573); Blue value is 118 (46.48% from 255 or 20.59% from 573); Max value from RGB is 228 - color contains mainly: red. Hex color #E4E376 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4E376 is #1B1C89. Grayscale: #D7D7D7. Windows color (decimal): -1776778 or 7791588. OLE color: 7791588.
HSL color Cylindrical-coordinate representation of color #E4E376: hue angle of 59.45º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E4E376 is Cyan = 0, Magento = 0.00, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 227 | 118 | - |
| CMYK | 0 | 0.00 | 0.48 | 0.11 |
| HSL | 59.45º | 0.67% | 0.68% | - |
| HSV(B) | 59.45º | 0.48% | 0.89% | - |
| XYZ | 62.73 | 72.74 | 27.87 | - |
| YUV | 214.87 | 73.33 | 137.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 227 | 118 | 0 | 0.00 | 0.48 | 0.11 | 59.45 | 0.67 | 0.68 |
| Hex | E4 | E3 | 76 | 0 | 0 | 30 | B | 3B | 43 | 44 |
| Octal | 344 | 343 | 166 | 0 | 0 | 60 | 13 | 73 | 103 | 104 |
| Binary | 11100100 | 11100011 | 1110110 | 0 | 0 | 110000 | 1011 | 111011 | 1000011 | 1000100 |
Color Harmonies of #E4E376
Complementary color
Monochromatic Colors of #E4E376
Black with #E4E376
Text Example
Text Example
White with #E4E376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4E376; }
p { color: rgb(228,227,118); }
H1.HeaderClassName
{
color: #E4E376;
}
.AnyTagClassName
{
color: #E4E376;
}
</style>
background-color css
<style>
a { background-color: #E4E376; }
a { background-color: rgb(228,227,118); }
div.DivClassName
{
background-color: #E4E376;
}
.BgClassName
{
background-color: #E4E376;
}
</style>
border-color css
<style>
span { border-color: #E4E376; }
span { border-color: rgb(228,227,118); }
td.TdClassName
{
border-color: #E4E376;
}
.TagClassName
{
border-color: #E4E376;
}
</style>