Shades of Texas #E8ED81
Tints of Texas #E8ED81
RGB
CMYK
RGB Variations
Color information
#E8ED81 (or 0xE8ED81) is known color: Texas. HEX triplet: E8, ED and 81. RGB value is (232,237,129). Sum of RGB (Red+Green+Blue) = 232+237+129=598 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.80% from 598); Green value is 237 (92.97% from 255 or 39.63% from 598); Blue value is 129 (50.78% from 255 or 21.57% from 598); Max value from RGB is 237 - color contains mainly: green. Hex color #E8ED81 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E8ED81 is #17127E. Grayscale: #DFDFDF. Windows color (decimal): -1512063 or 8515048. OLE color: 8515048.
HSL color Cylindrical-coordinate representation of color #E8ED81: hue angle of 62.78º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E8ED81 is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 237 | 129 | - |
| CMYK | 0.02 | 0 | 0.46 | 0.07 |
| HSL | 62.78º | 0.75% | 0.72% | - |
| HSV(B) | 62.78º | 0.46% | 0.93% | - |
| XYZ | 67.53 | 79.31 | 32.52 | - |
| YUV | 223.19 | 74.84 | 134.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 237 | 129 | 0.02 | 0 | 0.46 | 0.07 | 62.78 | 0.75 | 0.72 |
| Hex | E8 | ED | 81 | 2 | 0 | 2E | 7 | 3F | 4B | 48 |
| Octal | 350 | 355 | 201 | 2 | 0 | 56 | 7 | 77 | 113 | 110 |
| Binary | 11101000 | 11101101 | 10000001 | 10 | 0 | 101110 | 111 | 111111 | 1001011 | 1001000 |
Color Harmonies of #E8ED81
Complementary color
Monochromatic Colors of #E8ED81
Black with #E8ED81
Text Example
Text Example
White with #E8ED81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8ED81; }
p { color: rgb(232,237,129); }
H1.HeaderClassName
{
color: #E8ED81;
}
.AnyTagClassName
{
color: #E8ED81;
}
</style>
background-color css
<style>
a { background-color: #E8ED81; }
a { background-color: rgb(232,237,129); }
div.DivClassName
{
background-color: #E8ED81;
}
.BgClassName
{
background-color: #E8ED81;
}
</style>
border-color css
<style>
span { border-color: #E8ED81; }
span { border-color: rgb(232,237,129); }
td.TdClassName
{
border-color: #E8ED81;
}
.TagClassName
{
border-color: #E8ED81;
}
</style>