Shades of Texas #EDF17C
Tints of Texas #EDF17C
RGB
CMYK
RGB Variations
Color information
#EDF17C (or 0xEDF17C) is known color: Texas. HEX triplet: ED, F1 and 7C. RGB value is (237,241,124). Sum of RGB (Red+Green+Blue) = 237+241+124=602 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.37% from 602); Green value is 241 (94.53% from 255 or 40.03% from 602); Blue value is 124 (48.83% from 255 or 20.60% from 602); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF17C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF17C is #120E83. Grayscale: #E2E2E2. Windows color (decimal): -1183364 or 8188397. OLE color: 8188397.
HSL color Cylindrical-coordinate representation of color #EDF17C: hue angle of 62.05º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EDF17C is Cyan = 0.02, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 241 | 124 | - |
| CMYK | 0.02 | 0 | 0.49 | 0.05 |
| HSL | 62.05º | 0.81% | 0.72% | - |
| HSV(B) | 62.05º | 0.49% | 0.95% | - |
| XYZ | 70.02 | 82.37 | 31.28 | - |
| YUV | 226.47 | 70.17 | 135.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 241 | 124 | 0.02 | 0 | 0.49 | 0.05 | 62.05 | 0.81 | 0.72 |
| Hex | ED | F1 | 7C | 2 | 0 | 31 | 5 | 3E | 51 | 48 |
| Octal | 355 | 361 | 174 | 2 | 0 | 61 | 5 | 76 | 121 | 110 |
| Binary | 11101101 | 11110001 | 1111100 | 10 | 0 | 110001 | 101 | 111110 | 1010001 | 1001000 |
Color Harmonies of #EDF17C
Complementary color
Monochromatic Colors of #EDF17C
Black with #EDF17C
Text Example
Text Example
White with #EDF17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF17C; }
p { color: rgb(237,241,124); }
H1.HeaderClassName
{
color: #EDF17C;
}
.AnyTagClassName
{
color: #EDF17C;
}
</style>
background-color css
<style>
a { background-color: #EDF17C; }
a { background-color: rgb(237,241,124); }
div.DivClassName
{
background-color: #EDF17C;
}
.BgClassName
{
background-color: #EDF17C;
}
</style>
border-color css
<style>
span { border-color: #EDF17C; }
span { border-color: rgb(237,241,124); }
td.TdClassName
{
border-color: #EDF17C;
}
.TagClassName
{
border-color: #EDF17C;
}
</style>