Shades of Texas #E2E378
Tints of Texas #E2E378
RGB
CMYK
RGB Variations
Color information
#E2E378 (or 0xE2E378) is known color: Texas. HEX triplet: E2, E3 and 78. RGB value is (226,227,120). Sum of RGB (Red+Green+Blue) = 226+227+120=573 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.44% from 573); Green value is 227 (89.06% from 255 or 39.62% from 573); Blue value is 120 (47.27% from 255 or 20.94% from 573); Max value from RGB is 227 - color contains mainly: green. Hex color #E2E378 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2E378 is #1D1C87. Grayscale: #D6D6D6. Windows color (decimal): -1907848 or 7922658. OLE color: 7922658.
HSL color Cylindrical-coordinate representation of color #E2E378: hue angle of 60.56º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E2E378 is Cyan = 0.00, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 227 | 120 | - |
| CMYK | 0.00 | 0 | 0.47 | 0.11 |
| HSL | 60.56º | 0.66% | 0.68% | - |
| HSV(B) | 60.56º | 0.47% | 0.89% | - |
| XYZ | 62.22 | 72.46 | 28.48 | - |
| YUV | 214.5 | 74.67 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 227 | 120 | 0.00 | 0 | 0.47 | 0.11 | 60.56 | 0.66 | 0.68 |
| Hex | E2 | E3 | 78 | 0 | 0 | 2F | B | 3D | 42 | 44 |
| Octal | 342 | 343 | 170 | 0 | 0 | 57 | 13 | 75 | 102 | 104 |
| Binary | 11100010 | 11100011 | 1111000 | 0 | 0 | 101111 | 1011 | 111101 | 1000010 | 1000100 |
Color Harmonies of #E2E378
Complementary color
Monochromatic Colors of #E2E378
Black with #E2E378
Text Example
Text Example
White with #E2E378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E378; }
p { color: rgb(226,227,120); }
H1.HeaderClassName
{
color: #E2E378;
}
.AnyTagClassName
{
color: #E2E378;
}
</style>
background-color css
<style>
a { background-color: #E2E378; }
a { background-color: rgb(226,227,120); }
div.DivClassName
{
background-color: #E2E378;
}
.BgClassName
{
background-color: #E2E378;
}
</style>
border-color css
<style>
span { border-color: #E2E378; }
span { border-color: rgb(226,227,120); }
td.TdClassName
{
border-color: #E2E378;
}
.TagClassName
{
border-color: #E2E378;
}
</style>