Shades of Texas #EDEF7B
Tints of Texas #EDEF7B
RGB
CMYK
RGB Variations
Color information
#EDEF7B (or 0xEDEF7B) is known color: Texas. HEX triplet: ED, EF and 7B. RGB value is (237,239,123). Sum of RGB (Red+Green+Blue) = 237+239+123=599 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.57% from 599); Green value is 239 (93.75% from 255 or 39.90% from 599); Blue value is 123 (48.44% from 255 or 20.53% from 599); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEF7B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDEF7B is #121084. Grayscale: #E1E1E1. Windows color (decimal): -1183877 or 8122349. OLE color: 8122349.
HSL color Cylindrical-coordinate representation of color #EDEF7B: hue angle of 61.03º degrees, saturation: 0.78, 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 #EDEF7B is Cyan = 0.01, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 239 | 123 | - |
| CMYK | 0.01 | 0 | 0.49 | 0.06 |
| HSL | 61.03º | 0.78% | 0.71% | - |
| HSV(B) | 61.03º | 0.49% | 0.94% | - |
| XYZ | 69.37 | 81.17 | 30.75 | - |
| YUV | 225.18 | 70.34 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 239 | 123 | 0.01 | 0 | 0.49 | 0.06 | 61.03 | 0.78 | 0.71 |
| Hex | ED | EF | 7B | 1 | 0 | 31 | 6 | 3D | 4E | 47 |
| Octal | 355 | 357 | 173 | 1 | 0 | 61 | 6 | 75 | 116 | 107 |
| Binary | 11101101 | 11101111 | 1111011 | 1 | 0 | 110001 | 110 | 111101 | 1001110 | 1000111 |
Color Harmonies of #EDEF7B
Complementary color
Monochromatic Colors of #EDEF7B
Black with #EDEF7B
Text Example
Text Example
White with #EDEF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEF7B; }
p { color: rgb(237,239,123); }
H1.HeaderClassName
{
color: #EDEF7B;
}
.AnyTagClassName
{
color: #EDEF7B;
}
</style>
background-color css
<style>
a { background-color: #EDEF7B; }
a { background-color: rgb(237,239,123); }
div.DivClassName
{
background-color: #EDEF7B;
}
.BgClassName
{
background-color: #EDEF7B;
}
</style>
border-color css
<style>
span { border-color: #EDEF7B; }
span { border-color: rgb(237,239,123); }
td.TdClassName
{
border-color: #EDEF7B;
}
.TagClassName
{
border-color: #EDEF7B;
}
</style>