Shades of Texas #EDF182
Tints of Texas #EDF182
RGB
CMYK
RGB Variations
Color information
#EDF182 (or 0xEDF182) is known color: Texas. HEX triplet: ED, F1 and 82. RGB value is (237,241,130). Sum of RGB (Red+Green+Blue) = 237+241+130=608 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.98% from 608); Green value is 241 (94.53% from 255 or 39.64% from 608); Blue value is 130 (51.17% from 255 or 21.38% from 608); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF182 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF182 is #120E7D. Grayscale: #E3E3E3. Windows color (decimal): -1183358 or 8581613. OLE color: 8581613.
HSL color Cylindrical-coordinate representation of color #EDF182: hue angle of 62.16º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EDF182 is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 241 | 130 | - |
| CMYK | 0.02 | 0 | 0.46 | 0.05 |
| HSL | 62.16º | 0.8% | 0.73% | - |
| HSV(B) | 62.16º | 0.46% | 0.95% | - |
| XYZ | 70.41 | 82.53 | 33.34 | - |
| YUV | 227.15 | 73.17 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 241 | 130 | 0.02 | 0 | 0.46 | 0.05 | 62.16 | 0.8 | 0.73 |
| Hex | ED | F1 | 82 | 2 | 0 | 2E | 5 | 3E | 50 | 49 |
| Octal | 355 | 361 | 202 | 2 | 0 | 56 | 5 | 76 | 120 | 111 |
| Binary | 11101101 | 11110001 | 10000010 | 10 | 0 | 101110 | 101 | 111110 | 1010000 | 1001001 |
Color Harmonies of #EDF182
Complementary color
Monochromatic Colors of #EDF182
Black with #EDF182
Text Example
Text Example
White with #EDF182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF182; }
p { color: rgb(237,241,130); }
H1.HeaderClassName
{
color: #EDF182;
}
.AnyTagClassName
{
color: #EDF182;
}
</style>
background-color css
<style>
a { background-color: #EDF182; }
a { background-color: rgb(237,241,130); }
div.DivClassName
{
background-color: #EDF182;
}
.BgClassName
{
background-color: #EDF182;
}
</style>
border-color css
<style>
span { border-color: #EDF182; }
span { border-color: rgb(237,241,130); }
td.TdClassName
{
border-color: #EDF182;
}
.TagClassName
{
border-color: #EDF182;
}
</style>