Shades of Texas #E4F082
Tints of Texas #E4F082
RGB
CMYK
RGB Variations
Color information
#E4F082 (or 0xE4F082) is known color: Texas. HEX triplet: E4, F0 and 82. RGB value is (228,240,130). Sum of RGB (Red+Green+Blue) = 228+240+130=598 (79% of max value = 765). Red value is 228 (89.45% from 255 or 38.13% from 598); Green value is 240 (94.14% from 255 or 40.13% from 598); Blue value is 130 (51.17% from 255 or 21.74% from 598); Max value from RGB is 240 - color contains mainly: green. Hex color #E4F082 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E4F082 is #1B0F7D. Grayscale: #E0E0E0. Windows color (decimal): -1773438 or 8581348. OLE color: 8581348.
HSL color Cylindrical-coordinate representation of color #E4F082: hue angle of 66.55º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E4F082 is Cyan = 0.05, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 228 | 240 | 130 | - |
| CMYK | 0.05 | 0 | 0.46 | 0.06 |
| HSL | 66.55º | 0.79% | 0.73% | - |
| HSV(B) | 66.55º | 0.46% | 0.94% | - |
| XYZ | 67.18 | 80.43 | 33.1 | - |
| YUV | 223.87 | 75.02 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 240 | 130 | 0.05 | 0 | 0.46 | 0.06 | 66.55 | 0.79 | 0.73 |
| Hex | E4 | F0 | 82 | 5 | 0 | 2E | 6 | 43 | 4F | 49 |
| Octal | 344 | 360 | 202 | 5 | 0 | 56 | 6 | 103 | 117 | 111 |
| Binary | 11100100 | 11110000 | 10000010 | 101 | 0 | 101110 | 110 | 1000011 | 1001111 | 1001001 |
Color Harmonies of #E4F082
Complementary color
Monochromatic Colors of #E4F082
Black with #E4F082
Text Example
Text Example
White with #E4F082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4F082; }
p { color: rgb(228,240,130); }
H1.HeaderClassName
{
color: #E4F082;
}
.AnyTagClassName
{
color: #E4F082;
}
</style>
background-color css
<style>
a { background-color: #E4F082; }
a { background-color: rgb(228,240,130); }
div.DivClassName
{
background-color: #E4F082;
}
.BgClassName
{
background-color: #E4F082;
}
</style>
border-color css
<style>
span { border-color: #E4F082; }
span { border-color: rgb(228,240,130); }
td.TdClassName
{
border-color: #E4F082;
}
.TagClassName
{
border-color: #E4F082;
}
</style>