Shades of Texas #EDEF7A
Tints of Texas #EDEF7A
RGB
CMYK
RGB Variations
Color information
#EDEF7A (or 0xEDEF7A) is known color: Texas. HEX triplet: ED, EF and 7A. RGB value is (237,239,122). Sum of RGB (Red+Green+Blue) = 237+239+122=598 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.63% from 598); Green value is 239 (93.75% from 255 or 39.97% from 598); Blue value is 122 (48.05% from 255 or 20.40% from 598); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEF7A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDEF7A is #121085. Grayscale: #E1E1E1. Windows color (decimal): -1183878 or 8056813. OLE color: 8056813.
HSL color Cylindrical-coordinate representation of color #EDEF7A: hue angle of 61.03º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EDEF7A is Cyan = 0.01, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 239 | 122 | - |
| CMYK | 0.01 | 0 | 0.49 | 0.06 |
| HSL | 61.03º | 0.79% | 0.71% | - |
| HSV(B) | 61.03º | 0.49% | 0.94% | - |
| XYZ | 69.3 | 81.14 | 30.42 | - |
| YUV | 225.06 | 69.84 | 136.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 239 | 122 | 0.01 | 0 | 0.49 | 0.06 | 61.03 | 0.79 | 0.71 |
| Hex | ED | EF | 7A | 1 | 0 | 31 | 6 | 3D | 4F | 47 |
| Octal | 355 | 357 | 172 | 1 | 0 | 61 | 6 | 75 | 117 | 107 |
| Binary | 11101101 | 11101111 | 1111010 | 1 | 0 | 110001 | 110 | 111101 | 1001111 | 1000111 |
Color Harmonies of #EDEF7A
Complementary color
Monochromatic Colors of #EDEF7A
Black with #EDEF7A
Text Example
Text Example
White with #EDEF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEF7A; }
p { color: rgb(237,239,122); }
H1.HeaderClassName
{
color: #EDEF7A;
}
.AnyTagClassName
{
color: #EDEF7A;
}
</style>
background-color css
<style>
a { background-color: #EDEF7A; }
a { background-color: rgb(237,239,122); }
div.DivClassName
{
background-color: #EDEF7A;
}
.BgClassName
{
background-color: #EDEF7A;
}
</style>
border-color css
<style>
span { border-color: #EDEF7A; }
span { border-color: rgb(237,239,122); }
td.TdClassName
{
border-color: #EDEF7A;
}
.TagClassName
{
border-color: #EDEF7A;
}
</style>