Shades of Texas #E8F27D
Tints of Texas #E8F27D
RGB
CMYK
RGB Variations
Color information
#E8F27D (or 0xE8F27D) is known color: Texas. HEX triplet: E8, F2 and 7D. RGB value is (232,242,125). Sum of RGB (Red+Green+Blue) = 232+242+125=599 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.73% from 599); Green value is 242 (94.92% from 255 or 40.40% from 599); Blue value is 125 (49.22% from 255 or 20.87% from 599); Max value from RGB is 242 - color contains mainly: green. Hex color #E8F27D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #E8F27D is #170D82. Grayscale: #E2E2E2. Windows color (decimal): -1510787 or 8254184. OLE color: 8254184.
HSL color Cylindrical-coordinate representation of color #E8F27D: hue angle of 65.13º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E8F27D is Cyan = 0.04, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 232 | 242 | 125 | - |
| CMYK | 0.04 | 0 | 0.48 | 0.05 |
| HSL | 65.13º | 0.82% | 0.72% | - |
| HSV(B) | 65.13º | 0.48% | 0.95% | - |
| XYZ | 68.73 | 82.14 | 31.63 | - |
| YUV | 225.67 | 71.19 | 132.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 242 | 125 | 0.04 | 0 | 0.48 | 0.05 | 65.13 | 0.82 | 0.72 |
| Hex | E8 | F2 | 7D | 4 | 0 | 30 | 5 | 41 | 52 | 48 |
| Octal | 350 | 362 | 175 | 4 | 0 | 60 | 5 | 101 | 122 | 110 |
| Binary | 11101000 | 11110010 | 1111101 | 100 | 0 | 110000 | 101 | 1000001 | 1010010 | 1001000 |
Color Harmonies of #E8F27D
Complementary color
Monochromatic Colors of #E8F27D
Black with #E8F27D
Text Example
Text Example
White with #E8F27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8F27D; }
p { color: rgb(232,242,125); }
H1.HeaderClassName
{
color: #E8F27D;
}
.AnyTagClassName
{
color: #E8F27D;
}
</style>
background-color css
<style>
a { background-color: #E8F27D; }
a { background-color: rgb(232,242,125); }
div.DivClassName
{
background-color: #E8F27D;
}
.BgClassName
{
background-color: #E8F27D;
}
</style>
border-color css
<style>
span { border-color: #E8F27D; }
span { border-color: rgb(232,242,125); }
td.TdClassName
{
border-color: #E8F27D;
}
.TagClassName
{
border-color: #E8F27D;
}
</style>