Shades of Texas #E8ED7F
Tints of Texas #E8ED7F
RGB
CMYK
RGB Variations
Color information
#E8ED7F (or 0xE8ED7F) is known color: Texas. HEX triplet: E8, ED and 7F. RGB value is (232,237,127). Sum of RGB (Red+Green+Blue) = 232+237+127=596 (78% of max value = 765). Red value is 232 (91.02% from 255 or 38.93% from 596); Green value is 237 (92.97% from 255 or 39.77% from 596); Blue value is 127 (50% from 255 or 21.31% from 596); Max value from RGB is 237 - color contains mainly: green. Hex color #E8ED7F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #E8ED7F is #171280. Grayscale: #DFDFDF. Windows color (decimal): -1512065 or 8383976. OLE color: 8383976.
HSL color Cylindrical-coordinate representation of color #E8ED7F: hue angle of 62.73º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E8ED7F is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 237 | 127 | - |
| CMYK | 0.02 | 0 | 0.46 | 0.07 |
| HSL | 62.73º | 0.75% | 0.71% | - |
| HSV(B) | 62.73º | 0.46% | 0.93% | - |
| XYZ | 67.39 | 79.26 | 31.82 | - |
| YUV | 222.97 | 73.84 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 237 | 127 | 0.02 | 0 | 0.46 | 0.07 | 62.73 | 0.75 | 0.71 |
| Hex | E8 | ED | 7F | 2 | 0 | 2E | 7 | 3F | 4B | 47 |
| Octal | 350 | 355 | 177 | 2 | 0 | 56 | 7 | 77 | 113 | 107 |
| Binary | 11101000 | 11101101 | 1111111 | 10 | 0 | 101110 | 111 | 111111 | 1001011 | 1000111 |
Color Harmonies of #E8ED7F
Complementary color
Monochromatic Colors of #E8ED7F
Black with #E8ED7F
Text Example
Text Example
White with #E8ED7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8ED7F; }
p { color: rgb(232,237,127); }
H1.HeaderClassName
{
color: #E8ED7F;
}
.AnyTagClassName
{
color: #E8ED7F;
}
</style>
background-color css
<style>
a { background-color: #E8ED7F; }
a { background-color: rgb(232,237,127); }
div.DivClassName
{
background-color: #E8ED7F;
}
.BgClassName
{
background-color: #E8ED7F;
}
</style>
border-color css
<style>
span { border-color: #E8ED7F; }
span { border-color: rgb(232,237,127); }
td.TdClassName
{
border-color: #E8ED7F;
}
.TagClassName
{
border-color: #E8ED7F;
}
</style>