Shades of Texas #E2E678
Tints of Texas #E2E678
RGB
CMYK
RGB Variations
Color information
#E2E678 (or 0xE2E678) is known color: Texas. HEX triplet: E2, E6 and 78. RGB value is (226,230,120). Sum of RGB (Red+Green+Blue) = 226+230+120=576 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.24% from 576); Green value is 230 (90.23% from 255 or 39.93% from 576); Blue value is 120 (47.27% from 255 or 20.83% from 576); Max value from RGB is 230 - color contains mainly: green. Hex color #E2E678 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2E678 is #1D1987. Grayscale: #D8D8D8. Windows color (decimal): -1907080 or 7923426. OLE color: 7923426.
HSL color Cylindrical-coordinate representation of color #E2E678: hue angle of 62.18º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E2E678 is Cyan = 0.02, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 226 | 230 | 120 | - |
| CMYK | 0.02 | 0 | 0.48 | 0.10 |
| HSL | 62.18º | 0.69% | 0.69% | - |
| HSV(B) | 62.18º | 0.48% | 0.9% | - |
| XYZ | 63.05 | 74.12 | 28.75 | - |
| YUV | 216.26 | 73.67 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 230 | 120 | 0.02 | 0 | 0.48 | 0.10 | 62.18 | 0.69 | 0.69 |
| Hex | E2 | E6 | 78 | 2 | 0 | 30 | A | 3E | 45 | 45 |
| Octal | 342 | 346 | 170 | 2 | 0 | 60 | 12 | 76 | 105 | 105 |
| Binary | 11100010 | 11100110 | 1111000 | 10 | 0 | 110000 | 1010 | 111110 | 1000101 | 1000101 |
Color Harmonies of #E2E678
Complementary color
Monochromatic Colors of #E2E678
Black with #E2E678
Text Example
Text Example
White with #E2E678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E678; }
p { color: rgb(226,230,120); }
H1.HeaderClassName
{
color: #E2E678;
}
.AnyTagClassName
{
color: #E2E678;
}
</style>
background-color css
<style>
a { background-color: #E2E678; }
a { background-color: rgb(226,230,120); }
div.DivClassName
{
background-color: #E2E678;
}
.BgClassName
{
background-color: #E2E678;
}
</style>
border-color css
<style>
span { border-color: #E2E678; }
span { border-color: rgb(226,230,120); }
td.TdClassName
{
border-color: #E2E678;
}
.TagClassName
{
border-color: #E2E678;
}
</style>