Shades of Texas #EDEF7D
Tints of Texas #EDEF7D
RGB
CMYK
RGB Variations
Color information
#EDEF7D (or 0xEDEF7D) is known color: Texas. HEX triplet: ED, EF and 7D. RGB value is (237,239,125). Sum of RGB (Red+Green+Blue) = 237+239+125=601 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.43% from 601); Green value is 239 (93.75% from 255 or 39.77% from 601); Blue value is 125 (49.22% from 255 or 20.80% from 601); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEF7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDEF7D is #121082. Grayscale: #E1E1E1. Windows color (decimal): -1183875 or 8253421. OLE color: 8253421.
HSL color Cylindrical-coordinate representation of color #EDEF7D: hue angle of 61.05º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EDEF7D is Cyan = 0.01, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 239 | 125 | - |
| CMYK | 0.01 | 0 | 0.48 | 0.06 |
| HSL | 61.05º | 0.78% | 0.71% | - |
| HSV(B) | 61.05º | 0.48% | 0.94% | - |
| XYZ | 69.49 | 81.22 | 31.42 | - |
| YUV | 225.41 | 71.34 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 239 | 125 | 0.01 | 0 | 0.48 | 0.06 | 61.05 | 0.78 | 0.71 |
| Hex | ED | EF | 7D | 1 | 0 | 30 | 6 | 3D | 4E | 47 |
| Octal | 355 | 357 | 175 | 1 | 0 | 60 | 6 | 75 | 116 | 107 |
| Binary | 11101101 | 11101111 | 1111101 | 1 | 0 | 110000 | 110 | 111101 | 1001110 | 1000111 |
Color Harmonies of #EDEF7D
Complementary color
Monochromatic Colors of #EDEF7D
Black with #EDEF7D
Text Example
Text Example
White with #EDEF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEF7D; }
p { color: rgb(237,239,125); }
H1.HeaderClassName
{
color: #EDEF7D;
}
.AnyTagClassName
{
color: #EDEF7D;
}
</style>
background-color css
<style>
a { background-color: #EDEF7D; }
a { background-color: rgb(237,239,125); }
div.DivClassName
{
background-color: #EDEF7D;
}
.BgClassName
{
background-color: #EDEF7D;
}
</style>
border-color css
<style>
span { border-color: #EDEF7D; }
span { border-color: rgb(237,239,125); }
td.TdClassName
{
border-color: #EDEF7D;
}
.TagClassName
{
border-color: #EDEF7D;
}
</style>