Shades of Texas #EDEF80
Tints of Texas #EDEF80
RGB
CMYK
RGB Variations
Color information
#EDEF80 (or 0xEDEF80) is known color: Texas. HEX triplet: ED, EF and 80. RGB value is (237,239,128). Sum of RGB (Red+Green+Blue) = 237+239+128=604 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.24% from 604); Green value is 239 (93.75% from 255 or 39.57% from 604); Blue value is 128 (50.39% from 255 or 21.19% from 604); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEF80 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEF80 is #12107F. Grayscale: #E2E2E2. Windows color (decimal): -1183872 or 8450029. OLE color: 8450029.
HSL color Cylindrical-coordinate representation of color #EDEF80: hue angle of 61.08º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EDEF80 is Cyan = 0.01, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 239 | 128 | - |
| CMYK | 0.01 | 0 | 0.46 | 0.06 |
| HSL | 61.08º | 0.78% | 0.72% | - |
| HSV(B) | 61.08º | 0.46% | 0.94% | - |
| XYZ | 69.69 | 81.3 | 32.44 | - |
| YUV | 225.75 | 72.84 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 239 | 128 | 0.01 | 0 | 0.46 | 0.06 | 61.08 | 0.78 | 0.72 |
| Hex | ED | EF | 80 | 1 | 0 | 2E | 6 | 3D | 4E | 48 |
| Octal | 355 | 357 | 200 | 1 | 0 | 56 | 6 | 75 | 116 | 110 |
| Binary | 11101101 | 11101111 | 10000000 | 1 | 0 | 101110 | 110 | 111101 | 1001110 | 1001000 |
Color Harmonies of #EDEF80
Complementary color
Monochromatic Colors of #EDEF80
Black with #EDEF80
Text Example
Text Example
White with #EDEF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEF80; }
p { color: rgb(237,239,128); }
H1.HeaderClassName
{
color: #EDEF80;
}
.AnyTagClassName
{
color: #EDEF80;
}
</style>
background-color css
<style>
a { background-color: #EDEF80; }
a { background-color: rgb(237,239,128); }
div.DivClassName
{
background-color: #EDEF80;
}
.BgClassName
{
background-color: #EDEF80;
}
</style>
border-color css
<style>
span { border-color: #EDEF80; }
span { border-color: rgb(237,239,128); }
td.TdClassName
{
border-color: #EDEF80;
}
.TagClassName
{
border-color: #EDEF80;
}
</style>