Shades of Texas #E2E57B
Tints of Texas #E2E57B
RGB
CMYK
RGB Variations
Color information
#E2E57B (or 0xE2E57B) is known color: Texas. HEX triplet: E2, E5 and 7B. RGB value is (226,229,123). Sum of RGB (Red+Green+Blue) = 226+229+123=578 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.10% from 578); Green value is 229 (89.84% from 255 or 39.62% from 578); Blue value is 123 (48.44% from 255 or 21.28% from 578); Max value from RGB is 229 - color contains mainly: green. Hex color #E2E57B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2E57B is #1D1A84. Grayscale: #D8D8D8. Windows color (decimal): -1907333 or 8119778. OLE color: 8119778.
HSL color Cylindrical-coordinate representation of color #E2E57B: hue angle of 61.7º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E2E57B is Cyan = 0.01, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 226 | 229 | 123 | - |
| CMYK | 0.01 | 0 | 0.46 | 0.10 |
| HSL | 61.7º | 0.67% | 0.69% | - |
| HSV(B) | 61.7º | 0.46% | 0.9% | - |
| XYZ | 62.96 | 73.64 | 29.63 | - |
| YUV | 216.02 | 75.51 | 135.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 229 | 123 | 0.01 | 0 | 0.46 | 0.10 | 61.7 | 0.67 | 0.69 |
| Hex | E2 | E5 | 7B | 1 | 0 | 2E | A | 3E | 43 | 45 |
| Octal | 342 | 345 | 173 | 1 | 0 | 56 | 12 | 76 | 103 | 105 |
| Binary | 11100010 | 11100101 | 1111011 | 1 | 0 | 101110 | 1010 | 111110 | 1000011 | 1000101 |
Color Harmonies of #E2E57B
Complementary color
Monochromatic Colors of #E2E57B
Black with #E2E57B
Text Example
Text Example
White with #E2E57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E57B; }
p { color: rgb(226,229,123); }
H1.HeaderClassName
{
color: #E2E57B;
}
.AnyTagClassName
{
color: #E2E57B;
}
</style>
background-color css
<style>
a { background-color: #E2E57B; }
a { background-color: rgb(226,229,123); }
div.DivClassName
{
background-color: #E2E57B;
}
.BgClassName
{
background-color: #E2E57B;
}
</style>
border-color css
<style>
span { border-color: #E2E57B; }
span { border-color: rgb(226,229,123); }
td.TdClassName
{
border-color: #E2E57B;
}
.TagClassName
{
border-color: #E2E57B;
}
</style>