Shades of Texas #E7ED84
Tints of Texas #E7ED84
RGB
CMYK
RGB Variations
Color information
#E7ED84 (or 0xE7ED84) is known color: Texas. HEX triplet: E7, ED and 84. RGB value is (231,237,132). Sum of RGB (Red+Green+Blue) = 231+237+132=600 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.5% from 600); Green value is 237 (92.97% from 255 or 39.5% from 600); Blue value is 132 (51.95% from 255 or 22% from 600); Max value from RGB is 237 - color contains mainly: green. Hex color #E7ED84 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E7ED84 is #18127B. Grayscale: #DFDFDF. Windows color (decimal): -1577596 or 8711655. OLE color: 8711655.
HSL color Cylindrical-coordinate representation of color #E7ED84: hue angle of 63.43º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E7ED84 is Cyan = 0.03, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 231 | 237 | 132 | - |
| CMYK | 0.03 | 0 | 0.44 | 0.07 |
| HSL | 63.43º | 0.74% | 0.72% | - |
| HSV(B) | 63.43º | 0.44% | 0.93% | - |
| XYZ | 67.4 | 79.22 | 33.57 | - |
| YUV | 223.24 | 76.51 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 237 | 132 | 0.03 | 0 | 0.44 | 0.07 | 63.43 | 0.74 | 0.72 |
| Hex | E7 | ED | 84 | 3 | 0 | 2C | 7 | 3F | 4A | 48 |
| Octal | 347 | 355 | 204 | 3 | 0 | 54 | 7 | 77 | 112 | 110 |
| Binary | 11100111 | 11101101 | 10000100 | 11 | 0 | 101100 | 111 | 111111 | 1001010 | 1001000 |
Color Harmonies of #E7ED84
Complementary color
Monochromatic Colors of #E7ED84
Black with #E7ED84
Text Example
Text Example
White with #E7ED84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7ED84; }
p { color: rgb(231,237,132); }
H1.HeaderClassName
{
color: #E7ED84;
}
.AnyTagClassName
{
color: #E7ED84;
}
</style>
background-color css
<style>
a { background-color: #E7ED84; }
a { background-color: rgb(231,237,132); }
div.DivClassName
{
background-color: #E7ED84;
}
.BgClassName
{
background-color: #E7ED84;
}
</style>
border-color css
<style>
span { border-color: #E7ED84; }
span { border-color: rgb(231,237,132); }
td.TdClassName
{
border-color: #E7ED84;
}
.TagClassName
{
border-color: #E7ED84;
}
</style>